Searched refs:s (Results 1 – 4 of 4) sorted by relevance
/nss/ |
A D | db-Makefile | 48 printf "=%s ", $$3; print; \ 60 printf ":%s %s %s\n", mem, mem, members[mem]; }' $^ | \ 78 printf "=%s ", $$2; print; \ 89 printf "=%s ", $$2; print; \ 101 printf ":%s/%s ", $$1, $$3; print; \ 102 printf ":%s/ ", $$1; print; \ 103 printf "=%s/%s ", $$2, $$3; print; \ 104 printf "=%s/ ", $$2; print; \ 106 { printf ":%s/%s ", $$i, $$3; print; \ 160 if (ini == 0) printf "%s%s", $$0, end; \ [all …]
|
A D | tst-nss-compat1.c | 54 struct spwd *s = NULL; in do_test() local 65 s = getspnam ("name30"); in do_test() 66 if (s == NULL) in do_test() 68 else if (strcmp (s->sp_namp, "name30") != 0) in do_test()
|
A D | nss_test.h | 56 #define SPWD_ISLAST(s) ((s)->sp_namp == NULL && (s)->sp_pwdp == 0) argument
|
A D | nss_test1.c | 29 #define alloc_buffer_maybe_copy_string(b,s) s ? alloc_buffer_copy_string (b, s) : NULL; argument
|
Completed in 9 milliseconds