Searched refs:protoent_data (Results 1 – 7 of 7) sorted by relevance
| /mirbsd/src/include/ |
| D | netdb.h | 248 struct protoent_data { struct 262 void endprotoent_r(struct protoent_data *); argument 280 struct protoent_data *); 282 struct protoent_data *); 283 int getprotoent_r(struct protoent *, struct protoent_data *); 302 void setprotoent_r(int, struct protoent_data *);
|
| /mirbsd/src/lib/libc/net/ |
| D | getprotoent.c | 41 setprotoent_r(int f, struct protoent_data *pd) in setprotoent_r() 51 endprotoent_r(struct protoent_data *pd) in endprotoent_r() 66 getprotoent_r(struct protoent *pe, struct protoent_data *pd) in getprotoent_r() 143 struct protoent_data _protoent_data; /* shared with getproto{,name}.c */
|
| D | getproto.c | 35 getprotobynumber_r(int num, struct protoent *pe, struct protoent_data *pd) in getprotobynumber_r() 53 extern struct protoent_data _protoent_data; in getprotobynumber()
|
| D | getprotoname.c | 37 struct protoent_data *pd) in getprotobyname_r() 61 extern struct protoent_data _protoent_data; in getprotobyname()
|
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | reentr.pl | 1160 endprotoent |netdb | |I_D|V_D|D=struct protoent_data* 1173 getprotobyname S_C |netdb |struct protoent|I_CSBWR|S_CSBI|I_CSD|D=struct protoent_data* 1174 getprotobynumber S_I |netdb |struct protoent|I_ISBWR|S_ISBI|I_ISD|D=struct protoent_data* 1175 getprotoent S_V |netdb |struct protoent|I_SBWR|I_SBI|S_SBI|I_SD|D=struct protoent_data* 1192 setprotoent V_I |netdb | |I_ID|V_ID|D=struct protoent_data*
|
| D | reentr.h | 671 struct protoent_data _protoent_data;
|
| D | Configure | 11443 ''|0) try='int endprotoent_r(struct protoent_data*);' 11447 ''|0) try='void endprotoent_r(struct protoent_data*);' 13416 ''|0) try='int getprotobyname_r(const char*, struct protoent*, struct protoent_data*);' 13465 ''|0) try='int getprotobynumber_r(int, struct protoent*, struct protoent_data*);' 13518 ''|0) try='int getprotoent_r(struct protoent*, struct protoent_data*);'
|