Searched refs:NGR_R_CONST (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libresolv2/common/irs/ |
H A D | getnetgrent_r.c | 37 copy_protoent(NGR_R_CONST char **, NGR_R_CONST char **, NGR_R_CONST char **, 60 getnetgrent_r(NGR_R_CONST char **machinep, NGR_R_CONST char **userp, in getnetgrent_r() 61 NGR_R_CONST char **domainp, NGR_R_ARGS) in getnetgrent_r() 63 NGR_R_CONST char *mp, *up, *dp; in getnetgrent_r() 146 copy_protoent(NGR_R_CONST char **machinep, NGR_R_CONST char **userp, in copy_protoent() 147 NGR_R_CONST char **domainp, const char *mp, const char *up, in copy_protoent()
|
H A D | getnetgrent.c | 75 getnetgrent(NGR_R_CONST char **host, NGR_R_CONST char **user, in getnetgrent() 76 NGR_R_CONST char **domain) in getnetgrent()
|
/illumos-gate/usr/src/lib/libresolv2/include/ |
H A D | port_after.h | 423 int getnetgrent(NGR_R_CONST char **machinep, NGR_R_CONST char **userp, 424 NGR_R_CONST char **domainp); 427 int getnetgrent_r(NGR_R_CONST char **machinep, NGR_R_CONST char **userp, 428 NGR_R_CONST char **domainp, NGR_R_ARGS);
|
H A D | port_before.h | 116 #define NGR_R_CONST macro
|