Searched refs:SPWD_ISLAST (Results 1 – 2 of 2) sorted by relevance
/nss/ | ||
A D | nss_test.h | 56 #define SPWD_ISLAST(s) ((s)->sp_namp == NULL && (s)->sp_pwdp == 0) macro |
A D | nss_test1.c | 111 for (i=0; ! SPWD_ISLAST(& spwd_data[i]); i++) in init() |
Completed in 6 milliseconds