/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/ |
H A D | scc.h | 89 #define MAYBE_OPEN(context, ID, MODE) \ 91 if (OPENCLOSE (ID)) { \ 92 krb5_error_code maybe_open_ret = krb5_scc_open_file (context, ID,MODE); \ 95 #define MAYBE_CLOSE(context, ID, RET) \ 97 if (OPENCLOSE (ID)) { \ 98 krb5_error_code maybe_close_ret = krb5_scc_close_file (context, ID); \
|
H A D | cc_file.c | 353 #define MAYBE_OPEN(CONTEXT, ID, MODE) \ 355 k5_cc_mutex_assert_locked(CONTEXT, &((krb5_fcc_data *)(ID)->data)->lock); \ 356 if (OPENCLOSE (ID)) { \ 358 maybe_open_ret = krb5_fcc_open_file (CONTEXT,ID,MODE); \ 360 k5_cc_mutex_unlock(CONTEXT, &((krb5_fcc_data *)(ID)->data)->lock); \ 366 #define MAYBE_CLOSE(CONTEXT, ID, RET) \ 368 if (OPENCLOSE (ID)) { \ 371 (krb5_fcc_data *)(ID)->data); \ 374 #define MAYBE_CLOSE_IGNORE(CONTEXT, ID) \ 376 if (OPENCLOSE (ID)) { \ [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/unicore/ |
H A D | Lbrk.pl | 378 1100 1159 ID 379 115F 11A2 ID 380 11A8 11F9 ID 758 2E80 2E99 ID 759 2E9B 2EF3 ID 760 2F00 2FD5 ID 761 2FF0 2FFB ID 762 3000 ID 764 3003 3004 ID 766 3006 3007 ID [all...] |
/osnet-11/usr/src/lib/libpp/common/ |
H A D | gentab.sh | 37 typeset -u ID 180 ksh) ID=${1#[!abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_]} ;; 181 *) ID=`echo $1 | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ | sed 's/^[^ABCDEFGHIJKLMNOPQRSTUVWXYZ_]//'` ;; 190 echo "#define $prefix$ID (1$long<<$counter)" 195 then echo "#define $prefix$ID $counter" 198 then echo " \"$1\", $prefix$ID," 203 then echo "#define $prefix$ID $counter"
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/ |
H A D | a2py.c | 216 #define ID(x) return (yylval=string(x,0),expectterm = FALSE,bufptr = s,idtype) macro 417 ID("0"); 469 ID(d); 476 ID(d); 500 ID(d); 509 ID(d); 536 ID(d); 549 ID(tokenbuf); 565 ID(d); 580 ID( [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/comp/ |
H A D | parser.t | 41 'undefing constant causes a segfault in 5.6.1 [ID 20010906.019]' ); 45 'read($var, FILE, 1) segfaults on 5.6.1 [ID 20011025.054]' );
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IPC/SysV/ |
H A D | SysV.pm | 81 =item ftok( PATH, ID ) 83 Return a key based on PATH and ID, which can be used as a key for
|
/osnet-11/usr/src/lib/libparted/common/libparted/fs/amiga/ |
H A D | amiga.h | 24 uint32_t pb_HostID; /* SCSI Target ID of host, not really used */ 64 uint32_t ID; member in struct:AmigaIds
|
H A D | amiga.c | 75 newid->ID = id; 94 if (id == current->ID) 113 uint32_t rdb_HostID; /* SCSI Target ID of host, not really used */
|
/osnet-11/usr/src/lib/libldap4/include/ |
H A D | entry.h | 71 typedef unsigned int ID; typedef 81 ID e_id; /* not used in libentry */
|
/osnet-11/usr/src/lib/libsocket/inet/ |
H A D | ruserpass.c | 65 #define ID 10 macro 177 if (token() != ID || strcmp(host, d->tokval)) 265 return (ID);
|
/osnet-11/usr/src/lib/libkmf/libkmf/common/ |
H A D | pk11keys.c | 712 GetIDFromSPKI(KMF_X509_SPKI *spki, KMF_DATA *ID) argument 720 if (ID == NULL || spki == NULL) 723 ID->Data = (uchar_t *)malloc(SHA1_HASH_LENGTH); 724 if (ID->Data == NULL) 727 ID->Length = SHA1_HASH_LENGTH; 739 create_id_hash(&KeyParts[KMF_RSA_MODULUS], ID); 741 create_id_hash(&KeyParts[KMF_DSA_PUBLIC_VALUE], ID); 744 create_id_hash(&KeyParts[KMF_ECDSA_POINT], ID); 755 if (rv != KMF_OK && ID->Data != NULL) { 756 free(ID [all...] |
H A D | certgetsetop.c | 1636 kmf_get_cert_id_data(const KMF_DATA *SignedCert, KMF_DATA *ID) argument 1641 if (SignedCert == NULL || ID == NULL) 1648 ret = GetIDFromSPKI(&cert->certificate.subjectPublicKeyInfo, ID); 1659 KMF_DATA ID = {NULL, 0}; local 1666 ret = kmf_get_cert_id_data(SignedCert, &ID); 1668 kmf_free_data(&ID); 1673 for (i = 0; i < ID.Length; i++) { 1676 "%02x", (uchar_t)ID.Data[i]); 1677 if ((i+1) < ID.Length) 1684 kmf_free_data(&ID); [all...] |
/osnet-11/usr/src/lib/libast/common/misc/ |
H A D | optget.c | 163 #define ID ast.id macro 180 if (cat != (const char*)ID && D(msg)) 181 cat = (const char*)ID; 187 static char ID[] = "ast"; variable 700 x = T(NiL, ID, t); 1098 p->catalog = ID; 1612 o = T(NiL, ID, "options"); 1624 sfprintf(sp, "%*.*s%s%s%s[%s%s%s]", OPT_USAGE - 1, OPT_USAGE - 1, T(NiL, ID, "Or:"), b, a, b, b, o, b); 1875 par = item(sp, w, about, level, style, ip, version, id, ID); 1957 sfprintf(sp, "[%-.*s %s] ", conformlen, conform, T(NiL, ID, "conformanc [all...] |
/osnet-11/usr/src/lib/libsec/common/ |
H A D | acl.y | 47 %token <str> ID IDNAME PERM_TOK INHERIT_TOK SID 503 id: ID {$$ = $1;}
|
H A D | acl_lex.l | 85 ID [0-9]+ 665 <US>{ID}/[,\n] { 673 return (ID);
|
/osnet-11/usr/src/lib/libsqlite/src/ |
H A D | parse.y | 120 id(A) ::= ID(X). {A = X;} 123 // fallback to ID if they will not parse as their original value. 126 %fallback ID 152 ids(A) ::= ID(X). {A = X;} 158 nm(A) ::= ID(X). {A = X;} 179 carg ::= DEFAULT ID(X). {sqliteAddDefaultValue(pParse,&X,0);} 540 expr(A) ::= ID(X). {A = sqliteExpr(TK_ID, 0, 0, &X);} 561 expr(A) ::= ID(X) LP exprlist(Y) RP(E). { 565 expr(A) ::= ID(X) LP STAR RP(E). {
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/IPC/ |
H A D | Open2.pm | 53 open2() returns the process ID of the child process. It doesn't return on
|
H A D | Open3.pm | 50 open3() returns the process ID of the child process. It doesn't return on
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | Shell.pm | 189 I have fixed this bug, it was brought up by Wolfgang Laun [ID 20000326.008]
|
H A D | CPAN.pm | 548 "reports other process with ID ". 790 $META->{readwrite}{$class}{$id} ||= $class->new(ID => $id); 889 return unless -d $self->{ID}; 905 shift->{ID}; 913 $dir ||= $self->{ID}; 979 ID => $CPAN::Config->{'build_dir'}, 984 File::Path::mkpath($self->{ID}); 985 my $dh = DirHandle->new($self->{ID}); 1003 $self->{ID})); 1005 for $e ($self->entries($self->{ID})) { [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/ |
H A D | Functions.pm | 211 getgrgid User get group record given group user ID 222 getppid Process get parent process ID 229 getpwuid User get passwd record given user ID
|
/osnet-11/usr/src/lib/libparted/common/libparted/labels/ |
H A D | rdb.c | 93 uint32_t ID; member in struct:AmigaIds 103 newid->ID = id; 122 if (id == current->ID) 192 uint32_t rdb_HostID; /* SCSI Target ID of host, not really used */ 264 uint32_t pb_HostID; /* SCSI Target ID of host, not really used */ 312 uint32_t pb_HostID; /* SCSI Target ID of host, not really used */ 319 uint32_t lk2_HostID; /* SCSI Target ID of host, not really used */
|
/osnet-11/usr/src/grub/grub2/build-bios/grub-core/gnulib/ |
H A D | Makefile | 1026 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 1085 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
/osnet-11/usr/src/grub/grub2/build-uefi64/grub-core/gnulib/ |
H A D | Makefile | 1026 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 1085 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|