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

/netbsd-current/external/bsd/ntp/dist/include/
H A Dntp_lists.h21 * LINK_SLIST(listhead, pentry, nextlink)
24 * LINK_TAIL_SLIST(listhead, pentry, nextlink, entrytype)
28 * LINK_SORT_SLIST(listhead, pentry, beforecur, nextlink, entrytype)
30 * pentry with the current list entry. The current entry can be
32 * LINK_SORT_SLIST_CUR(). beforecur is nonzero if pentry sorts
74 * void somefunc(myentry *pentry)
76 * LINK_FIFO(my_fifo, pentry, next_link);
87 * LINK_FIFO(anchor, pentry, nextlink)
130 #define LINK_SLIST(listhead, pentry, nextlink) \
132 (pentry)
[all...]
/netbsd-current/usr.bin/at/
H A Dperm.c89 struct passwd *pentry; local
94 if ((pentry = getpwuid(uid)) == NULL) {
106 return check_for_user(fp, pentry->pw_name);
115 return !check_for_user(fp, pentry->pw_name);
/netbsd-current/libexec/atrun/
H A Datrun.c124 become_user(struct passwd *pentry, uid_t uid) argument
126 if (initgroups(pentry->pw_name, pentry->pw_gid) == -1)
127 perr("Cannot init group list for `%s'", pentry->pw_name);
129 if (setegid(pentry->pw_gid) == -1 || setgid(pentry->pw_gid) == -1)
131 (unsigned long)pentry->pw_gid);
136 if (setlogin(pentry->pw_name) == -1)
137 perr("Cannot set login name to `%s'", pentry->pw_name);
142 if (chdir(pentry
163 struct passwd *pentry; local
[all...]
/netbsd-current/usr.bin/config/
H A Dmkdevsw.c107 pentry(FILE *fp, struct hashtab *t, devmajor_t i, char p) function
139 pentry(fp, bdevmtab, i, 'b');
154 pentry(fp, cdevmtab, i, 'c');
/netbsd-current/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dmain.c50 pentry(pgpv_t *pgp, int n, const char *modifiers) function
121 pentry(pgp, el, modifiers);
/netbsd-current/external/gpl3/binutils/dist/gprofng/common/
H A Dhwctable.c2777 hwcentry_print (int lvl, const char * header, const Hwcentry *pentry) argument
2782 pentry->name ? pentry->name : "NULL",
2783 pentry->int_name ? pentry->int_name : "NULL",
2784 pentry->reg_num,
2785 pentry->metric ? pentry->metric : "NULL",
2786 pentry->lval, /* low-resolution/long run */
2787 pentry
3130 Hwcentry * pentry; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dloop-invariant.c478 struct invariant_expr_entry pentry; local
481 pentry.expr = expr;
482 pentry.inv = inv;
483 pentry.mode = mode;
484 slot = eq->find_slot_with_hash (&pentry, hash, INSERT);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dloop-invariant.cc477 struct invariant_expr_entry pentry; local
480 pentry.expr = expr;
481 pentry.inv = inv;
482 pentry.mode = mode;
483 slot = eq->find_slot_with_hash (&pentry, hash, INSERT);
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Dntp_config.c3389 bc_entry *pentry; local
3455 pentry = bc_list;
3456 while (pentry->token) {
3457 if (pentry->token == option)
3459 pentry++;
3461 if (!pentry->token) {
3467 pentry->enabled = enable;
/netbsd-current/sys/arch/vax/vax/
H A Dpmap.c1212 int *pentry; local
1220 pentry = &((int *)Sysmap)[virtual >> VAX_PGSHIFT];
1222 *pentry++ = (count >> VAX_PGSHIFT)|PG_V|

Completed in 282 milliseconds