Home
last modified time | relevance | path

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

12345678910>>...17

/netbsd/usr.sbin/inetd/
H A Dparse_v2.c149 parse_syntax_v2(struct servtab *sep, char **cpp) in parse_syntax_v2()
202 fill_default_values(struct servtab *sep) in fill_default_values()
258 setup_ipsec(struct servtab *sep) in setup_ipsec()
272 try_infer_socktype(struct servtab *sep) { in try_infer_socktype()
286 setup_internal(struct servtab *sep) in setup_internal()
302 infer_protocol_ip_version(struct servtab *sep) in infer_protocol_ip_version()
649 is_internal(struct servtab *sep) in is_internal()
668 bind_handler(struct servtab *sep, vlist values) in bind_handler()
887 wait_handler(struct servtab *sep, vlist values) in wait_handler()
1007 user_handler(struct servtab *sep, vlist values) in user_handler()
[all …]
H A Dratelimit.c77 rl_process(struct servtab *sep, int ctrl) in rl_process()
109 rl_get_name(struct servtab *sep, int ctrl, union addr *out) in rl_get_name()
188 rl_drop_connection(struct servtab *sep, int ctrl) in rl_drop_connection()
239 rl_add(struct servtab *sep, union addr *addr) in rl_add()
304 rl_reset(struct servtab *sep, time_t now) in rl_reset()
317 rl_clear_ip_list(struct servtab *sep) in rl_clear_ip_list()
328 rl_try_get_ip(struct servtab *sep, union addr *addr) in rl_try_get_ip()
343 rl_process_service_max(struct servtab *sep, int ctrl, time_t *now) in rl_process_service_max()
386 rl_process_ip_max(struct servtab *sep, int ctrl, time_t *now) { in rl_process_ip_max()
504 rl_node_tostring(struct servtab *sep, struct rl_ip_node *node, in rl_node_tostring()
[all …]
H A Dinetd.c410 struct servtab *sep; in main() local
466 spawn(struct servtab *sep, int ctrl) in spawn()
640 struct servtab *sep; in reapchild() local
672 struct servtab *sep; in retry() local
695 struct servtab *sep; in goaway() local
723 setup(struct servtab *sep) in setup()
846 close_sep(struct servtab *sep) in close_sep()
860 register_rpc(struct servtab *sep) in register_rpc()
898 unregister_rpc(struct servtab *sep) in unregister_rpc()
1440 tcpmux(int ctrl, struct servtab *sep) in tcpmux()
[all …]
H A Dparse.c134 struct servtab *sep, *cp; in config() local
340 struct servtab *sep; in enter() local
386 struct servtab *sep = &serv; in getconfigent() local
894 print_service(const char *action, struct servtab *sep) in print_service()
939 struct servtab *sep; in config_root() local
956 struct servtab *sep, **sepp = &servtab; in purge_unchecked() local
993 parse_protocol(struct servtab *sep) in parse_protocol()
1059 parse_wait(struct servtab *sep, int wait) in parse_wait()
1085 parse_server(struct servtab *sep, const char *arg) in parse_server()
1102 parse_accept_filter(char *arg, struct servtab *sep) in parse_accept_filter()
[all …]
H A Dinetd.h106 #define ISMUXPLUS(sep) ((sep)->se_type == MUXPLUS_TYPE) argument
107 #define ISMUX(sep) (((sep)->se_type == MUX_TYPE) || ISMUXPLUS(sep)) argument
147 #define SERV_PARAMS(sep) sep->se_service,sep->se_proto argument
164 #define isrpcservice(sep) ((sep)->se_rpcversl != 0) argument
/netbsd/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/src/
H A Dgmock-matchers.cc237 const char* sep = ""; in LogElementMatcherPairVec() local
272 const char* sep = ""; in DebugString() local
307 const char* sep = ""; in DescribeToImpl() local
348 const char* sep = ""; in DescribeNegationToImpl() local
386 const char* sep = in VerifyMatchMatrix() local
400 const char* sep = in VerifyMatchMatrix() local
450 const char* sep = "where:\n"; in FindPairing() local
/netbsd/usr.sbin/bta2dpd/bta2dpd/
H A Davdtp.c78 *signalId, uint8_t *pkt_type, uint8_t *data, size_t *datasize, uint8_t *sep) in avdtpCheckResponse()
233 avdtpGetCapabilities(int fd, int recvfd, uint8_t sep) in avdtpGetCapabilities()
241 avdtpSetConfiguration(int fd, int recvfd, uint8_t sep, uint8_t *data, in avdtpSetConfiguration()
268 avdtpOpen(int fd, int recvfd, uint8_t sep) in avdtpOpen()
276 avdtpStart(int fd, int recvfd, uint8_t sep) in avdtpStart()
284 avdtpClose(int fd, int recvfd, uint8_t sep) in avdtpClose()
292 avdtpSuspend(int fd, int recvfd, uint8_t sep) in avdtpSuspend()
300 avdtpAbort(int fd, int recvfd, uint8_t sep) in avdtpAbort()
309 uint8_t sep, uint8_t *freq, uint8_t *mode, uint8_t *alloc_method, uint8_t in avdtpAutoConfigSBC()
/netbsd/external/ibm-public/postfix/dist/src/util/
H A Dargv_split_at.c72 ARGV *argv_split_at(const char *string, int sep) in argv_split_at()
91 ARGV *argv_split_at_count(const char *string, int sep, ssize_t count) in argv_split_at_count()
112 ARGV *argv_split_at_append(ARGV *argvp, const char *string, int sep) in argv_split_at_append()
H A Dmystrtok.c70 char *mystrtok(char **src, const char *sep) in mystrtok()
96 char *mystrtokq(char **src, const char *sep, const char *parens) in mystrtokq()
131 char *mystrtokdq(char **src, const char *sep) in mystrtokdq()
/netbsd/crypto/external/bsd/openssl/dist/crypto/
H A Do_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()
261 const char sep) in OPENSSL_buf2hexstr_ex()
266 char *ossl_buf2hexstr_sep(const unsigned char *buf, long buflen, char sep) in ossl_buf2hexstr_sep()
/netbsd/external/bsd/tcpdump/dist/
H A Dprint-ahcp.c154 const char *sep = ": "; in ahcp_ipv6_addresses_print() local
178 const char *sep = ": "; in ahcp_ipv4_addresses_print() local
202 const char *sep = ": "; in ahcp_ipv6_prefixes_print() local
226 const char *sep = ": "; in ahcp_ipv4_prefixes_print() local
/netbsd/usr.bin/mixerctl/
H A Dmixerctl.c86 prfield(struct field *p, const char *sep, int prvalset) in prfield()
257 wrarg(int fd, char *arg, const char *sep) in wrarg()
316 prarg(int fd, char *arg, const char *sep) in prarg()
344 const char *sep = "="; in main() local
/netbsd/lib/libc/db/btree/
H A Dbt_debug.c86 const char *sep; in __bt_dump() local
130 const char *sep; in __bt_dmpage() local
207 const char *sep; in __bt_dpage() local
/netbsd/lib/libc/gen/
H A Dfstab.c71 nextfld(char **str, const char *sep) in nextfld()
91 static const char sep[] = ":\n"; in fstabscan() local
/netbsd/sys/arch/sparc/sparc/
H A Dcache_print.h54 const char *sep = ""; in cache_printf_backend() local
/netbsd/lib/libc/stdio/
H A Dfgetstr.c50 __fgetstr(FILE *__restrict fp, size_t *__restrict lenp, int sep) in __fgetstr()
/netbsd/external/ibm-public/postfix/dist/src/global/
H A Down_inet_addr.c86 const char *sep = " \t,"; in own_inet_addr_init() local
235 const char *sep = " \t,"; in proxy_inet_addr_init() local
/netbsd/external/mit/libuv/dist/src/
H A Dstrtok.c25 char* uv__strtok(char* str, const char* sep, char** itr) { in uv__strtok()
/netbsd/external/gpl3/binutils.old/dist/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
/netbsd/external/gpl3/gdb/dist/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
/netbsd/external/gpl2/texinfo/dist/intl/
H A Dl10nflist.c114 argz_stringify__ (char *argz, size_t len, int sep) in argz_stringify__()
126 # define __argz_stringify(argz, len, sep) argz_stringify__ (argz, len, sep) argument
129 # define __argz_stringify(argz, len, sep) \ argument
/netbsd/external/gpl3/gdb.old/dist/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
/netbsd/external/gpl3/gcc/dist/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
/netbsd/external/gpl3/gcc.old/dist/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
/netbsd/external/gpl3/binutils/dist/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

12345678910>>...17