Searched refs:sepp (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/lib/libc/regex/grot/
H A Dsplit.c24 char *sepp; local
121 sepp = sep;
122 while ((sepc = *sepp++) != '\0' && sepc != c)
131 sepp = sep;
132 while ((sepc = *sepp++) != '\0' && sepc != c)
/freebsd-9.3-release/usr.sbin/inetd/
H A Dinetd.c986 struct servtab *sep, *new, **sepp; local
1172 sepp = &servtab;
1173 while ((sep = *sepp)) {
1175 sepp = &sep->se_next;
1178 *sepp = sep->se_next;
1195 struct servtab *sepp; local
1214 for (sepp = servtab; sepp; sepp = sepp
[all...]
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/common/nvpair/
H A Dnvpair.c1610 char *sepp; local
1625 for (np = name; np && *np; np = sepp) {
1635 /* set 'sepp' to end of current component 'np' */
1637 sepp = strchr(np, sep);
1639 sepp = NULL;
1644 /* if sepp comes first, set idxp to NULL */
1645 if (sepp && idxp && (sepp < idxp))
1656 /* keep sepp up to date for *ep use as we advance */
1658 sepp
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/zhack/
H A Dzhack.c130 char *sepp; local
157 if ((sepp = strpbrk(g_pool, "/@")) != NULL)
158 *sepp = '\0';
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb.c3199 char *sepp = NULL; local
3208 if ((sepp = strpbrk(*target, "/@")) != NULL) {
3209 sep = *sepp;
3210 *sepp = '\0';
3243 if (sepp)
3244 *sepp = sep;
3249 int sz = 1 + strlen(name) + ((sepp) ? strlen(sepp) : 0);
3252 (void) snprintf(*target, sz, "%s%s", name, sepp ? sepp
[all...]

Completed in 188 milliseconds