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

12345678910

/freebsd-current/usr.sbin/inetd/
H A Dinetd.c156 #define ISWRAP(sep) \
157 ( ((wrap_ex && !(sep)->se_bi) || (wrap_bi && (sep)->se_bi)) \
158 && (sep->se_family == AF_INET || sep->se_family == AF_INET6) \
159 && ( ((sep)->se_accept && (sep)->se_socktype == SOCK_STREAM) \
160 || (sep)->se_socktype == SOCK_DGRAM))
222 static void unregisterrpc(register struct servtab *sep);
223 static struct conninfo *search_conn(struct servtab *sep, in
319 struct servtab *sep; local
907 addchild(struct servtab *sep, pid_t pid) argument
936 struct servtab *sep; local
975 struct servtab *sep, *new, **sepp; local
1176 unregisterrpc(struct servtab *sep) argument
1233 struct servtab *sep; local
1242 setup(struct servtab *sep) argument
1380 ipsecsetup(struct servtab *sep) argument
1454 close_sep(struct servtab *sep) argument
1493 struct servtab *sep; local
1511 enable(struct servtab *sep) argument
1539 disable(struct servtab *sep) argument
1599 struct servtab *sep = &serv; local
2100 check_loop(const struct sockaddr *sa, const struct servtab *sep) argument
2142 print_service(const char *action, const struct servtab *sep) argument
2192 cpmip(const struct servtab *sep, int ctrl) argument
2332 search_conn(struct servtab *sep, int ctrl) argument
2407 room_conn(struct servtab *sep, struct conninfo *conn) argument
2463 resize_conn(struct servtab *sep, int maxpip) argument
2491 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.c125 chargen_dg(int s, struct servtab *sep) argument
143 if (check_loop((struct sockaddr *)&ss, sep))
162 chargen_stream(int s, struct servtab *sep) argument
167 inetd_setproctitle(sep->se_service, s);
197 daytime_dg(int s, struct servtab *sep) argument
211 if (check_loop((struct sockaddr *)&ss, sep))
222 daytime_stream(int s, struct servtab *sep __unused)
241 discard_dg(int s, struct servtab *sep __unused)
251 discard_stream(int s, struct servtab *sep) argument
256 inetd_setproctitle(sep
274 echo_dg(int s, struct servtab *sep) argument
295 echo_stream(int s, struct servtab *sep) argument
341 ident_stream(int s, struct servtab *sep) argument
705 machtime_dg(int s, struct servtab *sep) argument
776 struct servtab *sep; local
[all...]
/freebsd-current/lib/libc/string/
H A Dstrtok.c109 char *brkb, *brkt, *phrase, *sep, *word; local
111 sep = "\\/:;=-";
116 for (word = strtok(test, sep); word; word = strtok(NULL, sep))
120 for (word = strtok_r(test, sep, &brkt); word;
121 word = strtok_r(NULL, sep, &brkt)) {
124 for (phrase = strtok_r(blah, sep, &brkb); phrase;
125 phrase = strtok_r(NULL, sep, &brkb))
/freebsd-current/contrib/netbsd-tests/lib/libc/regex/
H A Dtest_regex.h41 int split(char *string, char *fields[], int nfields, const char *sep);
/freebsd-current/contrib/wpa/src/utils/
H A Dext_password_file.c101 char *sep = os_strchr(pos, '='); local
103 if (!sep) {
109 if (!sep[1]) {
115 if (os_strncmp(name, pos, sep - pos) != 0)
118 password = wpabuf_alloc_copy(sep + 1, os_strlen(sep + 1));
/freebsd-current/cddl/contrib/opensolaris/cmd/lockstat/
H A Dsym.c79 syment_t *sep; local
83 symbol_table = realloc(symbol_table, maxsyms * sizeof (*sep));
89 sep = &symbol_table[nsyms++];
91 sep->name = name;
92 sep->addr = addr;
93 sep->size = size;
100 syment_t *sep = symbol_table; local
102 for (i = 0; i < nsyms; i++, sep++)
103 if (sep->addr == addr)
104 sep
252 syment_t *sep; local
272 syment_t *sep = symbol_table; local
286 syment_t *sep = symbol_table; local
[all...]
/freebsd-current/sys/contrib/openzfs/cmd/zed/agents/
H A Dfmd_serd.c227 fmd_serd_eng_discard(fmd_serd_eng_t *sgp, fmd_serd_elem_t *sep) argument
229 list_remove(&sgp->sg_list, sep);
235 free(sep);
241 fmd_serd_elem_t *sep, *oep; local
258 sep = malloc(sizeof (fmd_serd_elem_t));
259 if (sep == NULL) {
263 sep->se_hrt = hrt;
265 list_insert_head(&sgp->sg_list, sep);
272 * Pick up the oldest element pointer for comparison to 'sep'. We must
273 * do this after adding 'sep' becaus
316 fmd_serd_elem_t *sep, *nep; local
[all...]
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dchg_usr_exec.c41 char sep[] = " "; local
54 "%s%s", argv[i], sep);
55 len += strlen(argv[i]) + strlen(sep);
/freebsd-current/tests/sys/cddl/zfs/bin/
H A Dchg_usr_exec.c40 char sep[] = " "; local
53 "%s%s", argv[i], sep);
54 len += strlen(argv[i]) + strlen(sep);
/freebsd-current/usr.sbin/periodic/etc/weekly/
H A D340.noid28 sep=:
30 IFS="$sep"
31 for param in $(jail -f "$jail_conf" -e "$sep" 2>/dev/null)
/freebsd-current/contrib/googletest/googlemock/src/
H A Dgmock-matchers.cc237 const char* sep = ""; local
239 os << sep << "\n ("
242 sep = ",";
272 const char* sep = ""; local
274 ss << sep; local
278 sep = ";";
307 const char* sep = ""; local
309 *os << sep; local
317 sep = ", and\n";
319 sep
348 const char* sep = ""; local
350 *os << sep; local
403 const char* sep = local
417 const char* sep = local
467 const char* sep = "where:\\n"; local
[all...]
/freebsd-current/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 Dtdata.S2 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="")
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_version_details.c80 const char *sep = strchr(p, ','); local
81 if (sep == NULL)
82 sep = p + strlen(p);
84 archive_strncat(&str, p, sep - p);
/freebsd-current/contrib/nvi/ex/
H A Dex_screen.c101 int cnt, col, len, sep; local
109 col = len = sep = 0;
112 col += len = strlen(tsp->frp->name) + sep;
115 sep = 0;
118 sep = 1;
/freebsd-current/crypto/openssl/crypto/
H A Do_str.c139 const char *str, const char sep)
150 if (ch == sep && sep != CH_ZERO)
182 const char *str, const char sep)
184 return hexstr2buf_sep(buf, buf_n, buflen, str, sep);
188 const char sep)
207 if (hexstr2buf_sep(buf, buf_n, &tmp_buflen, str, sep)) {
223 const char sep)
229 int has_sep = (sep != CH_ZERO);
247 *q++ = sep;
138 hexstr2buf_sep(unsigned char *buf, size_t buf_n, size_t *buflen, const char *str, const char sep) argument
181 OPENSSL_hexstr2buf_ex(unsigned char *buf, size_t buf_n, size_t *buflen, const char *str, const char sep) argument
187 ossl_hexstr2buf_sep(const char *str, long *buflen, const char sep) argument
221 buf2hexstr_sep(char *str, size_t str_n, size_t *strlength, const unsigned char *buf, size_t buflen, const char sep) argument
259 OPENSSL_buf2hexstr_ex(char *str, size_t str_n, size_t *strlength, const unsigned char *buf, size_t buflen, const char sep) argument
266 ossl_buf2hexstr_sep(const unsigned char *buf, long buflen, char sep) argument
[all...]
/freebsd-current/sbin/ipfw/
H A Dipv6.c169 char sep= ' '; local
176 bprintf(bp, "%c%d", sep, (i*32 + j));
177 sep = ',';
185 char sep = ','; local
190 sep = ' ';
191 bprintf(bp, "%d%c", cmd->d[i], sep);
260 char sep = ' '; local
264 bprintf(bp, "%cfragmentation", sep);
265 sep = ',';
268 bprintf(bp, "%chop options", sep);
[all...]
/freebsd-current/contrib/tcpdump/
H A Dprint-ahcp.c138 const char *sep = ": "; local
143 ND_PRINT("%s%s", sep, GET_IP6ADDR_STRING(cp));
146 sep = ", ";
159 const char *sep = ": "; local
164 ND_PRINT("%s%s", sep, GET_IPADDR_STRING(cp));
167 sep = ", ";
180 const char *sep = ": "; local
185 ND_PRINT("%s%s/%u", sep, GET_IP6ADDR_STRING(cp), GET_U_1(cp + 16));
188 sep = ", ";
201 const char *sep local
[all...]
/freebsd-current/lib/libc/db/btree/
H A Dbt_debug.c57 char *sep; local
67 (void)fprintf(stderr, "%s%s", sep, name); \
68 sep = ", "; \
71 sep = " flags (";
97 char *sep; local
109 (void)fprintf(stderr, "%s%s", sep, name); \
110 sep = ", "; \
113 sep = " (";
151 char *sep; local
157 (void)fprintf(stderr, "%s%s", sep, nam
[all...]
/freebsd-current/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-current/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-current/lib/libutil/
H A Dhumanize_number.c51 const char *prefixes, *sep; local
122 sep = "";
124 sep = " ";
172 sep, SCALE2PREFIX(i), suffix);
176 sep, SCALE2PREFIX(i), suffix);

Completed in 544 milliseconds

12345678910