Home
last modified time | relevance | path

Searched refs:strpbrk (Results 1 – 18 of 18) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dstring.h34 char *strpbrk(const char *, const char *);
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_string.c40 strpbrk(const char *s, const char *b) in strpbrk() function
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlobject.c155 if (strpbrk(s, "nN")) /* reject 'inf' and 'nan' */ in luaO_str2d()
157 else if (strpbrk(s, "xX")) /* hexa? */ in luaO_str2d()
H A Dlstrlib.c580 if (strpbrk(p + upto, SPECIALS)) in nospecials()
/f-stack/freebsd/contrib/dev/acpica/include/
H A Dacclib.h215 strpbrk (
/f-stack/dpdk/drivers/common/mlx5/linux/
H A Dmlx5_common_os.c312 end = strpbrk(path[i], ":;"); in mlx5_glue_dlopen()
/f-stack/tools/ipfw/
H A Dipfw2.c3149 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 Dlstrlib.c503 strpbrk(p, SPECIALS) == NULL)) { /* or no special characters? */ in str_find_aux()
/f-stack/dpdk/drivers/net/mlx4/
H A Dmlx4.c1232 end = strpbrk(path[i], ":;"); in mlx4_glue_init()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddmu_send.c2735 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 Ddsl_dir.c404 p = strpbrk(path, "/@"); in getcomponent()
416 (p[0] != '@' || strpbrk(path+1, "/@") || p[1] == '\0')) in getcomponent()
H A Ddsl_bookmark.c181 char *cp = strpbrk(bmark, "/#"); in dsl_bookmark_create_nvl_validate()
H A Dspa_misc.c585 cp = strpbrk(search.spa_name, "/@#"); in spa_lookup()
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_conf_file.c837 if (strpbrk((char *) file.data, "*?[") == NULL) { in ngx_conf_include()
/f-stack/freebsd/contrib/openzfs/lib/libzutil/
H A Dzutil_import.c1549 if ((sepp = strpbrk(targetdup, "/@")) != NULL) { in zpool_find_config()
/f-stack/freebsd/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c7770 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 Dzdb.c8395 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 Dchanges.txt2372 strpbrk