Searched refs:strcspn (Results 1 - 8 of 8) sorted by relevance
| /PHP_5_3/ext/standard/ |
| H A D | crypt_sha256.c | 389 salt_len = MIN(strcspn(salt, "$"), SALT_LEN_MAX);
|
| H A D | crypt_sha512.c | 423 salt_len = MIN(strcspn(salt, "$"), SALT_LEN_MAX);
|
| H A D | basic_functions.c | 2724 PHP_FE(strcspn, arginfo_strcspn)
|
| H A D | php_string.h | 28 PHP_FUNCTION(strcspn); variable
|
| H A D | string.c | 281 /* {{{ proto int strcspn(string str, string mask [, start [, len]]) 282 Finds length of initial segment consisting entirely of characters not found in mask. If start or/and length is provide works like strcspn(substr($s,$start,$len),$bad_chars) */ 283 PHP_FUNCTION(strcspn)
|
| /PHP_5_3/ext/fileinfo/libmagic/ |
| H A D | print.c | 103 pp[strcspn(pp, "\n")] = '\0';
|
| H A D | softmagic.c | 434 p->s[strcspn(p->s, "\n")] = '\0'; 598 p->s[strcspn(p->s, "\n")] = '\0';
|
| /PHP_5_3/ext/spl/ |
| H A D | spl_directory.c | 2079 line_len = strcspn(buf, "\r\n");
|
Completed in 31 milliseconds