lasts             103 ext/phar/phar.c 	char *key, *lasts, *end;
lasts             132 ext/phar/phar.c 	for (key = php_strtok_r(tmp, ds, &lasts);
lasts             134 ext/phar/phar.c 			key = php_strtok_r(NULL, ds, &lasts)) {
lasts              56 ext/standard/url_scanner_ex.c 	char *lasts = NULL;
lasts              73 ext/standard/url_scanner_ex.c 	for (key = php_strtok_r(tmp, ",", &lasts);
lasts              75 ext/standard/url_scanner_ex.c 			key = php_strtok_r(NULL, ",", &lasts)) {