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.c1206 static int strToMatch(const char* str ,char *retstr) in strToMatch() argument
1215 anchor = retstr; in strToMatch()
1219 *retstr = '_'; in strToMatch()
1221 *retstr = tolower(*str); in strToMatch()
1224 retstr++; in strToMatch()
1226 *retstr = '\0'; in strToMatch()
1227 retstr= anchor; in strToMatch()
/php-src/ext/standard/
H A Dstring.c5510 char retstr[256]; local
5555 retstr[retlen++] = inx;
5560 retstr[retlen++] = inx;
5567 RETURN_STRINGL(retstr, retlen);
/php-src/ext/date/
H A Dphp_date.c5459 zend_string *retstr; in php_do_date_sunrise_sunset() local
5535 retstr = strpprintf(0, "%02d:%02d", (int) N, (int) (60 * (N - (int) N))); in php_do_date_sunrise_sunset()
5536 RETURN_NEW_STR(retstr); in php_do_date_sunrise_sunset()

Completed in 38 milliseconds