/dflybsd-src/usr.sbin/inetd/ |
H A D | inetd.c | 146 #define ISWRAP(sep) \ argument 291 struct servtab *sep; in main() local 847 addchild(struct servtab *sep, pid_t pid) in addchild() 878 struct servtab *sep; in reapchild() local 920 struct servtab *sep, *new, **sepp; in config() local 1115 unregisterrpc(struct servtab *sep) in unregisterrpc() 1150 struct servtab *sep; in retry() local 1159 setup(struct servtab *sep) in setup() 1279 close_sep(struct servtab *sep) in close_sep() 1318 struct servtab *sep; in enter() local [all …]
|
H A D | builtins.c | 121 chargen_dg(int s, struct servtab *sep) /* Character generator */ in chargen_dg() 157 chargen_stream(int s, struct servtab *sep) /* Character generator */ in chargen_stream() 193 daytime_dg(int s, struct servtab *sep) /* Return human-readable time of day */ in daytime_dg() 243 discard_stream(int s, struct servtab *sep) /* Discard service -- ignore data */ in discard_stream() 265 echo_dg(int s, struct servtab *sep) /* Echo service -- echo data back */ in echo_dg() 285 echo_stream(int s, struct servtab *sep) /* Echo service -- echo data back */ in echo_stream() 329 ident_stream(int s, struct servtab *sep) /* Ident service (AKA "auth") */ in ident_stream() 693 machtime_dg(int s, struct servtab *sep) in machtime_dg() 764 struct servtab *sep; in tcpmux() local
|
H A D | inetd.h | 48 #define ISMUX(sep) (((sep)->se_type == MUX_TYPE) || \ argument 50 #define ISMUXPLUS(sep) ((sep)->se_type == MUXPLUS_TYPE) argument 51 #define ISTTCP(sep) ((sep)->se_type == TTCP_TYPE) argument
|
/dflybsd-src/lib/libc/db/btree/ |
H A D | bt_debug.c | 58 char *sep; in __bt_dump() local 98 char *sep; in __bt_dmpage() local 152 char *sep; in __bt_dpage() local
|
/dflybsd-src/contrib/tcpdump/ |
H A D | print-ahcp.c | 142 const char *sep = ": "; in ahcp_ipv6_addresses_print() local 163 const char *sep = ": "; in ahcp_ipv4_addresses_print() local 184 const char *sep = ": "; in ahcp_ipv6_prefixes_print() local 205 const char *sep = ": "; in ahcp_ipv4_prefixes_print() local
|
H A D | print-geneve.c | 105 const char *sep = ""; in geneve_opts_print() local
|
/dflybsd-src/contrib/tcp_wrappers/ |
H A D | workarounds.c | 270 char *fix_strtok(buf, sep) in fix_strtok() argument 295 char *my_strtok(buf, sep) in my_strtok() argument
|
/dflybsd-src/sbin/ifconfig/ |
H A D | iflagg.c | 129 lacp_format_peer(struct lacp_opreq *req, const char *sep) in lacp_format_peer() 187 const char *sep = ""; in lagg_status() local
|
/dflybsd-src/sys/netproto/802_11/wlan/ |
H A D | ieee80211_ddb.c | 219 _db_show_txampdu(const char *sep, int ix, const struct ieee80211_tx_ampdu *tap) in _db_show_txampdu() 234 _db_show_rxampdu(const char *sep, int ix, const struct ieee80211_rx_ampdu *rap) in _db_show_rxampdu() 333 _db_show_tdma(const char *sep, const struct ieee80211_tdma_state *ts, int showprocs) in _db_show_tdma()
|
/dflybsd-src/usr.bin/tset/ |
H A D | wrterm.c | 49 char *t, *sep; in wrtermcap() local
|
/dflybsd-src/contrib/awk/ |
H A D | lib.c | 228 int sep, c, isrec; // POTENTIAL BUG? isrec is a macro in awk.h in readrec() local 301 int sep, c; in readcsvrec() local 382 char *r, *fr, sep; in fldbld() local 637 char *sep = getsval(ofsloc); in recbld() local
|
/dflybsd-src/sys/libkern/ |
H A D | hexncpy.c | 42 hexncpy(const u_char *inb, int inlen, char *outb, int outlen, const char *sep) in hexncpy()
|
/dflybsd-src/contrib/mdocml/ |
H A D | mansearch.c | 462 lstlen(const char *cp, size_t sep) in lstlen() 497 lstcat(char *buf, size_t *i, const char *cp, const char *sep) in lstcat() 554 const char *oldoutput, *sep, *input; in buildoutput() local
|
/dflybsd-src/contrib/tcsh-6/ |
H A D | tw.comp.c | 403 tw_dollar(const Char *str, Char **wl, size_t nwl, Char **result, Char sep, in tw_dollar() 524 Char sep; /* the command and separator characters */ in tw_complete() local
|
/dflybsd-src/contrib/grep/lib/ |
H A D | filenamecat-lgpl.c | 53 char sep = '\0'; in mfile_name_concat() local
|
/dflybsd-src/contrib/nvi2/ex/ |
H A D | ex_screen.c | 101 int cnt, col, len, sep; in ex_sdisplay() local
|
/dflybsd-src/contrib/bmake/mk/ |
H A D | meta2deps.py | 330 def dirdeps(self, sep='\n'): argument 334 def src_dirdeps(self, sep='\n'): argument
|
/dflybsd-src/lib/libc/string/ |
H A D | strtok.c | 124 char *brkb, *brkt, *phrase, *sep, *word; in main() local
|
/dflybsd-src/lib/libutil/ |
H A D | humanize_number.c | 51 const char *prefixes, *sep; in humanize_number() local
|
/dflybsd-src/contrib/libarchive/libarchive/ |
H A D | archive_version_details.c | 81 const char *sep = strchr(p, ','); in archive_version_details() local
|
H A D | archive_acl.c | 1150 wchar_t sep; in archive_acl_from_text_w() local 1570 const wchar_t **end, wchar_t *sep) in next_field_w() 1633 char sep; in archive_acl_from_text_l() local 2060 const char **end, char *sep) in next_field()
|
/dflybsd-src/usr.sbin/pw/ |
H A D | edgroup.c | 119 char const *sep = ":\n"; in editgroups() local
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | lto-streamer.c | 146 const char *sep; in lto_get_section_name() local
|
/dflybsd-src/usr.bin/who/ |
H A D | utmpentry.c | 117 struct utmpentry *sep = ep; in endutentries() local
|
/dflybsd-src/contrib/wpa_supplicant/src/drivers/ |
H A D | driver_roboswitch.c | 210 char *sep; in wpa_driver_roboswitch_set_param() local 360 char *sep; in wpa_driver_roboswitch_init() local
|