Searched refs:sepp (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/lib/libc/regex/grot/ |
| HD | split.c | 25 char *sepp; in split() local 122 sepp = sep; in split() 123 while ((sepc = *sepp++) != '\0' && sepc != c) in split() 132 sepp = sep; in split() 133 while ((sepc = *sepp++) != '\0' && sepc != c) in split()
|
| /NextBSD/contrib/netbsd-tests/lib/libc/regex/ |
| HD | 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()
|
| /NextBSD/sys/cddl/contrib/opensolaris/common/nvpair/ |
| HD | opensolaris_nvpair.c | 1619 char *sepp; in nvlist_lookup_nvpair_ei_sep() local 1634 for (np = name; np && *np; np = sepp) { in nvlist_lookup_nvpair_ei_sep() 1646 sepp = strchr(np, sep); in nvlist_lookup_nvpair_ei_sep() 1648 sepp = NULL; in nvlist_lookup_nvpair_ei_sep() 1654 if (sepp && idxp && (sepp < idxp)) in nvlist_lookup_nvpair_ei_sep() 1667 sepp = idxp; in nvlist_lookup_nvpair_ei_sep() 1680 sepp = idxep; in nvlist_lookup_nvpair_ei_sep() 1683 skip_whitespace(sepp); in nvlist_lookup_nvpair_ei_sep() 1684 if (*sepp++ != ']') in nvlist_lookup_nvpair_ei_sep() 1688 skip_whitespace(sepp); in nvlist_lookup_nvpair_ei_sep() [all …]
|
| /NextBSD/usr.sbin/inetd/ |
| HD | inetd.c | 977 struct servtab *sep, *new, **sepp; in config() local 1163 sepp = &servtab; in config() 1164 while ((sep = *sepp)) { in config() 1166 sepp = &sep->se_next; in config() 1169 *sepp = sep->se_next; in config() 1186 struct servtab *sepp; in unregisterrpc() local 1205 for (sepp = servtab; sepp; sepp = sepp->se_next) { in unregisterrpc() 1206 if (sepp == sep) in unregisterrpc() 1208 if (sepp->se_checked == 0 || in unregisterrpc() 1209 !sepp->se_rpc || in unregisterrpc() [all …]
|
| /NextBSD/cddl/contrib/opensolaris/cmd/zhack/ |
| HD | zhack.c | 130 char *sepp; in import_pool() local 157 if ((sepp = strpbrk(g_pool, "/@")) != NULL) in import_pool() 158 *sepp = '\0'; in import_pool()
|
| /NextBSD/cddl/contrib/opensolaris/cmd/zdb/ |
| HD | zdb.c | 3482 char *sepp = NULL; in find_zpool() local 3491 if ((sepp = strpbrk(*target, "/@")) != NULL) { in find_zpool() 3492 sep = *sepp; in find_zpool() 3493 *sepp = '\0'; in find_zpool() 3526 if (sepp) in find_zpool() 3527 *sepp = sep; in find_zpool() 3532 int sz = 1 + strlen(name) + ((sepp) ? strlen(sepp) : 0); in find_zpool() 3535 (void) snprintf(*target, sz, "%s%s", name, sepp ? sepp : ""); in find_zpool()
|
| /NextBSD/sys/fs/nfsserver/ |
| HD | nfs_nfsdstate.c | 123 uint32_t callback, int op, const char *optag, struct nfsdsession **sepp); 157 int dont_replycache, struct nfsdsession **sepp); 158 static int nfsv4_getcbsession(struct nfsclient *clp, struct nfsdsession **sepp); 4270 uint32_t callback, int op, const char *optag, struct nfsdsession **sepp) in nfsrv_cbcallargs() argument 4283 error = nfsv4_setcbsequence(nd, clp, 1, sepp); in nfsrv_cbcallargs() 6012 int dont_replycache, struct nfsdsession **sepp) in nfsv4_setcbsequence() argument 6020 error = nfsv4_getcbsession(clp, sepp); in nfsv4_setcbsequence() 6023 sep = *sepp; in nfsv4_setcbsequence() 6049 nfsv4_getcbsession(struct nfsclient *clp, struct nfsdsession **sepp) in nfsv4_getcbsession() argument 6063 *sepp = sep; in nfsv4_getcbsession()
|