Home
last modified time | relevance | path

Searched defs:statp (Results 1 – 24 of 24) sorted by relevance

/dragonfly/lib/libc/resolv/
H A Dres_init.c149 res_ninit(res_state statp) { in res_ninit()
157 __res_vinit(res_state statp, int preinit) { in __res_vinit()
505 res_setoptions(res_state statp, const char *options, const char *source) in res_setoptions()
670 res_nclose(res_state statp) { in res_nclose()
695 res_ndestroy(res_state statp) { in res_ndestroy()
705 res_get_nibblesuffix(res_state statp) { in res_get_nibblesuffix()
712 res_get_nibblesuffix2(res_state statp) { in res_get_nibblesuffix2()
720 res_setservers(res_state statp, const union res_sockaddr_union *set, int cnt) { in res_setservers()
771 res_getservers(res_state statp, union res_sockaddr_union *set, int cnt) { in res_getservers()
H A Dres_findzonecut.c153 res_findzonecut(res_state statp, const char *dname, ns_class class, int opts, in res_findzonecut()
178 res_findzonecut2(res_state statp, const char *dname, ns_class class, int opts, in res_findzonecut2()
222 satisfy(res_state statp, const char *mname, rrset_ns *nsrrsp, in satisfy()
250 add_addrs(res_state statp, rr_ns *nsrr, in add_addrs()
268 get_soa(res_state statp, const char *dname, ns_class class, int opts, in get_soa()
408 get_ns(res_state statp, const char *zname, ns_class class, int opts, in get_ns()
441 get_glue(res_state statp, ns_class class, int opts, rrset_ns *nsrrsp) { in get_glue()
516 save_ns(res_state statp, ns_msg *msg, ns_sect sect, in save_ns()
575 save_a(res_state statp, ns_msg *msg, ns_sect sect, in save_a()
669 do_query(res_state statp, const char *dname, ns_class class, ns_type qtype, in do_query()
H A Dres_query.c107 res_nquery(res_state statp, in res_nquery()
208 res_nsearch(res_state statp, in res_nsearch()
354 res_nquerydomain(res_state statp, in res_nquerydomain()
399 res_hostalias(const res_state statp, const char *name, char *dst, size_t siz) { in res_hostalias()
H A Dres_send.c173 res_ourserver_p(const res_state statp, const struct sockaddr *sa) { in res_ourserver_p()
304 res_nsend(res_state statp, in res_nsend()
601 get_nsaddr(res_state statp, size_t n) in get_nsaddr()
622 send_vc(res_state statp,
848 send_dg(res_state statp,
1143 Aerror(const res_state statp, FILE *file, const char *string, int error,
1167 Perror(const res_state statp, FILE *file, const char *string, int error) {
H A Dres_mkquery.c93 res_nmkquery(res_state statp, in res_nmkquery()
204 res_nopt(res_state statp, in res_nopt()
260 res_nopt_rdata(res_state statp, in res_nopt_rdata()
H A Dres_state.c49 res_state statp = ptr; in free_res() local
65 res_state statp; in __res_state() local
H A Dres_debug.h24 # define Aerror(statp, file, string, error, address) /*empty*/ argument
25 # define Perror(statp, file, string, error) /*empty*/ argument
H A Dres_update.c92 res_nupdate(res_state statp, ns_updrec *rrecp_in, ns_tsig_key *key) { in res_nupdate()
H A Dres_debug.c133 fp_resstat(const res_state statp, FILE *file) { in fp_resstat()
144 do_section(const res_state statp, in do_section()
273 res_pquery(const res_state statp, const u_char *msg, int len, FILE *file) { in res_pquery()
H A Dres_mkupdate.c87 res_nmkupdate(res_state statp, ns_updrec *rrecp_in, u_char *buf, int buflen) { in res_nmkupdate()
/dragonfly/lib/libc/net/
H A Dgethostbynis.c59 res_state statp; in _gethostbynis() local
209 res_state statp; in _gethostbynisname() local
236 res_state statp; in _gethostbynisaddr() local
267 res_state statp; in _nis_gethostbyname() local
315 res_state statp; in _nis_gethostbyaddr() local
H A Dgetnetbydns.c154 struct netent_data *ned, res_state statp) in getnetanswer()
275 res_state statp; in _dns_getnetbyaddr() local
379 res_state statp; in _dns_getnetbyname() local
443 res_state statp; in _setnetdnsent() local
455 res_state statp; in _endnetdnsent() local
H A Dgethostbyht.c88 res_state statp) in gethostent_p()
177 res_state statp; in gethostent_r() local
225 res_state statp; in _ht_gethostbyname() local
288 res_state statp; in _ht_gethostbyaddr() local
H A Dgethostbydns.c139 struct hostent *he, struct hostent_data *hed, res_state statp) in gethostanswer()
436 res_state statp; in __dns_getanswer() local
474 res_state statp; in _dns_gethostbyname() local
557 res_state statp; in _dns_gethostbyaddr() local
737 res_state statp; in _sethostdnsent() local
749 res_state statp; in _endhostdnsent() local
H A Dgethostnamadr.c159 res_state statp; in host_id_func() local
432 size_t buflen, res_state statp) in fakeaddr()
483 res_state statp; in gethostbyname_r() local
507 res_state statp; in gethostbyname2_r() local
521 res_state statp) in gethostbyname_internal()
584 res_state statp; in gethostbyaddr_r() local
H A Dgetnetbyht.c152 res_state statp; in getnetent_r() local
194 res_state statp; in _ht_getnetbyname() local
245 res_state statp; in _ht_getnetbyaddr() local
H A Dgetnetbynis.c142 res_state statp; in _nis_getnetbyname() local
191 res_state statp; in _nis_getnetbyaddr() local
H A Dname6.c218 res_state statp; in getipnodebyname() local
314 res_state statp; in getipnodebyaddr() local
582 _hpsort(struct hostent *hp, res_state statp) in _hpsort()
H A Dgetaddrinfo.c1465 res_state statp; in addrinfo_id_func() local
/dragonfly/lib/librpcsvc/
H A Drstat.c45 rstat(char *host, struct statstime *statp) in rstat()
/dragonfly/usr.bin/du/
H A Ddu.c55 #define STBLOCKS(statp) _stblocks(tflag, statp) argument
/dragonfly/contrib/cvs-1.12/src/
H A Dlock.c984 set_lockers_name (struct stat *statp) in set_lockers_name()
/dragonfly/lib/libc/xdr/
H A Dxdr_rec.c511 __xdrrec_getrec(XDR *xdrs, enum xprt_stat *statp, bool_t expectdata) in __xdrrec_getrec()
/dragonfly/crypto/openssh/
H A Dscp.c1438 rsource(char *name, struct stat *statp) in rsource()