Home
last modified time | relevance | path

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

1234567

/openbsd/usr.sbin/inetd/
H A Dinetd.c392 struct servtab *sep = xsep; in gettcp() local
506 struct servtab *sep; in reap() local
544 struct servtab *sep, *cp, **sepp; in config() local
768 struct servtab *sep; in retry() local
789 struct servtab *sep; in die() local
811 setup(struct servtab *sep) in setup()
897 register_rpc(struct servtab *sep) in register_rpc()
948 struct servtab *sep; in enter() local
1038 struct servtab *sep, *tsep; in getconfigent() local
1357 dupconfig(struct servtab *sep) in dupconfig()
[all …]
/openbsd/usr.bin/netstat/
H A Dunix.c101 #define p(fmt, v, sep) printf(#v " " fmt sep, unp.v); in unpcb_dump() argument
102 #define pll(fmt, v, sep) printf(#v " " fmt sep, (long long) unp.v); in unpcb_dump() argument
103 #define pull(fmt, v, sep) printf(#v " " fmt sep, (unsigned long long) unp.v); in unpcb_dump() argument
104 #define pp(fmt, v, sep) printf(#v " " fmt sep, unp.v); in unpcb_dump() argument
H A Dinet.c1318 #define p(fmt, v, sep) printf(#v " " fmt sep, so.v); in socket_dump() argument
1319 #define pp(fmt, v, sep) printf(#v " " fmt sep, so.v); in socket_dump() argument
1362 #define p(fmt, v, sep) printf(#v " " fmt sep, ssp.v); in sosplice_dump() argument
1364 #define pp(fmt, v, sep) printf(#v " " fmt sep, ssp.v); in sosplice_dump() argument
1382 #define p(fmt, v, sep) printf(#v " " fmt sep, sb->v); in sockbuf_dump() argument
1410 #define p(fmt, v, sep) printf(#v " " fmt sep, proto.v); in protosw_dump() argument
1411 #define pp(fmt, v, sep) printf(#v " " fmt sep, proto.v); in protosw_dump() argument
1437 #define p(fmt, v, sep) printf(#v " " fmt sep, dom.v); in domain_dump() argument
1477 #define p(fmt, v, sep) printf(#v " " fmt sep, inp.v); in inpcb_dump() argument
1478 #define pp(fmt, v, sep) printf(#v " " fmt sep, inp.v); in inpcb_dump() argument
[all …]
/openbsd/lib/libc/db/btree/
H A Dbt_debug.c55 char *sep; in __bt_dump() local
95 char *sep; in __bt_dmpage() local
149 char *sep; in __bt_dpage() local
/openbsd/usr.bin/mixerctl/
H A Dmixerctl.c90 prfield(struct field *p, char *sep, int prvalset, mixer_ctrl_t *m) in prfield()
164 rdfield(int fd, struct field *p, char *q, int quiet, char *sep) in rdfield()
247 char *sep = "="; in main() local
/openbsd/gnu/gcc/intl/
H A Dl10nflist.c118 argz_stringify__ (argz, len, sep) in argz_stringify__() argument
133 # define __argz_stringify(argz, len, sep) argz_stringify__ (argz, len, sep) argument
136 # define __argz_stringify(argz, len, sep) \ argument
/openbsd/gnu/usr.bin/texinfo/intl/
H A Dl10nflist.c112 argz_stringify__ (char *argz, size_t len, int sep) in argz_stringify__()
124 # define __argz_stringify(argz, len, sep) argz_stringify__ (argz, len, sep) argument
127 # define __argz_stringify(argz, len, sep) \ argument
/openbsd/usr.bin/systat/
H A Dswap.c177 struct swapent *sep; in showswap() local
202 struct swapent *sep; in showtotal() local
/openbsd/usr.sbin/tcpdump/
H A Dprint-ospf6.c108 char sep = ' '; in ospf6_print_bits() local
475 char sep; in ospf6_decode_v3() local
H A Dprint-ospf.c104 char sep = ' '; in ospf_print_bits() local
365 char sep; in ospf_decode_v2() local
/openbsd/usr.bin/awk/
H A Dlib.c225 int sep, c, isrec; // POTENTIAL BUG? isrec is a macro in awk.h in readrec() local
296 int sep, c; in readcsvrec() local
379 char *r, *fr, sep; in fldbld() local
639 char *sep = getsval(ofsloc); in recbld() local
/openbsd/usr.bin/make/
H A Dstr.h36 #define Str_concat(s1, s2, sep) Str_concati(s1, strchr(s1, '\0'), s2, strchr(s2, '\0'), sep) argument
/openbsd/gnu/usr.bin/gcc/gcc/intl/
H A Dl10nflist.c101 argz_stringify__ (argz, len, sep) in argz_stringify__() argument
116 # define __argz_stringify(argz, len, sep) argz_stringify__ (argz, len, sep) argument
/openbsd/gnu/usr.bin/binutils/intl/
H A Dl10nflist.c108 argz_stringify__ (argz, len, sep) in argz_stringify__() argument
123 # define __argz_stringify(argz, len, sep) argz_stringify__ (argz, len, sep) argument
/openbsd/lib/libfuse/
H A Dfuse_opt.c76 size_t sep, len; in match_opt() local
194 size_t sep; in parse_opt() local
/openbsd/gnu/usr.bin/binutils-2.17/intl/
H A Dl10nflist.c108 argz_stringify__ (argz, len, sep) in argz_stringify__() argument
123 # define __argz_stringify(argz, len, sep) argz_stringify__ (argz, len, sep) argument
/openbsd/usr.bin/mandoc/
H A Dmansearch.c459 lstlen(const char *cp, size_t sep) in lstlen()
494 lstcat(char *buf, size_t *i, const char *cp, const char *sep) in lstcat()
551 const char *oldoutput, *sep, *input; in buildoutput() local
/openbsd/lib/libc/stdio/
H A Dgetdelim.c47 int sep, FILE *__restrict fp) in getdelim()
/openbsd/usr.bin/vi/ex/
H A Dex_screen.c103 int cnt, col, len, sep; in ex_sdisplay() local
/openbsd/sbin/swapctl/
H A Dswaplist.c48 struct swapent *sep, *fsep; in list_swap() local
/openbsd/usr.bin/midicat/
H A Dmidicat.c35 int dump, c, i, len, n, sep, mode; in main() local
/openbsd/usr.bin/dig/lib/dns/rdata/in_1/
H A Dapl_42.c34 const char *sep = ""; in totext_in_apl() local
/openbsd/sys/dev/pci/drm/i915/
H A Di915_mitigations.c35 char *str, *sep, *tok; in mitigations_set() local
/openbsd/lib/libcrypto/bio/
H A Db_dump.c150 char sep = ' '; in BIO_dump_indent() local
/openbsd/gnu/usr.bin/binutils/opcodes/
H A Dpj-dis.c70 char *sep = "\t"; local

1234567