Searched refs:sepp (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/netbsd-tests/lib/libc/regex/ |
H A D | split.c | 53 const char *sepp; in split() local 150 sepp = sep; in split() 151 while ((sepc = *sepp++) != '\0' && sepc != c) in split() 160 sepp = sep; in split() 161 while ((sepc = *sepp++) != '\0' && sepc != c) in split()
|
/freebsd/lib/libc/regex/grot/ |
H A D | split.c | 22 char *sepp; in split() local 119 sepp = sep; in split() 120 while ((sepc = *sepp++) != '\0' && sepc != c) in split() 129 sepp = sep; in split() 130 while ((sepc = *sepp++) != '\0' && sepc != c) in split()
|
/freebsd/sys/contrib/openzfs/module/nvpair/ |
H A D | nvpair.c | 1925 char *sepp = NULL; in nvlist_lookup_nvpair_ei_sep() local 1939 sepp = NULL; in nvlist_lookup_nvpair_ei_sep() 1942 for (np = name; np && *np; np = sepp) { in nvlist_lookup_nvpair_ei_sep() 1954 sepp = strchr(np, sep); in nvlist_lookup_nvpair_ei_sep() 1956 sepp = NULL; in nvlist_lookup_nvpair_ei_sep() 1962 if (sepp && idxp && (sepp < idxp)) in nvlist_lookup_nvpair_ei_sep() 1975 sepp = idxp; in nvlist_lookup_nvpair_ei_sep() 1988 sepp = idxep; in nvlist_lookup_nvpair_ei_sep() 1991 skip_whitespace(sepp); in nvlist_lookup_nvpair_ei_sep() 1992 if (*sepp++ != ']') in nvlist_lookup_nvpair_ei_sep() [all …]
|
/freebsd/usr.sbin/inetd/ |
H A D | inetd.c | 975 struct servtab *sep, *new, **sepp; in config() local 1156 sepp = &servtab; in config() 1157 while ((sep = *sepp)) { in config() 1159 sepp = &sep->se_next; in config() 1162 *sepp = sep->se_next; in config() 1179 struct servtab *sepp; in unregisterrpc() local 1198 for (sepp = servtab; sepp; sepp = sepp->se_next) { in unregisterrpc() 1199 if (sepp == sep) in unregisterrpc() 1201 if (sepp->se_checked == 0 || in unregisterrpc() 1202 !sepp->se_rpc || in unregisterrpc() [all …]
|
/freebsd/sys/fs/tarfs/ |
H A D | tarfs_vfsops.c | 276 char **endp, char **sepp, struct tarfs_node **retparent, in tarfs_lookup_path() argument 391 if (sepp) in tarfs_lookup_path() 392 *sepp = sep; in tarfs_lookup_path()
|
/freebsd/sys/contrib/openzfs/lib/libzutil/ |
H A D | zutil_import.c | 1892 char *sepp = NULL; in zpool_find_config() local 1901 if ((sepp = strpbrk(targetdup, "/@")) != NULL) in zpool_find_config() 1902 *sepp = '\0'; in zpool_find_config()
|
/freebsd/sys/fs/nfsserver/ |
H A D | nfs_nfsdstate.c | 177 uint32_t callback, int op, const char *optag, struct nfsdsession **sepp, 214 int dont_replycache, struct nfsdsession **sepp, int *slotposp); 215 static int nfsv4_getcbsession(struct nfsclient *clp, struct nfsdsession **sepp); 4699 uint32_t callback, int op, const char *optag, struct nfsdsession **sepp, in nfsrv_cbcallargs() argument 4716 error = nfsv4_setcbsequence(nd, clp, 1, sepp, slotposp); in nfsrv_cbcallargs() 6692 int dont_replycache, struct nfsdsession **sepp, int *slotposp) in nfsv4_setcbsequence() argument 6700 error = nfsv4_getcbsession(clp, sepp); in nfsv4_setcbsequence() 6703 sep = *sepp; in nfsv4_setcbsequence() 6731 nfsv4_getcbsession(struct nfsclient *clp, struct nfsdsession **sepp) in nfsv4_getcbsession() argument 6745 *sepp = sep; in nfsv4_getcbsession()
|