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

12345678910

/freebsd-11-stable/usr.sbin/inetd/
H A Dinetd.c168 #define ISWRAP(sep) \
169 ( ((wrap_ex && !(sep)->se_bi) || (wrap_bi && (sep)->se_bi)) \
170 && (sep->se_family == AF_INET || sep->se_family == AF_INET6) \
171 && ( ((sep)->se_accept && (sep)->se_socktype == SOCK_STREAM) \
172 || (sep)->se_socktype == SOCK_DGRAM))
234 static void unregisterrpc(register struct servtab *sep);
235 static struct conninfo *search_conn(struct servtab *sep, in
331 struct servtab *sep; local
919 addchild(struct servtab *sep, pid_t pid) argument
948 struct servtab *sep; local
987 struct servtab *sep, *new, **sepp; local
1188 unregisterrpc(struct servtab *sep) argument
1245 struct servtab *sep; local
1254 setup(struct servtab *sep) argument
1392 ipsecsetup(struct servtab *sep) argument
1466 close_sep(struct servtab *sep) argument
1505 struct servtab *sep; local
1523 enable(struct servtab *sep) argument
1551 disable(struct servtab *sep) argument
1611 struct servtab *sep = &serv; local
2113 check_loop(const struct sockaddr *sa, const struct servtab *sep) argument
2155 print_service(const char *action, const struct servtab *sep) argument
2205 cpmip(const struct servtab *sep, int ctrl) argument
2345 search_conn(struct servtab *sep, int ctrl) argument
2420 room_conn(struct servtab *sep, struct conninfo *conn) argument
2476 resize_conn(struct servtab *sep, int maxpip) argument
2504 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)
130 #define SERVTAB_AT_LIMIT(sep) \
131 ((sep)->se_maxchild > 0 && (sep)->se_numchild == (sep)->se_maxchild)
132 #define SERVTAB_EXCEEDS_LIMIT(sep) \
[all...]
H A Dbuiltins.c127 chargen_dg(int s, struct servtab *sep) argument
145 if (check_loop((struct sockaddr *)&ss, sep))
164 chargen_stream(int s, struct servtab *sep) argument
169 inetd_setproctitle(sep->se_service, s);
199 daytime_dg(int s, struct servtab *sep) argument
213 if (check_loop((struct sockaddr *)&ss, sep))
224 daytime_stream(int s, struct servtab *sep __unused)
243 discard_dg(int s, struct servtab *sep __unused)
253 discard_stream(int s, struct servtab *sep) argument
258 inetd_setproctitle(sep
276 echo_dg(int s, struct servtab *sep) argument
297 echo_stream(int s, struct servtab *sep) argument
343 ident_stream(int s, struct servtab *sep) argument
707 machtime_dg(int s, struct servtab *sep) argument
778 struct servtab *sep; local
[all...]
/freebsd-11-stable/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-11-stable/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-11-stable/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-11-stable/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-11-stable/contrib/netbsd-tests/lib/libc/regex/
H A Dtest_regex.h41 int split(char *string, char *fields[], int nfields, const char *sep);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/lockstat/
H A Dsym.c78 syment_t *sep; local
82 symbol_table = realloc(symbol_table, maxsyms * sizeof (*sep));
88 sep = &symbol_table[nsyms++];
90 sep->name = name;
91 sep->addr = addr;
92 sep->size = size;
99 syment_t *sep = symbol_table; local
101 for (i = 0; i < nsyms; i++, sep++)
102 if (sep->addr == addr)
103 sep
251 syment_t *sep; local
271 syment_t *sep = symbol_table; local
285 syment_t *sep = symbol_table; local
[all...]
/freebsd-11-stable/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-11-stable/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-11-stable/etc/periodic/weekly/
H A D340.noid29 sep=:
31 IFS="$sep"
32 for param in $(jail -f "$jail_conf" -e "$sep" 2>/dev/null)
/freebsd-11-stable/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-11-stable/contrib/libarchive/libarchive/
H A Darchive_version_details.c81 const char *sep = strchr(p, ','); local
82 if (sep == NULL)
83 sep = p + strlen(p);
85 archive_strncat(&str, p, sep - p);
/freebsd-11-stable/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-11-stable/sbin/ipfw/
H A Dipv6.c171 char sep= ' '; local
178 bprintf(bp, "%c%d", sep, (i*32 + j));
179 sep = ',';
187 char sep = ','; local
192 sep = ' ';
193 bprintf(bp, "%d%c", cmd->d[i], sep);
262 char sep = ' '; local
266 bprintf(bp, "%cfragmentation", sep);
267 sep = ',';
270 bprintf(bp, "%chop options", sep);
[all...]
/freebsd-11-stable/contrib/libxo/libxo/
H A Dxo_humanize.h66 const char *prefixes, *sep; local
124 sep = "";
126 sep = " ";
160 sep, SCALE2PREFIX(i), suffix);
166 sep, SCALE2PREFIX(i), suffix);
/freebsd-11-stable/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-11-stable/lib/libutil/
H A Dhumanize_number.c52 const char *prefixes, *sep; local
123 sep = "";
125 sep = " ";
173 sep, SCALE2PREFIX(i), suffix);
177 sep, SCALE2PREFIX(i), suffix);
/freebsd-11-stable/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-11-stable/sys/fs/procfs/
H A Dprocfs_status.c72 char *sep; local
102 sep = "";
104 sbuf_printf(sb, "%sctty", sep);
105 sep = ",";
108 sbuf_printf(sb, "%ssldr", sep);
109 sep = ",";
112 if (*sep != ',') {

Completed in 174 milliseconds

12345678910