Home
last modified time | relevance | path

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

/string/
A Dstring-inlines.c57 char *__retval = *__s; in __old_strsep_1c() local
58 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() local
68 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() local
95 if (__retval != NULL) in __old_strsep_3c()
97 char *__cp = __retval; in __old_strsep_3c()
[all …]

Completed in 4 milliseconds