| /netbsd/src/crypto/external/bsd/heimdal/dist/tests/kdc/ |
| D | Makefile.am | 9 krb5-canon.conf \ 22 check-canon \ 74 check-canon: check-canon.in Makefile krb5-canon.conf krb5-canon2.conf 75 $(do_subst) < $(srcdir)/check-canon.in > check-canon.tmp && \ 76 $(chmod) +x check-canon.tmp && \ 77 mv check-canon.tmp check-canon 183 krb5-canon.conf: krb5-canon.conf.in Makefile 187 -e 's,[@]kdc[@],,g' < $(srcdir)/krb5-canon.conf.in > krb5-canon.conf.tmp && \ 188 mv krb5-canon.conf.tmp krb5-canon.conf 254 krb5-canon.conf \ [all …]
|
| D | Makefile.in | 650 krb5-canon.conf \ 662 check-canon \ 722 krb5-canon.conf \ 763 check-canon.in \ 795 krb5-canon.conf.in \ 1001 check-canon.log: check-canon 1508 check-canon: check-canon.in Makefile krb5-canon.conf krb5-canon2.conf 1509 $(do_subst) < $(srcdir)/check-canon.in > check-canon.tmp && \ 1510 $(chmod) +x check-canon.tmp && \ 1511 mv check-canon.tmp check-canon [all …]
|
| /netbsd/src/external/gpl2/xcvs/dist/m4/ |
| D | canon-host.m4 | 1 # canon-host.m4 serial 7 9 AC_LIBSOURCES([canon-host.c, canon-host.h]) 10 AC_LIBOBJ([canon-host])
|
| D | gnulib-comp.m4 | 130 lib/canon-host.c 131 lib/canon-host.h 280 m4/canon-host.m4
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | cselib.h | 119 cselib_val *canon; in canonical_cselib_val() local 126 canon = CSELIB_VAL_PTR (val->locs->loc); in canonical_cselib_val() 127 gcc_checking_assert (canonical_cselib_val (canon) == canon); in canonical_cselib_val() 128 return canon; in canonical_cselib_val()
|
| /netbsd/src/external/bsd/nvi/dist/dist/ExtUtils/ |
| D | Embed.pm | 102 my($pname) = canon('/', $_); 116 my($dl) = canon('/','DynaLoader'); 121 my($pname) = canon('/', $_); 234 sub canon { subroutine
|
| /netbsd/src/usr.sbin/rpc.bootparamd/ |
| D | bootparamd.c | 318 char *canon = NULL, *bp, *word = NULL; in lookup_bootparam() local 379 canon = client; in lookup_bootparam() 381 canon = word; in lookup_bootparam() 410 canon = hp->h_name; in lookup_bootparam() 422 assert(canon != NULL); in lookup_bootparam() 424 strncpy(client_canonical, canon, MAX_MACHINE_NAME); in lookup_bootparam()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | break-catch-throw.c | 172 gdb::unique_xmalloc_ptr<char> canon; in check_status() local 180 canon = cp_canonicalize_string (type_name.c_str ()); in check_status() 181 name = (canon != nullptr in check_status() 182 ? canon.get () in check_status()
|
| D | probe.h | 268 struct linespec_result *canon);
|
| /netbsd/src/external/gpl3/gcc/dist/libdecnumber/dpd/ |
| D | decimal32.c | 409 decimal32 canon; /* .. */ in decimal32IsCanonical() local 413 decimal32FromNumber(&canon, &dn, &dc);/* canon will now be canonical */ in decimal32IsCanonical() 414 return memcmp(d32, &canon, DECIMAL32_Bytes)==0; in decimal32IsCanonical()
|
| D | decimal128.c | 482 decimal128 canon; /* .. */ in decimal128IsCanonical() local 486 decimal128FromNumber(&canon, &dn, &dc);/* canon will now be canonical */ in decimal128IsCanonical() 487 return memcmp(d128, &canon, DECIMAL128_Bytes)==0; in decimal128IsCanonical()
|
| D | decimal64.c | 471 decimal64 canon; /* .. */ in decimal64IsCanonical() local 475 decimal64FromNumber(&canon, &dn, &dc);/* canon will now be canonical */ in decimal64IsCanonical() 476 return memcmp(d64, &canon, DECIMAL64_Bytes)==0; in decimal64IsCanonical()
|
| /netbsd/src/external/gpl3/gdb/dist/libdecnumber/dpd/ |
| D | decimal32.c | 409 decimal32 canon; /* .. */ in decimal32IsCanonical() local 413 decimal32FromNumber(&canon, &dn, &dc);/* canon will now be canonical */ in decimal32IsCanonical() 414 return memcmp(d32, &canon, DECIMAL32_Bytes)==0; in decimal32IsCanonical()
|
| D | decimal128.c | 482 decimal128 canon; /* .. */ in decimal128IsCanonical() local 486 decimal128FromNumber(&canon, &dn, &dc);/* canon will now be canonical */ in decimal128IsCanonical() 487 return memcmp(d128, &canon, DECIMAL128_Bytes)==0; in decimal128IsCanonical()
|
| D | decimal64.c | 471 decimal64 canon; /* .. */ in decimal64IsCanonical() local 475 decimal64FromNumber(&canon, &dn, &dc);/* canon will now be canonical */ in decimal64IsCanonical() 476 return memcmp(d64, &canon, DECIMAL64_Bytes)==0; in decimal64IsCanonical()
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/tests/gss/ |
| D | check-context.in | 184 ${context} --no-dns-canon host@lucid.test.h5l.se || \ 187 ${context} --no-dns-canon host@lucid || \ 190 ${context} --no-dns-canon --name-type=krb5-principal-name host/lucid@${R} || \ 193 ${context} --no-dns-canon --name-type=krb5-principal-name host/lucid || \
|
| /netbsd/src/sbin/restore/ |
| D | interactive.c | 116 canon("/", curdir, sizeof(curdir)); in runcmdshell() 367 canon(rawname, name, size); in getcmd() 374 canon(output, name, size); in getcmd() 460 canon(const char *rawname, char *canonname, size_t len) in canon() function
|
| D | main.c | 271 canon(*argv++, name, sizeof(name)); in main() 286 canon(*argv++, name, sizeof(name)); in main()
|
| D | extern.h | 38 void canon(const char *, char *, size_t);
|
| /netbsd/src/external/gpl2/xcvs/dist/maint-aux/ |
| D | gnulib-filelist.txt | 10 lib/canon-host.c 11 lib/canon-host.h 120 m4/canon-host.m4
|
| D | gnulib-modules | 65 canon-host
|
| /netbsd/src/external/gpl2/xcvs/dist/lib/ |
| D | libcvs.mak | 43 -@erase "$(INTDIR)\canon-host.obj" 151 "$(INTDIR)\canon-host.obj" \ 226 -@erase "$(INTDIR)\canon-host.obj" 331 "$(INTDIR)\canon-host.obj" \ 419 SOURCE=".\canon-host.c" 421 "$(INTDIR)\canon-host.obj" : $(SOURCE) "$(INTDIR)"
|
| /netbsd/src/sys/arch/hpc/hpc/ |
| D | Makefile | 7 diff platid_test.out platid_test.canon
|
| /netbsd/src/external/gpl2/xcvs/lib/libcvs/ |
| D | Makefile | 13 SRCS= __fpending.c asnprintf.c basename.c canon-host.c canonicalize.c \
|
| /netbsd/src/sys/kern/ |
| D | tty_pty.c | 803 int canon = ISSET(tp->t_lflag, ICANON) ? 1 : 0; in ptcwrite() local 808 if (used >= (TTYHOG - canon) && in ptcwrite() 809 (tp->t_canq.c_cc > 0 || !canon)) { in ptcwrite()
|