Searched refs:sep (Results 1 - 25 of 195) sorted by relevance

12345678

/freebsd-10.0-release/usr.sbin/inetd/
H A Dinetd.c167 #define ISWRAP(sep) \
168 ( ((wrap_ex && !(sep)->se_bi) || (wrap_bi && (sep)->se_bi)) \
169 && (sep->se_family == AF_INET || sep->se_family == AF_INET6) \
170 && ( ((sep)->se_accept && (sep)->se_socktype == SOCK_STREAM) \
171 || (sep)->se_socktype == SOCK_DGRAM))
230 void unregisterrpc(register struct servtab *sep);
231 static struct conninfo *search_conn(struct servtab *sep, in
317 struct servtab *sep; local
913 addchild(struct servtab *sep, pid_t pid) argument
944 struct servtab *sep; local
986 struct servtab *sep, *new, **sepp; local
1192 unregisterrpc(struct servtab *sep) argument
1255 struct servtab *sep; local
1264 setup(struct servtab *sep) argument
1400 ipsecsetup(struct servtab *sep) argument
1474 close_sep(struct servtab *sep) argument
1513 struct servtab *sep; local
1531 enable(struct servtab *sep) argument
1560 disable(struct servtab *sep) argument
1620 struct servtab *sep = &serv; local
2124 check_loop(const struct sockaddr *sa, const struct servtab *sep) argument
2166 print_service(const char *action, const struct servtab *sep) argument
2216 cpmip(const struct servtab *sep, int ctrl) argument
2358 search_conn(struct servtab *sep, int ctrl) argument
2432 room_conn(struct servtab *sep, struct conninfo *conn) argument
2488 resize_conn(struct servtab *sep, int maxpip) argument
2516 free_connlist(struct servtab *sep) argument
[all...]
H A Dinetd.h48 #define ISMUX(sep) (((sep)->se_type == MUX_TYPE) || \
49 ((sep)->se_type == MUXPLUS_TYPE))
50 #define ISMUXPLUS(sep) ((sep)->se_type == MUXPLUS_TYPE)
125 int check_loop(const struct sockaddr *, const struct servtab *sep);
H A Dbuiltins.c126 chargen_dg(int s, struct servtab *sep) argument
144 if (check_loop((struct sockaddr *)&ss, sep))
163 chargen_stream(int s, struct servtab *sep) argument
168 inetd_setproctitle(sep->se_service, s);
200 daytime_dg(int s, struct servtab *sep) argument
214 if (check_loop((struct sockaddr *)&ss, sep))
225 daytime_stream(int s, struct servtab *sep __unused)
244 discard_dg(int s, struct servtab *sep __unused)
254 discard_stream(int s, struct servtab *sep) argument
259 inetd_setproctitle(sep
277 echo_dg(int s, struct servtab *sep) argument
298 echo_stream(int s, struct servtab *sep) argument
344 ident_stream(int s, struct servtab *sep) argument
702 machtime_dg(int s, struct servtab *sep) argument
773 struct servtab *sep; local
[all...]
/freebsd-10.0-release/release/picobsd/tinyware/aps/
H A Dmain.c47 char *tok, *sep=" ", *sep1=","; local
64 name=strtok(buf,sep);
65 pid=strtok(NULL,sep);
66 ppid=strtok(NULL,sep);
67 pgid=strtok(NULL,sep);
68 sid=strtok(NULL,sep);
69 tty=strtok(NULL,sep);
70 tok=strtok(NULL,sep); /* flags */
71 tok=strtok(NULL,sep); /* start */
72 tok=strtok(NULL,sep); /* use
[all...]
/freebsd-10.0-release/contrib/apr/strings/
H A Dapr_strtok.c27 APR_DECLARE(char *) apr_strtok(char *str, const char *sep, char **last) argument
34 /* skip characters in sep (will terminate at '\0') */
35 while (*str && strchr(sep, *str))
47 while (**last && !strchr(sep, **last))
/freebsd-10.0-release/tools/regression/usr.bin/calendar/
H A Dcalendar.calibrate253 09/01 sep 1
254 09/02 sep 2
255 09/03 sep 3
256 09/04 sep 4
257 09/05 sep 5
258 09/06 sep 6
259 09/07 sep 7
260 09/08 sep 8
261 09/09 sep 9
262 09/10 sep 1
[all...]
/freebsd-10.0-release/lib/libc/string/
H A Dstrtok.c113 char *brkb, *brkt, *phrase, *sep, *word; local
115 sep = "\\/:;=-";
120 for (word = strtok(test, sep); word; word = strtok(NULL, sep))
124 for (word = strtok_r(test, sep, &brkt); word;
125 word = strtok_r(NULL, sep, &brkt)) {
128 for (phrase = strtok_r(blah, sep, &brkb); phrase;
129 phrase = strtok_r(NULL, sep, &brkb))
/freebsd-10.0-release/usr.bin/tset/
H A Dwrterm.c56 char *t, *sep; local
64 sep = strdup("");
67 (void)printf("%s%s", sep, p);
68 sep = strdup("|");
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/lockstat/
H A Dsym.c77 syment_t *sep; local
81 symbol_table = realloc(symbol_table, maxsyms * sizeof (*sep));
87 sep = &symbol_table[nsyms++];
89 sep->name = name;
90 sep->addr = addr;
91 sep->size = size;
98 syment_t *sep = symbol_table; local
100 for (i = 0; i < nsyms; i++, sep++)
101 if (sep->addr == addr)
102 sep
269 syment_t *sep; local
289 syment_t *sep = symbol_table; local
303 syment_t *sep = symbol_table; local
[all...]
/freebsd-10.0-release/crypto/openssl/util/
H A Dselftest.pl21 my $sep="-----------------------------------------------------------------------------\n";
121 print OUT $sep;
126 print OUT $sep;
167 print OUT $sep;
172 print OUT $sep;
181 print OUT $sep;
194 if (/$sep/) {
/freebsd-10.0-release/usr.sbin/ctm/ctm/
H A Dctm_pass1.c25 int i,j,sep,cnt; local
100 sep = ' ';
102 sep = '\n';
105 fprintf(stderr," %x(%d)",sp->List[i],sep);
109 GETFIELDCOPY(name,sep);
160 GETFIELD(p,sep);
170 GETFIELD(p,sep);
180 GETFIELD(p,sep);
191 GETFIELDCOPY(md5,sep); /* XXX check for garbage */
193 GETFIELD(p,sep); /* XX
[all...]
H A Dctm_passb.c25 int i,j,sep,cnt; local
74 sep = ' ';
76 sep = '\n';
79 case CTM_F_Name: GETNAMECOPY(name,sep,j, Verbose); break;
80 case CTM_F_Uid: GETFIELDCOPY(uid,sep); break;
81 case CTM_F_Gid: GETFIELDCOPY(gid,sep); break;
82 case CTM_F_Mode: GETFIELDCOPY(mode,sep); break;
85 GETFIELDCOPY(md5before,sep);
87 GETFIELDCOPY(md5,sep);
89 case CTM_F_Count: GETBYTECNT(cnt,sep); brea
[all...]
/freebsd-10.0-release/contrib/ntp/scripts/stats/
H A Detf.S9 cat("\n", file=file2 , append=TRUE, fill=FALSE, sep="")
10 cat(file1, "\n", file=file2, append=TRUE, fill=FALSE, sep="")
11 cat("etf1 ", count, ", T ", mean, " ns, R ", slope, " ps/s, std ", std, " us\n", file=file2, append=TRUE, fill=FALSE, sep="")
12 str <- paste("eps/", file1, ".eps", sep="")
H A Densemble.S2 str <- paste("eps/", file1, ".eps", sep="")
H A Ditf.S2 str <- paste("eps/", file1, ".eps", sep="")
H A Dtdata.S2 str <- paste("eps/", file1, ".eps", sep="")
/freebsd-10.0-release/contrib/nvi/ex/
H A Dex_screen.c105 int cnt, col, len, sep; local
113 col = len = sep = 0;
116 col += len = strlen(tsp->frp->name) + sep;
119 sep = 0;
122 sep = 1;
/freebsd-10.0-release/sbin/ipfw/
H A Dipv6.c171 char sep= ' '; local
178 printf("%c%d", sep, (i*32 + j));
179 sep = ',';
187 char sep = ','; local
192 sep = ' ';
193 printf("%d%c", cmd->d[i], sep);
270 char sep = ' '; local
274 printf("%cfragmentation", sep);
275 sep = ',';
278 printf("%chop options", sep);
[all...]
/freebsd-10.0-release/crypto/heimdal/lib/asn1/
H A Dder_format.c133 der_parse_heim_oid (const char *str, const char *sep, heim_oid *data) argument
142 if (sep == NULL)
143 sep = ".";
147 for (w = strtok_r(s, sep, &brkt);
149 w = strtok_r(NULL, sep, &brkt)) {
/freebsd-10.0-release/lib/libutil/
H A Dhumanize_number.c52 const char *prefixes, *sep; local
123 sep = "";
125 sep = " ";
172 sep, SCALE2PREFIX(i), suffix);
176 sep, SCALE2PREFIX(i), suffix);
/freebsd-10.0-release/contrib/tcp_wrappers/
H A Dworkarounds.c271 char *fix_strtok(buf, sep)
273 char *sep;
280 while ((result = strsep(&state, sep)) && result[0] == 0)
296 char *my_strtok(buf, sep)
298 char *sep;
309 if (*(state += strspn(state, sep)) == 0)
316 if (*(state += strcspn(state, sep)) != 0)
/freebsd-10.0-release/sys/fs/procfs/
H A Dprocfs_status.c72 char *sep; local
101 sep = "";
103 sbuf_printf(sb, "%sctty", sep);
104 sep = ",";
107 sbuf_printf(sb, "%ssldr", sep);
108 sep = ",";
111 if (*sep != ',') {
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_ctldir.c657 zfsctl_unmount_snap(zfs_snapentry_t *sep, int fflags, cred_t *cr) argument
659 vnode_t *svp = sep->se_root;
684 kmem_free(sep->se_name, strlen(sep->se_name) + 1);
685 kmem_free(sep, sizeof (zfs_snapentry_t));
695 zfsctl_rename_snap(zfsctl_snapdir_t *sdp, zfs_snapentry_t *sep, const char *nm) argument
704 ASSERT(sep != NULL);
706 vfsp = vn_mountedvfs(sep->se_root);
714 avl_remove(&sdp->sd_snaps, sep);
715 kmem_free(sep
755 zfs_snapentry_t search, *sep; local
822 zfs_snapentry_t *sep; local
947 zfs_snapentry_t *sep, search; local
1346 zfs_snapentry_t *sep; local
1463 zfs_snapentry_t *sep, *next; local
1601 zfs_snapentry_t *sep; local
1658 zfs_snapentry_t *sep; local
1720 zfs_snapentry_t *sep, *next; local
[all...]
/freebsd-10.0-release/contrib/dtc/
H A Dfdtput.c167 const char *sep; local
174 for (sep = path; *sep; path = sep + 1, offset = node) {
176 sep = strchr(path, '/');
177 if (!sep)
178 sep = path + strlen(path);
181 sep - path);
184 sep - path);
187 report_error(path, sep
[all...]
/freebsd-10.0-release/usr.bin/calendar/calendars/
H A Dcalendar.dutch57 sep/TueThird Prinsjesdag
76 sep/06 Prins Claus (1925 - 2002)
77 sep/25 Prins Johan Friso (1968 - 2013)

Completed in 374 milliseconds

12345678