Searched refs:canon (Results 1 - 25 of 26) sorted by relevance

12

/netbsd-6-1-5-RELEASE/sys/arch/hpc/hpc/
H A DMakefile7 diff platid_test.out platid_test.canon
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dticket.c517 PA_ClientCanonicalized canon; local
535 &canon, &len);
544 &canon.names, &len, ret);
546 free_PA_ClientCanonicalized(&canon);
555 free_PA_ClientCanonicalized(&canon);
561 &canon.canon_checksum);
569 free_PA_ClientCanonicalized(&canon);
575 &canon.names.requested_name))
577 free_PA_ClientCanonicalized(&canon);
585 &canon
[all...]
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/lib/libcvs/
H A DMakefile13 SRCS= __fpending.c asnprintf.c basename.c canon-host.c canonicalize.c \
/netbsd-6-1-5-RELEASE/usr.sbin/rpc.bootparamd/
H A Dbootparamd.c318 char *canon = NULL, *bp, *word = NULL; local
379 canon = client;
381 canon = word;
410 canon = hp->h_name;
422 assert(canon != NULL);
424 strncpy(client_canonical, canon, MAX_MACHINE_NAME);
/netbsd-6-1-5-RELEASE/sbin/restore/
H A Dextern.h38 void canon(const char *, char *);
H A Dinteractive.c115 canon("/", curdir);
305 * "curdir" is prepended to it. Finally "canon" is called to
365 canon(rawname, name);
374 canon(output, name);
460 canon(const char *rawname, char *canonname) function
H A Dmain.c268 canon(*argv++, name);
283 canon(*argv++, name);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libdecnumber/dpd/
H A Ddecimal32.c409 decimal32 canon; /* .. */ local
413 decimal32FromNumber(&canon, &dn, &dc);/* canon will now be canonical */
414 return memcmp(d32, &canon, DECIMAL32_Bytes)==0;
H A Ddecimal128.c482 decimal128 canon; /* .. */ local
486 decimal128FromNumber(&canon, &dn, &dc);/* canon will now be canonical */
487 return memcmp(d128, &canon, DECIMAL128_Bytes)==0;
H A Ddecimal64.c471 decimal64 canon; /* .. */ local
475 decimal64FromNumber(&canon, &dn, &dc);/* canon will now be canonical */
476 return memcmp(d64, &canon, DECIMAL64_Bytes)==0;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libdecnumber/dpd/
H A Ddecimal32.c409 decimal32 canon; /* .. */ local
413 decimal32FromNumber(&canon, &dn, &dc);/* canon will now be canonical */
414 return memcmp(d32, &canon, DECIMAL32_Bytes)==0;
H A Ddecimal128.c482 decimal128 canon; /* .. */ local
486 decimal128FromNumber(&canon, &dn, &dc);/* canon will now be canonical */
487 return memcmp(d128, &canon, DECIMAL128_Bytes)==0;
H A Ddecimal64.c471 decimal64 canon; /* .. */ local
475 decimal64FromNumber(&canon, &dn, &dc);/* canon will now be canonical */
476 return memcmp(d64, &canon, DECIMAL64_Bytes)==0;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/tests/gss/
H A Dcheck-context.in161 echo "dns canon on (long name) OFF, need dns_wrapper" ; > messages.log
162 #${context} --dns-canon host@lucid.test.h5l.se || \
164 echo "dns canon off (long name)" ; > messages.log
165 ${context} --no-dns-canon host@lucid.test.h5l.se || \
167 echo "dns canon off (short name)" ; > messages.log
168 ${context} --no-dns-canon host@lucid || \
170 echo "dns canon off (short name, krb5)" ; > messages.log
171 ${context} --no-dns-canon --name-type=krb5-principal-name host/lucid@${R} || \
173 echo "dns canon off (short name, krb5)" ; > messages.log
174 ${context} --no-dns-canon
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dlinespec.c248 char *canon; local
252 canon = cp_canonicalize_string (name);
253 if (canon != NULL)
255 name = canon;
1739 char *canon;
1754 canon = cp_canonicalize_string (name);
1755 if (canon != NULL)
1758 name = canon;
1734 char *canon; local
H A Ddwarf2read.c5124 const char *retval, *mangled = NULL, *canon = NULL;
5163 canon = demangled;
5167 canon = mangled;
5172 if (canon == NULL || check_physname)
5176 if (canon != NULL && strcmp (physname, canon) != 0)
5185 physname, canon, mangled, die->offset, cu->objfile->name);
5191 retval = canon;
5200 retval = canon;
5122 const char *retval, *mangled = NULL, *canon = NULL; local
/netbsd-6-1-5-RELEASE/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-6-1-5-RELEASE/dist/nvi/dist/ExtUtils/
H A DEmbed.pm33 #*canon = \&ExtUtils::Miniperl::canon;
102 my($pname) = canon('/', $_);
116 my($dl) = canon('/','DynaLoader');
121 my($pname) = canon('/', $_);
234 sub canon { subroutine
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/kdc/
H A Dkerberos5.c1665 PA_ClientCanonicalized canon; local
1671 memset(&canon, 0, sizeof(canon));
1673 canon.names.requested_name = *b->cname;
1674 canon.names.mapped_name = client->entry.principal->name;
1677 &canon.names, &len, ret);
1693 &canon.canon_checksum);
1700 &canon, &len, ret);
1701 free_Checksum(&canon.canon_checksum);
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dtty_pty.c756 int canon = ISSET(tp->t_lflag, ICANON) ? 1 : 0; local
761 if (used >= (TTYHOG - canon) &&
762 (tp->t_canq.c_cc > 0 || !canon)) {
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/mip/
H A Dpass2.h290 void canon(NODE *);
H A Dreader.c396 canon(ip->ip_node);
432 canon(p); /* may convert stuff after genregs */
958 canon(p);
1287 canon(p) NODE *p; { function
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/arch/pdp11/
H A Dlocal2.c617 canon(ip->ip_node); /* call it early */
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libdecnumber/
H A DdecBasic.c87 uInt inword, uoff, canon; /* .. */ local
141 canon=BIN2DPD[DPD2BIN[dpd]]; /* determine canonical declet */
142 if (canon==dpd) continue; /* have canonical declet */
146 encode|=canon<<(uoff-10); /* insert the canonical form */
153 DFWORD(result, inword+1)=precode|(canon<<(32-(10-uoff)));
155 encode|=canon>>(10-uoff); /* insert canonical */
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libdecnumber/
H A DdecBasic.c87 uInt inword, uoff, canon; /* .. */ local
141 canon=BIN2DPD[DPD2BIN[dpd]]; /* determine canonical declet */
142 if (canon==dpd) continue; /* have canonical declet */
146 encode|=canon<<(uoff-10); /* insert the canonical form */
153 DFWORD(result, inword+1)=precode|(canon<<(32-(10-uoff)));
155 encode|=canon>>(10-uoff); /* insert canonical */

Completed in 442 milliseconds

12