| /openbsd/src/lib/libc/sys/ |
| D | microtime.c | 30 tc_delta(struct timekeep *tk, u_int *delta) in tc_delta() argument 34 if (_tc_get_timecount(tk, &tc)) in tc_delta() 36 *delta = (tc - tk->tk_offset_count) & tk->tk_counter_mask; in tc_delta() 41 binuptime(struct bintime *bt, struct timekeep *tk) in binuptime() argument 46 gen = tk->tk_generation; in binuptime() 48 if (tc_delta(tk, &delta)) in binuptime() 50 TIMECOUNT_TO_BINTIME(delta, tk->tk_scale, bt); in binuptime() 51 bintimeadd(bt, &tk->tk_offset, bt); in binuptime() 53 } while (gen == 0 || gen != tk->tk_generation); in binuptime() 59 binruntime(struct bintime *bt, struct timekeep *tk) in binruntime() argument [all …]
|
| /openbsd/src/usr.bin/tmux/ |
| D | tty-keys.c | 431 struct tty_key *tk; in tty_keys_add() local 436 if ((tk = tty_keys_find(tty, s, strlen(s), &size)) == NULL) { in tty_keys_add() 441 tk->key = key; in tty_keys_add() 449 struct tty_key *tk; in tty_keys_add1() local 452 tk = *tkp; in tty_keys_add1() 453 if (tk == NULL) { in tty_keys_add1() 454 tk = *tkp = xcalloc(1, sizeof *tk); in tty_keys_add1() 455 tk->ch = *s; in tty_keys_add1() 456 tk->key = KEYC_UNKNOWN; in tty_keys_add1() 460 if (*s == tk->ch) { in tty_keys_add1() [all …]
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/config/djgpp/ |
| D | fnchange.lst | 201 @V@/gdb/testsuite/gdb.gdbtk/ChangeLog @V@/gdb/testsuite/gdb.tk/ChangeLog 202 @V@/gdb/testsuite/gdb.gdbtk/Makefile.in @V@/gdb/testsuite/gdb.tk/Makefile.in 203 @V@/gdb/testsuite/gdb.gdbtk/browser.exp @V@/gdb/testsuite/gdb.tk/browser.exp 204 @V@/gdb/testsuite/gdb.gdbtk/browser.test @V@/gdb/testsuite/gdb.tk/browser.test 205 @V@/gdb/testsuite/gdb.gdbtk/c_variable.c @V@/gdb/testsuite/gdb.tk/c_variable.c 206 @V@/gdb/testsuite/gdb.gdbtk/c_variable.exp @V@/gdb/testsuite/gdb.tk/c_variable.exp 207 @V@/gdb/testsuite/gdb.gdbtk/c_variable.test @V@/gdb/testsuite/gdb.tk/c_variable.test 208 @V@/gdb/testsuite/gdb.gdbtk/configure @V@/gdb/testsuite/gdb.tk/configure 209 @V@/gdb/testsuite/gdb.gdbtk/configure.in @V@/gdb/testsuite/gdb.tk/configure.in 210 @V@/gdb/testsuite/gdb.gdbtk/console.exp @V@/gdb/testsuite/gdb.tk/console.exp [all …]
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/ |
| D | aclocal.m4 | 295 # Ok, lets find the tk source trees so we can use the headers 296 # If the directory (presumably symlink) named "tk" exists, use that one 308 AC_ARG_WITH(tkinclude, [ --with-tkinclude directory where the tk private headers are], 314 if test -f ${with_tkinclude}/tk.h ; then 326 ${srcdir}/../tk \ 327 `ls -dr ${srcdir}/../tk[[0-9]]* 2>/dev/null` \ 328 ${srcdir}/../../tk \ 329 `ls -dr ${srcdir}/../../tk[[0-9]]* 2>/dev/null` \ 330 ${srcdir}/../../../tk \ 331 `ls -dr ${srcdir}/../../../tk[[0-9]]* 2>/dev/null ` ; do [all …]
|
| /openbsd/src/sys/lib/libsa/ |
| D | hmac_sha1.c | 34 u_int8_t tk[SHA1_DIGEST_LENGTH]; in hmac_sha1() local 40 SHA1Final(tk, &ctx); in hmac_sha1() 42 key = tk; in hmac_sha1()
|
| /openbsd/src/usr.bin/indent/ |
| D | parse.c | 42 parse(int tk) /* the code for the construct scanned */ in parse() argument 47 printf("%2d - %s\n", tk, token); in parse() 50 while (ps.p_stack[ps.tos] == ifhead && tk != elselit) { in parse() 58 switch (tk) { /* go on and figure out what to do with the in parse() 88 ps.p_stack[++ps.tos] = tk; in parse()
|
| /openbsd/src/lib/libc/arch/powerpc/gen/ |
| D | usertc.c | 30 tc_get_timecount(struct timekeep *tk, u_int *tc) in tc_get_timecount() argument 32 switch (tk->tk_user) { in tc_get_timecount()
|
| /openbsd/src/lib/libc/arch/riscv64/gen/ |
| D | usertc.c | 33 tc_get_timecount(struct timekeep *tk, u_int *tc) in tc_get_timecount() argument 35 switch (tk->tk_user) { in tc_get_timecount()
|
| /openbsd/src/lib/libc/arch/mips64/gen/ |
| D | usertc.c | 37 tc_get_timecount(struct timekeep *tk, u_int *tc) in tc_get_timecount() argument 39 switch (tk->tk_user) { in tc_get_timecount()
|
| /openbsd/src/lib/libc/arch/powerpc64/gen/ |
| D | usertc.c | 30 tc_get_timecount(struct timekeep *tk, u_int *tc) in tc_get_timecount() argument 32 switch (tk->tk_user) { in tc_get_timecount()
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | acinclude.m4 | 282 # - Searching for Tcl includes looking for tclInt.h, Tk looks for tk.h 290 # Ok, lets find the tk source trees so we can use the headers 291 # If the directory (presumably symlink) named "tk" exists, use that one 304 AC_ARG_WITH(tkinclude, [ --with-tkinclude=DIR Directory where tk private headers are], with_tki… 308 if test -f ${with_tkinclude}/tk.h ; then 310 elif test -f ${with_tkinclude}/generic/tk.h ; then 319 if test -f $ac_cv_c_tkconfig/../generic/tk.h ; then 329 ${srcdir}/../tk \ 330 `ls -dr ${srcdir}/../tk[[4-9]]* 2>/dev/null` \ 331 ${srcdir}/../../tk \ [all …]
|
| D | aclocal.m4 | 294 # - Searching for Tcl includes looking for tclInt.h, Tk looks for tk.h 302 # Ok, lets find the tk source trees so we can use the headers 303 # If the directory (presumably symlink) named "tk" exists, use that one 316 AC_ARG_WITH(tkinclude, [ --with-tkinclude=DIR Directory where tk private headers are], with_tki… 320 if test -f ${with_tkinclude}/tk.h ; then 322 elif test -f ${with_tkinclude}/generic/tk.h ; then 331 if test -f $ac_cv_c_tkconfig/../generic/tk.h ; then 341 ${srcdir}/../tk \ 342 `ls -dr ${srcdir}/../tk[[4-9]]* 2>/dev/null` \ 343 ${srcdir}/../../tk \ [all …]
|
| /openbsd/src/lib/libc/arch/sparc64/gen/ |
| D | usertc.c | 42 tc_get_timecount(struct timekeep *tk, u_int *tc) in tc_get_timecount() argument 44 switch (tk->tk_user) { in tc_get_timecount()
|
| /openbsd/src/lib/libc/arch/amd64/gen/ |
| D | usertc.c | 38 tc_get_timecount(struct timekeep *tk, u_int *tc) in tc_get_timecount() argument 40 switch (tk->tk_user) { in tc_get_timecount()
|
| /openbsd/src/lib/libc/arch/aarch64/gen/ |
| D | usertc.c | 59 tc_get_timecount(struct timekeep *tk, u_int *tc) in tc_get_timecount() argument 61 switch (tk->tk_user) { in tc_get_timecount()
|
| /openbsd/src/lib/libutil/ |
| D | pkcs5_pbkdf2.c | 39 u_int8_t tk[SHA1_DIGEST_LENGTH]; in hmac_sha1() local 45 SHA1Final(tk, &ctx); in hmac_sha1() 47 key = tk; in hmac_sha1()
|
| /openbsd/src/lib/libtls/ |
| D | tls_server.c | 158 struct tls_ticket_key *tk = &config->ticket_keys[i]; in tls_server_ticket_key() local 159 if (now - config->session_lifetime > tk->time) in tls_server_ticket_key() 162 tk->key_name, sizeof(tk->key_name)) == 0) { in tls_server_ticket_key() 163 key = tk; in tls_server_ticket_key()
|
| D | tls_config.c | 919 struct tls_ticket_key *tk = &config->ticket_keys[i]; in tls_config_add_ticket_key() local 920 if (memcmp(newkey.key_name, tk->key_name, in tls_config_add_ticket_key() 921 sizeof(tk->key_name)) != 0) in tls_config_add_ticket_key() 925 if (i == 0 && memcmp(newkey.aes_key, tk->aes_key, in tls_config_add_ticket_key() 926 sizeof(tk->aes_key)) == 0 && memcmp(newkey.hmac_key, in tls_config_add_ticket_key() 927 tk->hmac_key, sizeof(tk->hmac_key)) == 0) in tls_config_add_ticket_key()
|
| /openbsd/src/gnu/lib/libiberty/src/ |
| D | cplus-dem.c | 1630 string *s, type_kind_t tk) in demangle_expression() argument 1671 success = demangle_template_value_parm (work, mangled, s, tk); in demangle_expression() 1824 string *s, type_kind_t tk) in demangle_template_value_parm() argument 1844 else if (tk == tk_integral) in demangle_template_value_parm() 1846 else if (tk == tk_char) in demangle_template_value_parm() 1867 else if (tk == tk_bool) in demangle_template_value_parm() 1877 else if (tk == tk_real) in demangle_template_value_parm() 1879 else if (tk == tk_pointer || tk == tk_reference) in demangle_template_value_parm() 1903 if (tk == tk_pointer) in demangle_template_value_parm() 3390 type_kind_t tk = tk_none; in do_type() local [all …]
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/ |
| D | Makefile.def | 308 dependencies = { module=configure-libgui; on=configure-tk; }; 310 dependencies = { module=all-libgui; on=all-tk; }; 356 dependencies = { module=all-dejagnu; on=all-tk; }; 358 dependencies = { module=configure-expect; on=configure-tk; }; 360 dependencies = { module=all-expect; on=all-tk; }; 365 dependencies = { module=configure-itcl; on=configure-tk; }; 367 dependencies = { module=all-itcl; on=all-tk; }; 370 dependencies = { module=configure-tk; on=configure-tcl; }; 371 dependencies = { module=all-tk; on=all-tcl; }; 377 dependencies = { module=all-sid; on=all-tk; }; [all …]
|
| /openbsd/src/gnu/usr.bin/binutils/ |
| D | Makefile.tpl | 1291 configure-gdb: maybe-configure-itcl maybe-configure-tcl maybe-configure-tk maybe-configure-sim 1294 install-gdb: maybe-install-tcl maybe-install-tk maybe-install-itcl maybe-install-tix maybe-install-… 1295 configure-libgui: maybe-configure-tcl maybe-configure-tk 1296 all-libgui: maybe-all-tcl maybe-all-tk maybe-all-itcl 1314 all-dejagnu: maybe-all-tcl maybe-all-expect maybe-all-tk 1315 configure-expect: maybe-configure-tcl maybe-configure-tk 1316 all-expect: maybe-all-tcl maybe-all-tk 1317 configure-itcl: maybe-configure-tcl maybe-configure-tk 1318 all-itcl: maybe-all-tcl maybe-all-tk 1322 all-sid: maybe-all-libiberty maybe-all-bfd maybe-all-opcodes maybe-all-tcl maybe-all-tk [all …]
|
| /openbsd/src/games/adventure/ |
| D | save.c | 110 {tk, sizeof(tk)},
|
| /openbsd/src/regress/lib/libcrypto/x509/bettertls/certificates/ |
| D | 666.crt | 22 tk+4Tt5i1eiJpOqWAvXa8A==
|
| /openbsd/src/sbin/unwind/libunbound/validator/ |
| D | val_anchor.c | 861 struct ta_key* tk; in assemble_it() local 912 for(tk = ta->keylist; tk; tk = tk->next) { in assemble_it() 913 if(tk->type != type) in assemble_it() 915 pd->rr_len[i] = tk->len; in assemble_it() 917 pd->rr_data[i] = tk->data; in assemble_it()
|
| /openbsd/src/usr.sbin/unbound/validator/ |
| D | val_anchor.c | 861 struct ta_key* tk; in assemble_it() local 912 for(tk = ta->keylist; tk; tk = tk->next) { in assemble_it() 913 if(tk->type != type) in assemble_it() 915 pd->rr_len[i] = tk->len; in assemble_it() 917 pd->rr_data[i] = tk->data; in assemble_it()
|