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

/freebsd-9.3-release/contrib/ntp/include/
H A Dntp_lists.h19 * LINK_SLIST(listhead, pentry, nextlink)
22 * LINK_TAIL_SLIST(listhead, pentry, nextlink, entrytype)
26 * LINK_SORT_SLIST(listhead, pentry, beforecur, nextlink, entrytype)
28 * pentry with the current list entry. The current entry can be
30 * LINK_SORT_SLIST_CUR(). beforecur is nonzero if pentry sorts
72 * void somefunc(myentry *pentry)
74 * LINK_FIFO(my_fifo, pentry, next_link);
85 * LINK_FIFO(anchor, pentry, nextlink)
128 #define LINK_SLIST(listhead, pentry, nextlink) \
130 (pentry)
[all...]
/freebsd-9.3-release/usr.bin/at/
H A Dperm.c87 struct passwd *pentry; local
92 if ((pentry = getpwuid(uid)) == NULL)
103 return check_for_user(fp, pentry->pw_name);
116 return !check_for_user(fp, pentry->pw_name);
/freebsd-9.3-release/libexec/atrun/
H A Datrun.c135 struct passwd *pentry; local
169 pentry = getpwuid(uid);
170 if (pentry == NULL)
177 pam_err = pam_start(atrun, pentry->pw_name, &pamc, &pamh);
185 pentry->pw_name, (unsigned long)uid,
315 if (setusercontext(NULL, pentry, uid, LOGIN_SETALL &
319 if (initgroups(pentry->pw_name,pentry->pw_gid))
322 if (setgid(gid) < 0 || setegid(pentry->pw_gid) < 0)
325 if (setlogin(pentry
[all...]
/freebsd-9.3-release/sys/boot/common/
H A Dpart.c63 struct pentry { struct
72 STAILQ_ENTRY(pentry) entry;
80 STAILQ_HEAD(, pentry) entries;
229 struct pentry *entry;
360 struct pentry *e1, *entry;
438 struct pentry *entry;
517 struct pentry *entry;
586 struct pentry *entry;
705 struct pentry *entry;
725 struct pentry *entr
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dexcept.c1139 t2r_eq (const void *pentry, const void *pdata) argument
1141 tree entry = (tree) pentry;
1148 t2r_hash (const void *pentry)
1150 tree entry = (tree) pentry;
1194 ttypes_filter_eq (const void *pentry, const void *pdata)
1196 const struct ttypes_filter *entry = (const struct ttypes_filter *) pentry;
1203 ttypes_filter_hash (const void *pentry)
1205 const struct ttypes_filter *entry = (const struct ttypes_filter *) pentry; argument
1215 ehspec_filter_eq (const void *pentry, const void *pdata)
1217 const struct ttypes_filter *entry = (const struct ttypes_filter *) pentry;
1130 t2r_eq(const void *pentry, const void *pdata) argument
1184 ttypes_filter_eq(const void *pentry, const void *pdata) argument
1193 ttypes_filter_hash(const void *pentry) argument
1216 ehspec_filter_hash(const void *pentry) argument
2134 ehl_hash(const void *pentry) argument
2144 ehl_eq(const void *pentry, const void *pdata) argument
2314 for_each_eh_label_1(void **pentry, void *data) argument
3060 action_record_eq(const void *pentry, const void *pdata) argument
3068 action_record_hash(const void *pentry) argument
[all...]
H A Dloop-invariant.c430 struct invariant_expr_entry pentry; local
433 pentry.expr = expr;
434 pentry.inv = inv;
435 pentry.mode = mode;
436 slot = htab_find_slot_with_hash (eq, &pentry, hash, INSERT);
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntp_config.c2959 bc_entry *pentry; local
3025 pentry = bc_list;
3026 while (pentry->token) {
3027 if (pentry->token == option)
3029 pentry++;
3031 if (!pentry->token) {
3037 pentry->enabled = enable;

Completed in 185 milliseconds