Home
last modified time | relevance | path

Searched refs:canon (Results 1 – 25 of 118) sorted by relevance

12345

/netbsd/crypto/external/bsd/heimdal/dist/tests/kdc/
H A DMakefile.am9 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 && \
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 \
295 check-canon.in \
[all …]
H A DMakefile.in650 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 && \
1511 mv check-canon.tmp check-canon
1617 krb5-canon.conf: krb5-canon.conf.in Makefile
[all …]
/netbsd/external/gpl2/xcvs/dist/m4/
H A Dcanon-host.m41 # canon-host.m4 serial 7
9 AC_LIBSOURCES([canon-host.c, canon-host.h])
10 AC_LIBOBJ([canon-host])
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dcselib.h118 cselib_val *canon; in canonical_cselib_val() local
125 canon = CSELIB_VAL_PTR (val->locs->loc); in canonical_cselib_val()
126 gcc_checking_assert (canonical_cselib_val (canon) == canon); in canonical_cselib_val()
127 return canon; in canonical_cselib_val()
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dcselib.h119 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/external/bsd/nvi/dist/dist/ExtUtils/
H A DEmbed.pm102 my($pname) = canon('/', $_);
116 my($dl) = canon('/','DynaLoader');
121 my($pname) = canon('/', $_);
234 sub canon { subroutine
/netbsd/usr.sbin/rpc.bootparamd/
H A Dbootparamd.c318 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/external/gpl3/gdb/dist/gdb/
H A Dbreak-catch-throw.c160 gdb::unique_xmalloc_ptr<char> canon; in check_status_exception_catchpoint() local
168 canon = cp_canonicalize_string (type_name.c_str ()); in check_status_exception_catchpoint()
169 name = (canon != nullptr in check_status_exception_catchpoint()
170 ? canon.get () in check_status_exception_catchpoint()
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dbreak-catch-throw.c160 gdb::unique_xmalloc_ptr<char> canon; in check_status_exception_catchpoint() local
168 canon = cp_canonicalize_string (type_name.c_str ()); in check_status_exception_catchpoint()
169 name = (canon != nullptr in check_status_exception_catchpoint()
170 ? canon.get () in check_status_exception_catchpoint()
/netbsd/external/gpl3/gdb/dist/libdecnumber/dpd/
H A Ddecimal32.c409 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()
H A Ddecimal128.c482 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()
/netbsd/external/gpl3/gdb.old/dist/libdecnumber/dpd/
H A Ddecimal32.c409 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()
H A Ddecimal128.c482 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()
/netbsd/external/gpl3/gcc.old/dist/libdecnumber/dpd/
H A Ddecimal32.c409 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()
H A Ddecimal128.c482 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()
/netbsd/external/gpl3/gcc/dist/libdecnumber/dpd/
H A Ddecimal32.c409 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()
H A Ddecimal128.c482 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()
/netbsd/sbin/restore/
H A Dinteractive.c116 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
H A Dmain.c271 canon(*argv++, name, sizeof(name)); in main()
286 canon(*argv++, name, sizeof(name)); in main()
/netbsd/crypto/external/bsd/heimdal/dist/tests/gss/
H A Dcheck-context.in184 ${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/external/gpl2/xcvs/dist/maint-aux/
H A Dgnulib-filelist.txt10 lib/canon-host.c
11 lib/canon-host.h
120 m4/canon-host.m4
H A Dgnulib-modules65 canon-host
/netbsd/external/gpl2/xcvs/dist/lib/
H A Dlibcvs.mak43 -@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/sys/arch/hpc/hpc/
H A DMakefile7 diff platid_test.out platid_test.canon
/netbsd/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/
H A Dsc7180-trogdor-lazor-r0.dts31 * that the cable is canon and in -rev1+ we'll make a board change

12345