Home
last modified time | relevance | path

Searched refs:firstp (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/safec/safec/
H A D0001-strpbrk_s-Remove-unused-variable-len.patch25 CHK_SRC_NULL("strpbrk_s", firstp)
26 *firstp = NULL;
/openbmc/u-boot/tools/
H A Difdtool.c797 static int get_two_words(const char *str, char **firstp, char **secondp) in get_two_words() argument
804 *firstp = strdup(str); in get_two_words()
805 (*firstp)[p - str] = '\0'; in get_two_words()