| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | string.h | 34 char *strpbrk(const char *, const char *);
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | spl_string.c | 40 strpbrk(const char *s, const char *b) in strpbrk() function
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lobject.c | 155 if (strpbrk(s, "nN")) /* reject 'inf' and 'nan' */ in luaO_str2d() 157 else if (strpbrk(s, "xX")) /* hexa? */ in luaO_str2d()
|
| H A D | lstrlib.c | 580 if (strpbrk(p + upto, SPECIALS)) in nospecials()
|
| /f-stack/freebsd/contrib/dev/acpica/include/ |
| H A D | acclib.h | 215 strpbrk (
|
| /f-stack/dpdk/drivers/common/mlx5/linux/ |
| H A D | mlx5_common_os.c | 312 end = strpbrk(path[i], ":;"); in mlx5_glue_dlopen()
|
| /f-stack/tools/ipfw/ |
| H A D | ipfw2.c | 3149 char *t = NULL, *p = strpbrk(av, "/:,{"); in fill_ip() 3158 if ((t = strpbrk(p, ",{")) != NULL) { in fill_ip() 3199 p = strpbrk(p, ",{"); in fill_ip() 3740 if ((ch = strpbrk(av, "/,")) != NULL) { in add_src() 3771 if ((ch = strpbrk(av, "/,")) != NULL) { in add_dst() 4637 if (strpbrk(*av, "-,")) { in compile_rule() 4647 if (strpbrk(*av, "-,")) { in compile_rule() 4657 if (strpbrk(*av, "-,")) { in compile_rule() 4777 if (strpbrk(*av, "-,")) { in compile_rule() 4804 if (strpbrk(*av, "-,")) { in compile_rule() [all …]
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lstrlib.c | 503 strpbrk(p, SPECIALS) == NULL)) { /* or no special characters? */ in str_find_aux()
|
| /f-stack/dpdk/drivers/net/mlx4/ |
| H A D | mlx4.c | 1232 end = strpbrk(path[i], ":;"); in mlx4_glue_init()
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | dmu_send.c | 2735 if (fromsnap != NULL && strpbrk(fromsnap, "@#") == NULL) in dmu_send() 2830 if (strpbrk(tosnap, "@#") != NULL) in dmu_send() 2831 fsnamelen = strpbrk(tosnap, "@#") - tosnap; in dmu_send()
|
| H A D | dsl_dir.c | 404 p = strpbrk(path, "/@"); in getcomponent() 416 (p[0] != '@' || strpbrk(path+1, "/@") || p[1] == '\0')) in getcomponent()
|
| H A D | dsl_bookmark.c | 181 char *cp = strpbrk(bmark, "/#"); in dsl_bookmark_create_nvl_validate()
|
| H A D | spa_misc.c | 585 cp = strpbrk(search.spa_name, "/@#"); in spa_lookup()
|
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_conf_file.c | 837 if (strpbrk((char *) file.data, "*?[") == NULL) { in ngx_conf_include()
|
| /f-stack/freebsd/contrib/openzfs/lib/libzutil/ |
| H A D | zutil_import.c | 1549 if ((sepp = strpbrk(targetdup, "/@")) != NULL) { in zpool_find_config()
|
| /f-stack/freebsd/contrib/openzfs/cmd/zfs/ |
| H A D | zfs_main.c | 7770 source_short = strpbrk(source, "@#"); in zfs_do_bookmark() 7771 bookname_short = strpbrk(bookname, "#"); in zfs_do_bookmark() 7791 *strpbrk(expbuf, "@#") = '\0'; /* dataset name in buf */ in zfs_do_bookmark() 7798 switch (*strpbrk(source, "@#")) { in zfs_do_bookmark()
|
| /f-stack/freebsd/contrib/openzfs/cmd/zdb/ |
| H A D | zdb.c | 8395 if (strpbrk(target, "/@") != NULL) { in main() 8399 *strpbrk(target_pool, "/@") = '\0'; in main() 8507 } else if (strpbrk(target, "#") != NULL) { in main()
|
| /f-stack/freebsd/contrib/dev/acpica/ |
| H A D | changes.txt | 2372 strpbrk
|