Searched refs:pas (Results 1 - 18 of 18) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/miscutils/
H A Dcrontab.c38 const struct passwd *pas; local
47 pas = getpwuid(UserId);
48 if (pas == NULL)
51 safe_strncpy(caller, pas->pw_name, sizeof(caller));
89 pas = getpwnam(av[i]);
90 if (pas) {
91 UserId = pas->pw_uid;
119 pas = getpwuid(UserId);
120 if (pas == NULL)
148 fi = fopen(pas
318 struct passwd *pas; local
[all...]
H A Dcrond.c239 struct passwd *pas; local
245 pas = getpwnam(user);
246 if (pas == 0) {
250 setenv("USER", pas->pw_name, 1);
251 setenv("HOME", pas->pw_dir, 1);
257 err_msg = change_identity_e2str(pas);
262 if (chdir(pas->pw_dir) < 0) {
263 crondlog("\011chdir failed: %s: %m", pas->pw_dir);
269 return pas->pw_uid;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dhighmem.c274 struct page_address_slot *pas; local
279 pas = page_slot(page);
281 spin_lock_irqsave(&pas->lock, flags);
282 if (!list_empty(&pas->lh)) {
285 list_for_each_entry(pam, &pas->lh, list) {
293 spin_unlock_irqrestore(&pas->lock, flags);
302 struct page_address_slot *pas; local
307 pas = page_slot(page);
320 spin_lock_irqsave(&pas->lock, flags);
321 list_add_tail(&pam->list, &pas
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfsd/
H A Dnfs4acl.c181 summarize_posix_acl(struct posix_acl *acl, struct posix_acl_summary *pas) argument
184 pas->users = 0;
185 pas->groups = 0;
186 pas->mask = 07;
193 pas->owner = pa->e_perm;
196 pas->group = pa->e_perm;
199 pas->users |= pa->e_perm;
202 pas->groups |= pa->e_perm;
205 pas->other = pa->e_perm;
208 pas
225 struct posix_acl_summary pas; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-pascal/
H A DMakefile.am17 hello_SOURCES = hello.pas
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dx-rst.c146 See fpc-1.0.4/compiler/cresstr.pas. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/expat-2.0.1/bcb5/
H A Delements.mak159 .pas.hpp:
162 .pas.obj:
H A Dexpat.mak160 .pas.hpp:
163 .pas.obj:
H A Dexpat_static.mak162 .pas.hpp:
165 .pas.obj:
H A Dexpatw.mak160 .pas.hpp:
163 .pas.obj:
H A Dexpatw_static.mak163 .pas.hpp:
166 .pas.obj:
H A Doutline.mak159 .pas.hpp:
162 .pas.obj:
H A Dxmlwf.mak160 .pas.hpp:
163 .pas.obj:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/pasemi/
H A Dsetup.c242 define_machine(pas) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/
H A DMakefile.am305 hello-pascal/hello.pas \
H A DMakefile.in456 hello-pascal/hello.pas \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/po/
H A DMakefile.am52 hello-pascal/hello.pas \
H A DMakefile.in161 hello-pascal/hello.pas \

Completed in 84 milliseconds