HomeSort by: relevance | last modified time | path
    Searched refs:setprotoent_r (Results 1 - 6 of 6) sorted by relevancy

  /src/lib/libc/net/
protoent.h 58 void setprotoent_r(int, struct protoent_data *);
getprotobynumber_r.c 56 setprotoent_r(pd->stayopen, pd);
getprotoent.c 59 setprotoent_r(f, &_protoent_data);
getprotobyname_r.c 62 setprotoent_r(pd->stayopen, pd);
getprotoent_r.c 53 __weak_alias(setprotoent_r,_setprotoent_r)
57 setprotoent_r(int f, struct protoent_data *pd)
  /src/lib/libc/include/
namespace.h 646 #define setprotoent_r _setprotoent_r macro

Completed in 46 milliseconds