Home
last modified time | relevance | path

Searched defs:sep (Results 1 – 25 of 194) sorted by relevance

12345678

/freebsd-14-stable/contrib/googletest/googlemock/src/
HDgmock-matchers.cc237 const char* sep = ""; in LogElementMatcherPairVec() local
271 const char* sep = ""; in DebugString() local
306 const char* sep = ""; in DescribeToImpl() local
347 const char* sep = ""; in DescribeNegationToImpl() local
402 const char* sep = in VerifyMatchMatrix() local
416 const char* sep = in VerifyMatchMatrix() local
466 const char* sep = "where:\n"; in FindPairing() local
/freebsd-14-stable/usr.sbin/inetd/
HDinetd.c168 #define ISWRAP(sep) \ argument
331 struct servtab *sep; in main() local
919 addchild(struct servtab *sep, pid_t pid) in addchild()
948 struct servtab *sep; in reapchild() local
987 struct servtab *sep, *new, **sepp; in config() local
1188 unregisterrpc(struct servtab *sep) in unregisterrpc()
1245 struct servtab *sep; in retry() local
1254 setup(struct servtab *sep) in setup()
1392 ipsecsetup(struct servtab *sep) in ipsecsetup()
1466 close_sep(struct servtab *sep) in close_sep()
[all …]
HDbuiltins.c125 chargen_dg(int s, struct servtab *sep) in chargen_dg()
162 chargen_stream(int s, struct servtab *sep) in chargen_stream()
197 daytime_dg(int s, struct servtab *sep) in daytime_dg()
251 discard_stream(int s, struct servtab *sep) in discard_stream()
274 echo_dg(int s, struct servtab *sep) in echo_dg()
295 echo_stream(int s, struct servtab *sep) in echo_stream()
341 ident_stream(int s, struct servtab *sep) in ident_stream()
705 machtime_dg(int s, struct servtab *sep) in machtime_dg()
776 struct servtab *sep; in tcpmux() local
HDinetd.h48 #define ISMUX(sep) (((sep)->se_type == MUX_TYPE) || \ argument
50 #define ISMUXPLUS(sep) ((sep)->se_type == MUXPLUS_TYPE) argument
130 #define SERVTAB_AT_LIMIT(sep) \ argument
132 #define SERVTAB_EXCEEDS_LIMIT(sep) \ argument
/freebsd-14-stable/crypto/openssl/crypto/
HDo_str.c139 const char *str, const char sep) in hexstr2buf_sep()
182 const char *str, const char sep) in OPENSSL_hexstr2buf_ex()
188 const char sep) in ossl_hexstr2buf_sep()
223 const char sep) in buf2hexstr_sep()
263 const char sep) in OPENSSL_buf2hexstr_ex()
268 char *ossl_buf2hexstr_sep(const unsigned char *buf, long buflen, char sep) in ossl_buf2hexstr_sep()
/freebsd-14-stable/lib/libc/db/btree/
HDbt_debug.c60 char *sep; in __bt_dump() local
100 char *sep; in __bt_dmpage() local
154 char *sep; in __bt_dpage() local
/freebsd-14-stable/contrib/tcpdump/
HDprint-ahcp.c136 const char *sep = ": "; in ahcp_ipv6_addresses_print() local
157 const char *sep = ": "; in ahcp_ipv4_addresses_print() local
178 const char *sep = ": "; in ahcp_ipv6_prefixes_print() local
199 const char *sep = ": "; in ahcp_ipv4_prefixes_print() local
/freebsd-14-stable/sys/contrib/openzfs/cmd/zed/agents/
HDfmd_serd.c227 fmd_serd_eng_discard(fmd_serd_eng_t *sgp, fmd_serd_elem_t *sep) in fmd_serd_eng_discard()
241 fmd_serd_elem_t *sep, *oep; in fmd_serd_eng_record() local
316 fmd_serd_elem_t *sep, *nep; in fmd_serd_eng_gc() local
/freebsd-14-stable/sbin/ipfw/
HDipv6.c169 char sep= ' '; in print_icmp6types() local
185 char sep = ','; in print_flow6id() local
260 char sep = ' '; in print_ext6hdr() local
HDnat.c217 char* sep; in StrToPortRange() local
324 char *sep = **av; in estimate_redir_addr() local
345 char *sep; in setup_redir_addr() local
386 char *sep = **av; in estimate_redir_port() local
407 char *sep, *protoName, *lsnat = NULL; in setup_redir_port() local
/freebsd-14-stable/contrib/tcp_wrappers/
HDworkarounds.c258 char *fix_strtok(char *buf, char *sep)
281 char *my_strtok(char *buf, char *sep)
/freebsd-14-stable/tests/sys/cddl/zfs/bin/
HDchg_usr_exec.c41 char sep[] = " "; in main() local
/freebsd-14-stable/sys/contrib/openzfs/tests/zfs-tests/cmd/
HDchg_usr_exec.c41 char sep[] = " "; in main() local
/freebsd-14-stable/usr.bin/mkimg/
HDmkimg.c82 const char *sep; in print_formats() local
106 const char *sep; in print_schemes() local
242 char *sep; in parse_part() local
/freebsd-14-stable/contrib/lua/src/
HDllex.c280 static void read_long_string (LexState *ls, SemInfo *seminfo, size_t sep) { in read_long_string()
463 size_t sep = skip_sep(ls); in llex() local
477 size_t sep = skip_sep(ls); in llex() local
/freebsd-14-stable/sys/contrib/openzfs/module/lua/
HDllex.c266 static void read_long_string (LexState *ls, SemInfo *seminfo, int sep) { in read_long_string()
415 int sep = skip_sep(ls); in llex() local
429 int sep = skip_sep(ls); in llex() local
/freebsd-14-stable/usr.bin/grep/
HDutil.c727 void grep_printline(struct str *line, int sep) { in grep_printline()
734 printline_metadata(struct str *line, int sep) in printline_metadata()
772 printline(struct parsec *pc, int sep, size_t *last_out) in printline()
/freebsd-14-stable/sys/fs/smbfs/
HDsmbfs_node.c102 int dirlen, const char *name, int nmlen, char sep, in smbfs_node_alloc()
234 int error, sep; in smbfs_nget() local
/freebsd-14-stable/contrib/one-true-awk/
HDlib.c228 int sep, c, isrec; // POTENTIAL BUG? isrec is a macro in awk.h in readrec() local
301 int sep, c; in readcsvrec() local
384 char *r, *fr, sep; in fldbld() local
639 char *sep = getsval(ofsloc); in recbld() local
/freebsd-14-stable/sys/fs/procfs/
HDprocfs_status.c72 char *sep; in procfs_doprocstatus() local
/freebsd-14-stable/contrib/nvi/ex/
HDex_screen.c101 int cnt, col, len, sep; in ex_sdisplay() local
/freebsd-14-stable/contrib/wpa/src/utils/
HDext_password_file.c101 char *sep = os_strchr(pos, '='); in ext_password_file_get() local
/freebsd-14-stable/lib/libc/string/
HDstrtok.c112 char *brkb, *brkt, *phrase, *sep, *word; in main() local
/freebsd-14-stable/sys/arm/arm/
HDdb_trace.c63 char *sep; in db_stack_trace_cmd() local
/freebsd-14-stable/lib/libutil/
HDhumanize_number.c52 const char *prefixes, *sep; in humanize_number() local

12345678