Searched refs:temptype (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dfull_ipadr.c45 krb5_addrtype temptype; local
54 2*sizeof(temptype) + 2*sizeof(templength);
62 temptype = htons(ADDRTYPE_INET);
63 (void) memcpy(marshal, &temptype, sizeof(temptype));
64 marshal += sizeof(temptype);
73 temptype = htons(ADDRTYPE_IPPORT);
74 (void) memcpy(marshal, &temptype, sizeof(temptype));
75 marshal += sizeof(temptype);
[all...]
H A Dport2ip.c42 krb5_addrtype temptype; local
49 2*sizeof(temptype) + 2*sizeof(templength))
54 (void) memcpy(&temptype, marshal, sizeof(temptype));
55 marshal += sizeof(temptype);
56 if (temptype != htons(ADDRTYPE_INET))
68 (void) memcpy(&temptype, marshal, sizeof(temptype));
69 marshal += sizeof(temptype);
70 if (temptype !
[all...]
/osnet-11/usr/src/grub/grub2/docs/
H A Dtexinfo.tex5124 \def\temptype{#2}%
5125 \ifx\temptype\Ynothingkeyword
5128 \else\ifx\temptype\Yomitfromtockeyword
5131 \else\ifx\temptype\Yappendixkeyword
5172 \ifx\temptype\Ynothingkeyword
5175 \else\ifx\temptype\Yomitfromtockeyword
5178 \else\ifx\temptype\Yappendixkeyword
5270 \def\temptype{#3}%
5274 \ifx\temptype\Ynothingkeyword
5279 \else\ifx\temptype\Yomitfromtockeywor
[all...]
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex4288 \def\temptype{#2}%
4289 \ifx\temptype\Ynothingkeyword
4293 \else\ifx\temptype\Yomitfromtockeyword
4297 \else\ifx\temptype\Yappendixkeyword
4398 \def\temptype{#3}%
4400 \ifx\temptype\Ynothingkeyword
4404 \else\ifx\temptype\Yomitfromtockeyword
4410 \else\ifx\temptype\Yappendixkeyword

Completed in 69 milliseconds