Searched refs:pentry (Results 1 - 12 of 12) sorted by relevance

/macosx-10.9.5/ntp-88/include/
H A Dntp_lists.h16 * LINK_SLIST(listhead, pentry, nextlink)
19 * LINK_TAIL_SLIST(listhead, pentry, nextlink, entrytype)
48 #define LINK_SLIST(listhead, pentry, nextlink) \
50 (pentry)->nextlink = (listhead); \
51 (listhead) = (pentry); \
54 #define LINK_TAIL_SLIST(listhead, pentry, nextlink, entrytype) \
62 (pentry)->nextlink = NULL; \
63 *pptail = (pentry); \
/macosx-10.9.5/system_cmds-597.90.1/at.tproj/
H A Dperm.c88 struct passwd *pentry; local
93 if ((pentry = getpwuid(uid)) == NULL)
104 return check_for_user(fp, pentry->pw_name);
117 return !check_for_user(fp, pentry->pw_name);
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/at.tproj/
H A Dperm.c88 struct passwd *pentry; local
93 if ((pentry = getpwuid(uid)) == NULL)
104 return check_for_user(fp, pentry->pw_name);
117 return !check_for_user(fp, pentry->pw_name);
/macosx-10.9.5/system_cmds-597.90.1/atrun.tproj/
H A Datrun.c132 struct passwd *pentry; local
173 pentry = getpwuid(uid);
174 if (pentry == NULL)
181 pam_err = pam_start(atrun, pentry->pw_name, &pamc, &pamh);
189 pentry->pw_name, (unsigned long)uid,
319 if (setusercontext(NULL, pentry, uid, LOGIN_SETALL &
323 if (setgid(gid) < 0 || setegid(pentry->pw_gid) < 0)
326 if (initgroups(pentry->pw_name,pentry->pw_gid))
329 if (setlogin(pentry
[all...]
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/atrun.tproj/
H A Datrun.c132 struct passwd *pentry; local
173 pentry = getpwuid(uid);
174 if (pentry == NULL)
181 pam_err = pam_start(atrun, pentry->pw_name, &pamc, &pamh);
189 pentry->pw_name, (unsigned long)uid,
319 if (setusercontext(NULL, pentry, uid, LOGIN_SETALL &
323 if (setgid(gid) < 0 || setegid(pentry->pw_gid) < 0)
326 if (initgroups(pentry->pw_name,pentry->pw_gid))
329 if (setlogin(pentry
[all...]
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/mac/mac_lib/
H A Dmac_dyn_dlopen.c163 Str255 pentry; local
181 CopyCStringToPascal(cstr, pentry);
183 strcpy(pentry,entryname);
184 c2pstr(pentry);
187 rc = FindSymbol((CFragConnectionID)library,pentry,entry_point, &symClass);
/macosx-10.9.5/ICU-511.35/icuSources/tools/tzcode/
H A Dzdump.c1001 listentry * pentry; local
1008 if ((pentry = malloc(sizeof(listentry))) == NULL) {
1012 pentry->name = pzonename;
1013 pentry->next = NULL;
1014 (*last)->next = pentry;
1015 *last = pentry;
/macosx-10.9.5/iodbc-42.5/iodbc/iodbcinst/
H A Ddlf.c241 int (*pentry) (); /* entry point of this share library */ member in struct:obj
425 pobj->pentry = (int (*)()) load (file, 0, 0);
427 if (!pobj->pentry)
486 unload ((void *) (pobj->pentry));
587 memcpy (ent->fdesc, pobj->pentry, sizeof (ent->fdesc));
/macosx-10.9.5/ntp-88/ntpd/
H A Dntp_config.c2546 bc_entry *pentry; local
2592 pentry = bc_list;
2593 while (pentry->token) {
2594 if (pentry->token == option)
2596 pentry++;
2598 if (!pentry->token) {
2604 pentry->enabled = enable;
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tclxml/
H A Dtclxml.c686 Tcl_HashEntry *pentry;
697 pentry = Tcl_FindHashEntry(&registeredParsers,
700 if (pentry != NULL) {
701 xmlinfo->parserClass = Tcl_GetHashValue(pentry);
678 Tcl_HashEntry *pentry; local
/macosx-10.9.5/xnu-2422.115.4/osfmk/i386/
H A Dpmap.h444 extern mapwindow_t *pmap_get_mapwindow(pt_entry_t pentry);
/macosx-10.9.5/emacs-92/emacs/src/
H A Dw32term.c6329 struct w32_palette_entry * pentry = plist;
6331 xfree (pentry);
6293 struct w32_palette_entry * pentry = plist; local

Completed in 301 milliseconds