Searched defs:domainp (Results 1 - 5 of 5) sorted by relevance
/osnet-11/usr/src/lib/libresolv2/common/irs/ |
H A D | getnetgrent_r.c | 65 NGR_R_CONST char **domainp, NGR_R_ARGS) 73 return (copy_protoent(machinep, userp, domainp, 151 NGR_R_CONST char **domainp, const char *mp, const char *up, 208 *domainp = cp; 211 *domainp = NULL; 64 getnetgrent_r(NGR_R_CONST char **machinep, NGR_R_CONST char **userp, NGR_R_CONST char **domainp, NGR_R_ARGS) argument 150 copy_protoent(NGR_R_CONST char **machinep, NGR_R_CONST char **userp, NGR_R_CONST char **domainp, const char *mp, const char *up, const char *dp, NGR_R_COPY_ARGS) argument
|
H A D | irpmarshall.c | 1219 irp_unmarshall_ng(const char **hostp, const char **userp, const char **domainp, argument 1228 domainp == NULL || buffer == NULL) { 1280 *domainp = domain;
|
/osnet-11/usr/src/lib/libdscp/ |
H A D | libdscp.c | 326 dscpIdent(struct sockaddr *saddr, int len, int *domainp) argument 331 if ((saddr == NULL) || (domainp == NULL)) { 344 *domainp = DSCP_IDENT_SP;
|
/osnet-11/usr/src/lib/libsocket/inet/ |
H A D | rcmd.c | 777 static char *domainp; local 797 if (!domainp) { 799 * "domainp" points after the first dot in the host name 806 if ((domainp = index(ldomain, '.')) == (char *)NULL) { 810 domainp++; 811 cp = domainp; 817 return (strcmp(domainp, rhost + len + 1) == 0);
|
/osnet-11/usr/src/lib/libzfs/common/ |
H A D | libzfs_dataset.c | 4141 char **domainp, idmap_rid_t *ridp) 4152 IDMAP_REQ_FLG_USE_CACHE, domainp, ridp, &status); 4155 IDMAP_REQ_FLG_USE_CACHE, domainp, ridp, &status); 4140 idmap_id_to_numeric_domain_rid(uid_t id, boolean_t isuser, char **domainp, idmap_rid_t *ridp) argument
|
Completed in 243 milliseconds