Searched defs:pent (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/krb5/kadm5/srv/
H A Dsvr_policy.c101 osa_policy_ent_rec pent; local
114 pent.name = entry->policy;
123 pent.pw_max_life = 0;
125 pent.pw_max_life = entry->pw_max_life;
127 pent.pw_min_life = 0;
133 pent.pw_min_life = entry->pw_min_life;
136 pent.pw_min_length = MIN_PW_LENGTH;
140 pent.pw_min_length = entry->pw_min_length;
143 pent.pw_min_classes = MIN_PW_CLASSES;
147 pent
[all...]
/osnet-11/usr/src/lib/libcryptoutil/common/
H A Dconfig_parsing.c48 uentry_t *pent; local
71 if ((rc = uef_interpret(buffer, &pent)) != SUCCESS) {
75 /* append pent into ppliblist */
80 free_uentry(pent);
84 pentlist->puent = pent;
159 uentry_t *pent; local
171 pent = calloc(sizeof (uentry_t), 1);
172 if (pent == NULL) {
177 (void) strlcpy(pent->name, token1, sizeof (pent
226 parse_policylist(char *buf, uentry_t *pent) argument
395 free_uentry(uentry_t *pent) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp_sys.c4885 struct protoent *pent; local
4891 pent = PerlSock_getprotobyname(name);
4899 pent = PerlSock_getprotobynumber(number);
4906 pent = PerlSock_getprotoent();
4914 if (pent) {
4916 sv_setiv(sv, (IV)pent->p_proto);
4918 sv_setpv(sv, pent->p_name);
4923 if (pent) {
4925 sv_setpv(sv, pent->p_name);
4927 for (elem = pent
[all...]

Completed in 23 milliseconds