Searched refs:__retval (Results 1 – 1 of 1) sorted by relevance
57 char *__retval = *__s; in __old_strsep_1c() local58 if (__retval != NULL && (*__s = strchr (__retval, __reject)) != NULL) in __old_strsep_1c()60 return __retval; in __old_strsep_1c()67 char *__retval = *__s; in __old_strsep_2c() local68 if (__retval != NULL) in __old_strsep_2c()70 char *__cp = __retval; in __old_strsep_2c()87 return __retval; in __old_strsep_2c()94 char *__retval = *__s; in __old_strsep_3c() local95 if (__retval != NULL) in __old_strsep_3c()97 char *__cp = __retval; in __old_strsep_3c()[all …]
Completed in 4 milliseconds