/osnet-11/usr/src/lib/gss_mechs/mech_dh/backend/mech/ |
H A D | cred.c | 6 * You may not use this file except in compliance with the License. 228 * We verify that passed in mech is correct and use the above routine 243 gss_cred_usage_t use; local 253 &lifetime, &use, NULL); 259 *init_time = (use == GSS_C_BOTH || 260 use == GSS_C_INITIATE) ? lifetime : 0; 263 *accept_time = (use == GSS_C_BOTH || 264 use == GSS_C_ACCEPT) ? lifetime : 0; 266 *usage = use;
|
/osnet-11/usr/src/lib/libplot/t300/common/ |
H A D | arc.c | 6 * (the "License"). You may not use this file except in compliance 55 char use; local 75 use = 'x'; 80 use = 'y'; 95 switch (use) {
|
/osnet-11/usr/src/lib/libplot/t300s/common/ |
H A D | arc.c | 6 * (the "License"). You may not use this file except in compliance 71 char use; local 91 use = 'x'; 96 use = 'y'; 111 switch (use) {
|
/osnet-11/usr/src/lib/libplot/t4014/common/ |
H A D | arc.c | 6 * (the "License"). You may not use this file except in compliance 74 char use; local 94 use = 'x'; 99 use = 'y'; 114 switch (use) {
|
/osnet-11/usr/src/lib/libplot/t450/common/ |
H A D | arc.c | 6 * (the "License"). You may not use this file except in compliance 76 char use; local 96 use = 'x'; 101 use = 'y'; 116 switch (use) {
|
/osnet-11/usr/src/grub/grub2/grub-core/kern/ |
H A D | parser.c | 72 /* An exact match was found, use it. */ 80 /* A less perfect match was found, use this one if no exact 161 char use; local 163 newstate = grub_parser_cmdline_state (state, *rd, &use); 172 if (use) 173 *(vp++) = use; 178 && state != GRUB_PARSER_STATE_ESC && use == ' ') 188 else if (use) 189 *(bp++) = use;
|
/osnet-11/usr/src/lib/libzfs_jni/common/ |
H A D | libzfs_jni_disk.c | 6 * (the "License"). You may not use this file except in compliance 112 jobject use = get_SliceUsage_Use(env, sp->used_name); local 114 if (use != NULL) { 127 class_SliceUsage, constructor, use, usedByUTF);
|
/osnet-11/usr/src/grub/grub2/grub-core/normal/ |
H A D | completion.c | 381 char use; 384 state = grub_parser_cmdline_state (state, *(cmdline++), &use); 380 char use; local
|
/osnet-11/usr/src/lib/libc/amd64/unwind/ |
H A D | unwind.c | 6 * You may not use this file except in compliance with the License. 196 _SUNW_Unw_set_defaults(int use, uintptr_t def_per) argument 198 using_ehf = use;
|
/osnet-11/usr/src/cmd/sendmail/src/ |
H A D | tls.c | 168 bool use, problem; local 170 use = true; 176 use = bitnset(DBS_INSUFFICIENTENTROPY, 183 use ? "unsafe" : 186 if (use && st.st_size < MIN_RAND_BYTES) 188 use = bitnset(DBS_INSUFFICIENTENTROPY, 196 use ? "unsafe" : 199 if (use) 202 if (use && !ok) 267 ** INIT_TLS_LIBRARY -- Calls functions which setup TLS library for global use [all...] |
H A D | map.c | 28 ERROR README: and use -DNEWDB instead. 1176 ** Even if this assumption is wrong, we use only one byte, 2593 ** Berkeley DB can use internal shared memory 3354 ** Connect to the LDAP server. Re-use existing connections since a 4097 syserr("Must compile with -DUSE_LDAP_INIT to use LDAP URIs (-H) in map %s", 4401 /* need to use method to map secret to passwd string */ 4546 int use; local 4563 use = i; 4569 use = 0; 4588 lmap->ldap_attr[use] [all...] |
/osnet-11/usr/src/lib/libdiskmgt/common/ |
H A D | entry.c | 6 * You may not use this file except in compliance with the License. 85 static int build_usage_string(char *dname, char *by, char *data, char **use, 563 * the in use checking if the user has set stat_type 1002 * Returns 'in use' details, if found, about a specific dev_name, 1004 * for there to be more than one 'in use' statistic regarding a dev_name. 1005 * The **msg parameter returns a list of 'in use' details. This message 1037 * are ignored, so we add a special check here to use swapctl(2) 1038 * to perform in-use checking. 1078 * about this in use scenario 1097 * mkfs is not in use fo 1618 char *use; local [all...] |
/osnet-11/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_metad_subr.c | 6 * You may not use this file except in compliance with the License. 643 key_lst_t *use = NULL; local 685 add_key_to_lst(&use, myside, dr->dr_key); 692 add_key_to_lst(&use, i + SKEW, 700 pr_key_lst("use", use); 705 * each to see if they are in use, if they are not used, we delete them. 728 if (! key_in_key_lst(use, nm.side, nm.key)) { 755 if (! key_in_key_lst(use, nm.side, nm.key)) { 766 destroy_key_lst(&use); [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/ |
H A D | pubkey.c | 408 check_pubkey_algo (int algorithm, unsigned use) argument 422 if (((use & GCRY_PK_USAGE_SIGN) 423 && (! (pubkey->use & GCRY_PK_USAGE_SIGN))) 424 || ((use & GCRY_PK_USAGE_ENCR) 425 && (! (pubkey->use & GCRY_PK_USAGE_ENCR)))) 652 * ALGO gives the algorithm to use and this implicitly determines 843 /* Internal function used for ecc. Note, that this function makes use 1304 Either the VALUE or the HASH element must be present for use 1486 method. Further, it also allows to use OIDs as 2136 /* Handle the optional rsa-use 2525 int use = nbytes ? *nbytes : 0; local 2536 int use = 0; local [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | perl.c | 238 * Safe to use basic SV functions from now on (though 373 * available or if the sysconf() fails, use the HZ. */ 559 /* unhook hooks which will soon be, or use, destroyed data */ 605 /* Must use safesysfree() when working with environ. */ 977 as currently layers use it rather than Nullsv as a marker 1443 av_push(PL_preambleav, newSVpv("use Config qw(myconfig config_vars)",0)); 1539 /* catch use of gnu style long options */ 1702 * look like the user wants to use UTF-8. */ 2476 "-[mM][-]module execute `use/no module...' before executing program", 2614 sv = newSVpv("use Deve 2726 char *use = "use "; local [all...] |