Searched refs:retstr (Results 1 – 3 of 3) sorted by relevance
1203 static int strToMatch(const char* str ,char *retstr) in strToMatch() argument1212 anchor = retstr; in strToMatch()1216 *retstr = '_'; in strToMatch()1218 *retstr = tolower(*str); in strToMatch()1221 retstr++; in strToMatch()1223 *retstr = '\0'; in strToMatch()1224 retstr= anchor; in strToMatch()
4981 char retstr[256]; local5023 retstr[retlen++] = inx;5028 retstr[retlen++] = inx;5035 RETURN_STRINGL(retstr, retlen, 1);
4732 char *retstr; in php_do_date_sunrise_sunset() local4797 spprintf(&retstr, 0, "%02d:%02d", (int) N, (int) (60 * (N - (int) N))); in php_do_date_sunrise_sunset()4798 RETURN_STRINGL(retstr, 5, 0); in php_do_date_sunrise_sunset()
Completed in 51 milliseconds