| /netbsd-src/external/bsd/byacc/dist/test/btyacc/ |
| H A D | grammar.dot | 12 …q0 [label="0:\l $accept -> . program $end\l program -> . { $end }\l program -> . translation_un… 13 …q1 [label="1:\l external_declaration -> error . T_MATCHRBRACE\l external_declaration -> error . … 14 …q2 [label="2:\l any_id -> . T_IDENTIFIER\l any_id -> . T_TYPEDEF_NAME\l declarator -> . pointer… 15 …q3 [label="3:\l type_qualifier -> . T_TYPE_QUALIFIER\l type_qualifier -> . T_DEFINE_NAME\l poin… 16 …q4 [label="4:\l any_id -> . T_IDENTIFIER\l any_id -> . T_TYPEDEF_NAME\l identifier_or_ref -> '&… 17 …q5 [label="5:\l any_id -> T_IDENTIFIER . { ')' '=' ',' ';' T_VA_DCL T_LBRACE T_BRACKETS T_TYPE_QU… 18 …q6 [label="6:\l type_specifier -> T_TYPEDEF_NAME . { ')' ',' ';' T_BRACKETS T_TYPE_QUALIFIER T_Im… 19 …q7 [label="7:\l type_qualifier -> T_DEFINE_NAME . { ')' ',' ';' T_BRACKETS T_TYPE_QUALIFIER T_Ima… 20 …q8 [label="8:\l storage_class -> T_AUTO . { ')' ',' ';' T_BRACKETS T_TYPE_QUALIFIER T_Imaginary T… 21 …q9 [label="9:\l linkage_specification -> T_EXTERN . T_STRING_LITERAL braces\l linkage_specificat… [all …]
|
| /netbsd-src/external/bsd/byacc/dist/test/yacc/ |
| H A D | grammar.dot | 12 …q0 [label="0:\l $accept -> . program $end\l program -> . { $end }\l program -> . translation_un… 13 …q1 [label="1:\l external_declaration -> error . T_MATCHRBRACE\l external_declaration -> error . … 14 …q2 [label="2:\l any_id -> . T_IDENTIFIER\l any_id -> . T_TYPEDEF_NAME\l declarator -> . pointer… 15 …q3 [label="3:\l type_qualifier -> . T_TYPE_QUALIFIER\l type_qualifier -> . T_DEFINE_NAME\l poin… 16 …q4 [label="4:\l any_id -> . T_IDENTIFIER\l any_id -> . T_TYPEDEF_NAME\l identifier_or_ref -> '&… 17 …q5 [label="5:\l any_id -> T_IDENTIFIER . { ')' '=' ',' ';' T_VA_DCL T_LBRACE T_BRACKETS T_TYPE_QU… 18 …q6 [label="6:\l type_specifier -> T_TYPEDEF_NAME . { ')' ',' ';' T_BRACKETS T_TYPE_QUALIFIER T_Im… 19 …q7 [label="7:\l type_qualifier -> T_DEFINE_NAME . { ')' ',' ';' T_BRACKETS T_TYPE_QUALIFIER T_Ima… 20 …q8 [label="8:\l storage_class -> T_AUTO . { ')' ',' ';' T_BRACKETS T_TYPE_QUALIFIER T_Imaginary T… 21 …q9 [label="9:\l linkage_specification -> T_EXTERN . T_STRING_LITERAL braces\l linkage_specificat… [all …]
|
| /netbsd-src/external/mpl/mozilla-certdata/share/ |
| H A D | certdata.awk | 48 label = "" 73 err(sprintf("%s: Invalid %s type: %s", label, desc, $2)) 85 label, desc)) 94 err(sprintf("%s: Invalid octal data", label)) 109 err(sprintf("%s: %s mismatch", label, desc)) 123 err(sprintf("%s: Invalid %s type: %s", label, desc, $2)) 132 err(sprintf("%s: Invalid %s data", label, desc)) 136 err(sprintf("%s: Invalid octal data", label)) 148 label, desc, $2, $3)) 151 printf "line %d: distrust for %s: %s\n", NR, desc, label [all …]
|
| /netbsd-src/usr.sbin/sunlabel/ |
| H A D | sunlabel.c | 108 struct label { struct 171 static struct label label; /* The label itself. */ variable 193 {"ascii", &label.asciilabel[0], print_ascii, chval_ascii, 0, 0 }, 194 {"rpm", &label.rpm, print_int, chval_int, 0, 0 }, 195 {"pcyl", &label.pcyl, print_int, chval_int, 0, 0 }, 196 {"apc", &label.apc, print_int, chval_int, 0, 0 }, 197 {"obs1", &label.obs1, print_int, chval_int, 0, 0 }, 198 {"obs2", &label.obs2, print_int, chval_int, 0, 0 }, 199 {"intrlv", &label.intrlv, print_int, chval_int, 0, 0 }, 200 {"ncyl", &label.ncyl, print_int, chval_int, 0, 0 }, [all …]
|
| /netbsd-src/external/bsd/nsd/dist/ |
| H A D | dname.h | 160 dname_label(const dname_type *dname, uint8_t label) in dname_label() argument 165 assert(label < dname->label_count); in dname_label() 167 label_index = dname_label_offsets(dname)[label]; in dname_label() 231 label_is_normal(const uint8_t *label) in label_is_normal() argument 233 assert(label); in label_is_normal() 234 return (label[0] & 0xc0) == 0; in label_is_normal() 244 label_is_pointer(const uint8_t *label) in label_is_pointer() argument 246 assert(label); in label_is_pointer() 247 return (label[0] & 0xc0) == 0xc0; in label_is_pointer() 257 label_pointer_location(const uint8_t *label) in label_pointer_location() argument [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/life-cycles/ |
| H A D | cipher.dot | 4 begin [label=start, color="#deeaee", style="filled"]; 10 end [label="freed", color="#deeaee", style="filled"]; 12 d_initialised [label="initialised\n(decryption)", fontcolor="#c94c4c"]; 13 d_updated [label="updated\n(decryption)", fontcolor="#c94c4c"]; 14 e_initialised [label="initialised\n(encryption)", fontcolor="#c94c4c"]; 15 e_updated [label="updated\n(encryption)", fontcolor="#c94c4c"]; 17 begin -> newed [label="EVP_CIPHER_CTX_new"]; 18 newed -> initialised [label="EVP_CipherInit"]; 19 initialised -> initialised [label="EVP_CipherInit\n(not required but allowed)", 21 initialised -> updated [label="EVP_CipherUpdate", weight=2]; [all …]
|
| H A D | pkey.dot | 5 begin [label=start, color="#deeaee", style="filled"]; 7 digestsign [label="digest sign", fontcolor="#AB3910", color="#AB3910"] 9 verifyrecover [label="verify recover", fontcolor="#B19FF9", color="#B19FF9"] 15 paramgen [label="parameter\ngeneration", fontcolor="#2879C0", color="#2879C0"] 16 keygen [label="key\ngeneration", fontcolor="#2F7604", color="#2F7604"] 18 begin -> newed [label="EVP_PKEY_CTX_new"]; 20 newed -> digestsign [label="EVP_PKEY_sign_init", color="#AB3910", fontcolor="#AB3910"]; 21 digestsign -> digestsign [label="EVP_PKEY_sign", color="#AB3910", fontcolor="#AB3910"]; 23 newed -> verify [label="EVP_PKEY_verify_init", fontcolor="#F8CF2C", color="#F8CF2C"]; 24 verify -> verify [label="EVP_PKEY_verify", fontcolor="#F8CF2C", color="#F8CF2C"]; [all …]
|
| H A D | digest.dot | 4 begin [label=start, color="#deeaee", style="filled"]; 5 newed [label=newed, fontcolor="#c94c4c", style="solid"]; 6 initialised [label=initialised, fontcolor="#c94c4c"]; 7 updated [label=updated, fontcolor="#c94c4c"]; 8 finaled [label="finaled", fontcolor="#c94c4c"]; 9 end [label="freed", color="#deeaee", style="filled"]; 11 begin -> newed [label="EVP_MD_CTX_new"]; 12 newed -> initialised [label="EVP_DigestInit"]; 13 initialised -> updated [label="EVP_DigestUpdate", weight=3]; 14 updated -> updated [label="EVP_DigestUpdate"]; [all …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ |
| H A D | x86cpuid.pl | 36 &jnc (&label("nocpuid")); 50 &jz (&label("intel")); 61 &jnz (&label("intel")); 67 &jb (&label("intel")); 74 &jb (&label("intel")); 85 &jnc (&label("generic")); 89 &ja (&label("generic")); 91 &jmp (&label("generic")); 96 &jb (&label("nocacheinfo")); 111 &jne (&label("notintel")); [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/ |
| H A D | x86cpuid.pl | 34 &jnc (&label("nocpuid")); 48 &jz (&label("intel")); 59 &jnz (&label("intel")); 65 &jb (&label("intel")); 72 &jb (&label("intel")); 83 &jnc (&label("generic")); 87 &ja (&label("generic")); 89 &jmp (&label("generic")); 94 &jb (&label("nocacheinfo")); 109 &jne (&label("notintel")); [all …]
|
| /netbsd-src/external/gpl2/groff/dist/contrib/gdiffmk/ |
| H A D | gdiffmk.sh | 268 label=__diffmk_$$__ 271 /^#ifdef '"${label}"'/,/^#endif \/\* '"${label}"'/ { 272 /^#ifdef '"${label}"'/ s/.*/.mc '"${ADDMARK}"'/ 273 /^#endif \/\* '"${label}"'/ s/.*/.mc/ 277 /^#ifndef '"${label}"'/,/^#endif \/\* [!not ]*'"${label}"'/ { 278 /^#else \/\* '"${label}"'/,/^#endif \/\* '"${label}"'/ { 279 /^#else \/\* '"${label}"'/ s/.*/.mc '"${CHANGEMARK}"'/ 280 /^#endif \/\* '"${label}"'/ s/.*/.mc/ 284 /^#endif \/\* \(not\|!\) '"${label}"'/ { 297 /^#ifdef '"${label}"'/,/^#endif \/\* '"${label}"'/ { [all …]
|
| /netbsd-src/games/phantasia/ |
| H A D | map.c | 61 label("- THE PHANTASIA UNIVERSE -"); in main() 64 label("Lorien"); in main() 66 label("Ithilien"); in main() 68 label("Rohan"); in main() 70 label("Anorien"); in main() 84 label("The Moors"); in main() 86 label("Adventurous"); in main() 88 label("The Moors"); in main() 90 label("Adventurous"); in main() 92 label("The Moors"); in main() [all …]
|
| /netbsd-src/external/gpl3/gdb/dist/sim/ppc/ |
| H A D | pk_disklabel.c | 107 disklabel *label = device_instance_data(instance); in disklabel_delete() local 108 device_instance_delete(label->raw_disk); in disklabel_delete() 109 free(label); in disklabel_delete() 118 disklabel *label = device_instance_data(instance); in disklabel_read() local 120 if (label->pos + len > label->sector_length) in disklabel_read() 121 len = label->sector_length - label->pos; in disklabel_read() 122 if (device_instance_seek(label->raw_disk, 0, in disklabel_read() 123 label->sector_begin + label->pos) < 0) in disklabel_read() 125 nr_read = device_instance_read(label->raw_disk, buf, len); in disklabel_read() 127 label->pos += nr_read; in disklabel_read() [all …]
|
| /netbsd-src/sbin/svhlabel/ |
| H A D | svhlabel.c | 69 struct disklabel label; variable 76 if (ioctl(sd, DIOCGDINFO, &label) < 0) { in getlabel() 84 if (label.d_npartitions <= rawpart) in getlabel() 85 label.d_npartitions = rawpart + 1; in getlabel() 93 label.d_checksum = 0; in setlabel() 94 label.d_checksum = dkcksum(&label); in setlabel() 95 if (ioctl(sd, doraw ? DIOCWDINFO : DIOCSDINFO, &label) < 0) { in setlabel() 128 if (label.d_secsize != SGI_BOOT_BLOCK_BLOCKSIZE) in getparts() 130 label.d_secsize = SGI_BOOT_BLOCK_BLOCKSIZE; in getparts() 156 if (label.d_secperunit != (uint32_t)vh->partitions[i].blocks) in getparts() [all …]
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
| H A D | bcm47094-linksys-panamera.dts | 34 label = "WPS"; 40 label = "WiFi"; 46 label = "Reset"; 56 label = "bcm53xx:white:wps"; 61 label = "bcm53xx:green:usb2"; 68 label = "bcm53xx:green:usb3"; 76 label = "bcm53xx:white:power"; 82 label = "bcm53xx:amber:wifi-disabled"; 87 label = "bcm53xx:white:wifi-enabled"; 92 label = "bcm53xx:white:bluebar1"; [all …]
|
| H A D | armada-385-linksys-shelby.dts | 19 label = "shelby:amber:wan"; 24 label = "shelby:white:wan"; 29 label = "shelby:white:wlan_2g"; 34 label = "shelby:white:wlan_5g"; 39 label = "shelby:white:usb2"; 44 label = "shelby:white:usb3_1"; 49 label = "shelby:white:usb3_2"; 54 label = "shelby:white:wps"; 59 label = "shelby:amber:wps"; 66 label = "shelby:white:power"; [all …]
|
| H A D | armada-385-linksys-cobra.dts | 19 label = "cobra:amber:wan"; 24 label = "cobra:white:wan"; 29 label = "cobra:white:wlan_2g"; 34 label = "cobra:white:wlan_5g"; 39 label = "cobra:white:usb2"; 44 label = "cobra:white:usb3_1"; 49 label = "cobra:white:usb3_2"; 54 label = "cobra:white:wps"; 59 label = "cobra:amber:wps"; 66 label = "cobra:white:power"; [all …]
|
| H A D | armada-385-linksys-caiman.dts | 19 label = "caiman:amber:wan"; 24 label = "caiman:white:wan"; 29 label = "caiman:white:wlan_2g"; 34 label = "caiman:white:wlan_5g"; 39 label = "caiman:white:usb2"; 44 label = "caiman:white:usb3_1"; 49 label = "caiman:white:usb3_2"; 54 label = "caiman:white:wps"; 59 label = "caiman:amber:wps"; 66 label = "caiman:white:power"; [all …]
|
| H A D | armada-385-linksys-rango.dts | 21 label = "rango:amber:wan"; 26 label = "rango:white:wan"; 31 label = "rango:white:usb2"; 36 label = "rango:white:usb3_1"; 41 label = "rango:white:usb3_2"; 46 label = "rango:white:wps"; 51 label = "rango:amber:wps"; 59 label = "rango:white:power"; 64 label = "rango:white:sata"; 69 label = "rango:white:wlan_2g"; [all …]
|
| /netbsd-src/sys/dev/ic/ |
| H A D | uda1341.c | 302 strlcpy(mi->label.name, AudioNspeaker, in uda1341_query_devinfo() 303 sizeof(mi->label.name)); in uda1341_query_devinfo() 314 strlcpy(mi->label.name, AudioNbass, in uda1341_query_devinfo() 315 sizeof(mi->label.name)); in uda1341_query_devinfo() 326 strlcpy(mi->label.name, AudioNtreble, in uda1341_query_devinfo() 327 sizeof(mi->label.name)); in uda1341_query_devinfo() 338 strlcpy(mi->label.name, AudioNmode, in uda1341_query_devinfo() 339 sizeof(mi->label.name)); in uda1341_query_devinfo() 346 strlcpy(mi->un.e.member[0].label.name, in uda1341_query_devinfo() 347 "flat", sizeof(mi->un.e.member[0].label.name)); in uda1341_query_devinfo() [all …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/perlasm/ |
| H A D | cbc.pl | 106 &jz(&label("decrypt")); 112 &jz(&label("encrypt_finish")); 149 &jnz(&label("encrypt_loop")); 155 &jz(&label("finish")); 156 &call(&label("PIC_point")); 159 &lea("ecx",&DWP(&label("cbc_enc_jmp_table")."-".&label("PIC_point"),"edx")); 176 &jmp(&label("ejend")); 206 &jmp(&label("finish")); 216 &jz(&label("decrypt_finish")); 255 &jnz(&label("decrypt_loop")); [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/perlasm/ |
| H A D | cbc.pl | 106 &jz(&label("decrypt")); 112 &jz(&label("encrypt_finish")); 149 &jnz(&label("encrypt_loop")); 155 &jz(&label("finish")); 156 &call(&label("PIC_point")); 159 &lea("ecx",&DWP(&label("cbc_enc_jmp_table")."-".&label("PIC_point"),"edx")); 180 &jmp(&label("ejend")); 213 &jmp(&label("finish")); 223 &jz(&label("decrypt_finish")); 262 &jnz(&label("decrypt_loop")); [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/bn/asm/ |
| H A D | bn-586.pl | 48 &jnc(&label("maw_non_sse2")); 55 &jmp(&label("maw_sse2_entry")); 118 &jz(&label("maw_sse2_exit")); 121 &jnz(&label("maw_sse2_unrolled")); 134 &jnz(&label("maw_sse2_loop")); 168 &jz(&label("maw_finish")); 190 &jnz(&label("maw_loop")); 195 &jnz(&label("maw_finish2")); # helps branch prediction 196 &jmp(&label("maw_end")); 211 &jz(&label("maw_end")) if ($i != 7-1); [all …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bn/asm/ |
| H A D | bn-586.pl | 49 &jnc(&label("maw_non_sse2")); 56 &jmp(&label("maw_sse2_entry")); 119 &jz(&label("maw_sse2_exit")); 122 &jnz(&label("maw_sse2_unrolled")); 135 &jnz(&label("maw_sse2_loop")); 169 &jz(&label("maw_finish")); 191 &jnz(&label("maw_loop")); 196 &jnz(&label("maw_finish2")); # helps branch prediction 197 &jmp(&label("maw_end")); 212 &jz(&label("maw_end")) if ($i != 7-1); [all …]
|
| /netbsd-src/external/gpl2/lvm2/dist/lib/label/ |
| H A D | label.h | 41 struct label { struct 59 int (*write) (struct label * label, void *buf); 65 void *buf, struct label ** label); 75 int (*initialise_label) (struct labeller * l, struct label * label); 80 void (*destroy_label) (struct labeller * l, struct label * label); 101 int label_read(struct device *dev, struct label **result, 103 int label_write(struct device *dev, struct label *label); 105 struct label *label_create(struct labeller *labeller); 106 void label_destroy(struct label *label);
|