Searched refs:p2 (Results 1 – 3 of 3) sorted by relevance
/nss/nss_compat/ |
A D | compat-spwd.c | 276 char *curdomain = NULL, *host, *user, *domain, *p2; in getspent_next_nss_netgr() local 336 p2 = buffer + (buflen - p2len); in getspent_next_nss_netgr() 348 copy_spwd_changes (result, &ent->pwd, p2, p2len); in getspent_next_nss_netgr() 362 char *p2; in getspent_next_nss() local 374 p2 = buffer + (buflen - p2len); in getspent_next_nss() 384 copy_spwd_changes (result, &ent->pwd, p2, p2len); in getspent_next_nss()
|
A D | compat-pwd.c | 321 char *curdomain = NULL, *host, *user, *domain, *p2; in getpwent_next_nss_netgr() local 378 p2 = buffer + (buflen - p2len); in getpwent_next_nss_netgr() 390 copy_pwd_changes (result, &ent->pwd, p2, p2len); in getpwent_next_nss_netgr() 404 char *p2; in getpwent_next_nss() local 421 p2 = buffer + (buflen - p2len); in getpwent_next_nss() 435 copy_pwd_changes (result, &ent->pwd, p2, p2len); in getpwent_next_nss()
|
/nss/ |
A D | makedb.c | 395 dbentry_compare (const void *p1, const void *p2) in dbentry_compare() argument 398 const struct dbentry *d2 = (const struct dbentry *) p2; in dbentry_compare() 408 valstr_compare (const void *p1, const void *p2) in valstr_compare() argument 411 const struct valstrentry *d2 = (const struct valstrentry *) p2; in valstr_compare()
|
Completed in 9 milliseconds