Home
last modified time | relevance | path

Searched refs:tkp (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/nvi/cl/
H A Dcl_term.c88 TKLIST const *tkp; in cl_term_init() local
97 for (tkp = c_tklist; tkp->name != NULL; ++tkp) { in cl_term_init()
100 CHAR2INT(sp, tkp->name, strlen(tkp->name), wp, wlen); in cl_term_init()
104 CHAR2INT(sp, tkp->output, strlen(tkp->output), wp, wlen); in cl_term_init()
113 for (tkp = m1_tklist; tkp->name != NULL; ++tkp) { in cl_term_init()
121 CHAR2INT(sp, tkp->name, strlen(tkp->name), wp, wlen); in cl_term_init()
132 for (tkp = m2_tklist; tkp->name != NULL; ++tkp) { in cl_term_init()
144 if (tkp->output == NULL) { in cl_term_init()
145 CHAR2INT(sp, tkp->name, strlen(tkp->name), wp, wlen); in cl_term_init()
154 CHAR2INT(sp, tkp->name, strlen(tkp->name), wp, wlen); in cl_term_init()
[all …]
/freebsd/contrib/ntp/ntpdate/
H A Dntpdate.c1561 TOKEN_PRIVILEGES tkp; in init_alarm()
1623 LookupPrivilegeValue(NULL, SE_SYSTEMTIME_NAME, &tkp.Privileges[0].Luid); in init_alarm()
1624 tkp.PrivilegeCount = 1; /* one privilege to set */ in init_alarm()
1625 tkp.Privileges[0].Attributes = SE_PRIVILEGE_ENABLED; in init_alarm()
1627 AdjustTokenPrivileges(hToken, FALSE, &tkp, 0,(PTOKEN_PRIVILEGES) NULL, 0); in init_alarm()