lasts             103 ext/phar/phar.c 	char *key, *lasts, *end;
lasts             133 ext/phar/phar.c 	for (key = php_strtok_r(tmp, ds, &lasts);
lasts             135 ext/phar/phar.c 			key = php_strtok_r(NULL, ds, &lasts)) {
lasts              50 ext/standard/url_scanner_ex.c 	char *lasts;
lasts              68 ext/standard/url_scanner_ex.c 	for (key = php_strtok_r(tmp, ",", &lasts);
lasts              70 ext/standard/url_scanner_ex.c 			key = php_strtok_r(NULL, ",", &lasts)) {