Home
last modified time | relevance | path

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

/php-src/ext/intl/locale/
H A Dlocale_methods.c1217 static int strToMatch(const char* str ,char *retstr) in strToMatch() argument
1226 anchor = retstr; in strToMatch()
1230 *retstr = '_'; in strToMatch()
1232 *retstr = tolower(*str); in strToMatch()
1235 retstr++; in strToMatch()
1237 *retstr = '\0'; in strToMatch()
1238 retstr= anchor; in strToMatch()
/php-src/ext/standard/
H A Dstring.c5538 char retstr[256]; local
5583 retstr[retlen++] = inx;
5588 retstr[retlen++] = inx;
5595 RETURN_STRINGL(retstr, retlen);
/php-src/ext/date/
H A Dphp_date.c5457 zend_string *retstr; in php_do_date_sunrise_sunset() local
5526 retstr = strpprintf(0, "%02d:%02d", (int) N, (int) (60 * (N - (int) N))); in php_do_date_sunrise_sunset()
5527 RETURN_NEW_STR(retstr); in php_do_date_sunrise_sunset()

Completed in 37 milliseconds