Home
last modified time | relevance | path

Searched defs:label (Results 1 – 25 of 435) sorted by relevance

12345678910>>...18

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/
H A Df90-intrinsic-numeric.f205 subroutine failure(label) argument
207 character*(*) label local
214 subroutine c_i(i,j,label) argument
217 character*(*) label local
224 subroutine c_i2(i,j,label) argument
227 character*(*) label local
234 subroutine c_i1(i,j,label) argument
237 character*(*) label local
244 subroutine c_r(a,b,label) argument
247 character*(*) label local
[all …]
H A Dintrinsic77.f51 subroutine failure(label) argument
53 character*(*) label local
60 subroutine c_i(i,j,label) argument
63 character*(*) label local
70 subroutine c_r(a,b,label) argument
73 character*(*) label local
80 subroutine c_d(a,b,label) argument
83 character*(*) label local
90 subroutine c_c(a,b,label) argument
93 character*(*) label local
[all …]
H A Df90-intrinsic-mathematical.f90 subroutine failure(label) argument
92 character*(*) label local
99 subroutine c_r(a,b,label) argument
102 character*(*) label local
109 subroutine c_d(a,b,label) argument
112 character*(*) label local
119 subroutine c_c(a,b,label) argument
122 character*(*) label local
129 subroutine c_z(a,b,label) argument
132 character*(*) label local
H A Df90-intrinsic-bit.f401 subroutine failure(label) argument
403 character*(*) label local
410 subroutine c_l(i,j,label) argument
413 character*(*) label local
420 subroutine c_i(i,j,label) argument
423 character*(*) label local
430 subroutine c_i2(i,j,label) argument
433 character*(*) label local
440 subroutine c_i1(i,j,label) argument
443 character*(*) label local
[all …]
H A Dintrinsic-vax-cd.f52 subroutine failure(label) argument
54 character*(*) label local
61 subroutine c_z(a,b,label) argument
64 character*(*) label local
71 subroutine c_d(a,b,label) argument
74 character*(*) label local
81 subroutine p_z_z(f,x,a,label) argument
84 character*(*) label local
88 subroutine p_d_z(f,x,a,label) argument
92 character*(*) label local
H A Dintrinsic-f2c-z.f52 subroutine failure(label) argument
54 character*(*) label local
61 subroutine c_z(a,b,label) argument
64 character*(*) label local
71 subroutine c_d(a,b,label) argument
74 character*(*) label local
81 subroutine p_z_z(f,x,a,label) argument
84 character*(*) label local
88 subroutine p_d_z(f,x,a,label) argument
92 character*(*) label local
H A Dintrinsic-unix-erf.f33 subroutine failure(label) argument
35 character*(*) label local
42 subroutine c_r(a,b,label) argument
45 character*(*) label local
52 subroutine c_d(a,b,label) argument
55 character*(*) label local
H A Dintrinsic-unix-bessel.f81 subroutine failure(label) argument
83 character*(*) label local
90 subroutine c_r(a,b,label) argument
93 character*(*) label local
100 subroutine c_d(a,b,label) argument
103 character*(*) label local
/openbsd-src/usr.sbin/nsd/
H A Ddname.h161 dname_label(const dname_type *dname, uint8_t label) in dname_label()
232 label_is_normal(const uint8_t *label) in label_is_normal()
245 label_is_pointer(const uint8_t *label) in label_is_pointer()
258 label_pointer_location(const uint8_t *label) in label_pointer_location()
272 label_length(const uint8_t *label) in label_length()
286 label_data(const uint8_t *label) in label_data()
300 label_is_root(const uint8_t *label) in label_is_root()
313 label_is_wildcard(const uint8_t *label) in label_is_wildcard()
328 label_next(const uint8_t *label) in label_next()
/openbsd-src/usr.sbin/ospfd/
H A Dname2id.c89 struct n2id_label *label, *p = NULL; in _name2id() local
139 struct n2id_label *label; in _id2name() local
154 struct n2id_label *label; in _id2tag() local
169 struct n2id_label *label; in _tag2id() local
184 struct n2id_label *label; in _tag() local
218 struct n2id_label *label; in _ref() local
/openbsd-src/usr.sbin/ospf6d/
H A Dname2id.c89 struct n2id_label *label, *p = NULL; in _name2id() local
139 struct n2id_label *label; in _id2name() local
154 struct n2id_label *label; in _id2tag() local
169 struct n2id_label *label; in _tag2id() local
184 struct n2id_label *label; in _tag() local
218 struct n2id_label *label; in _ref() local
/openbsd-src/gnu/llvm/compiler-rt/lib/dfsan/
H A Ddfsan.cpp99 dfsan_label label = ls[0]; in __dfsan_union_load() local
109 dfsan_label label = 0; in __dfsan_load_label_and_origin() local
399 __dfsan_chain_origin_if_tainted(dfsan_label label, dfsan_origin id) { in __dfsan_chain_origin_if_tainted()
547 void SetShadow(dfsan_label label, void *addr, uptr size, dfsan_origin origin) { in SetShadow()
578 dfsan_label label, dfsan_origin origin, void *addr, uptr size) { in __dfsan_set_label()
583 void dfsan_set_label(dfsan_label label, void *addr, uptr size) { in dfsan_set_label()
594 void dfsan_add_label(dfsan_label label, void *addr, uptr size) { in dfsan_add_label()
655 SANITIZER_INTERFACE_ATTRIBUTE void dfsan_set_label_origin(dfsan_label label, in dfsan_set_label_origin()
663 dfsan_has_label(dfsan_label label, dfsan_label elem) { in dfsan_has_label()
674 static void ConditionalCallback(dfsan_label label, dfsan_origin origin) { in ConditionalCallback()
[all …]
/openbsd-src/lib/libssl/
H A Dtls13_key_schedule.c160 const struct tls13_secret *secret, const char *label, in tls13_hkdf_expand_label()
170 const uint8_t *label, size_t label_len, const struct tls13_secret *context) in tls13_hkdf_expand_label_with_length()
211 const struct tls13_secret *secret, const char *label, in tls13_derive_secret()
219 const EVP_MD *digest, const struct tls13_secret *secret, const uint8_t *label, in tls13_derive_secret_with_label_length()
391 tls13_exporter(struct tls13_ctx *ctx, const uint8_t *label, size_t label_len, in tls13_exporter()
/openbsd-src/usr.sbin/ripd/
H A Dname2id.c77 struct n2id_label *label, *p = NULL; in _name2id() local
127 struct n2id_label *label; in _id2name() local
163 struct n2id_label *label; in _ref() local
/openbsd-src/regress/lib/libcrypto/aes/
H A Daes_test.c532 aes_ecb_test(size_t test_number, const char *label, int key_bits, in aes_ecb_test()
570 aes_cbc_test(size_t test_number, const char *label, int key_bits, in aes_cbc_test()
610 aes_evp_test(size_t test_number, const struct aes_test *at, const char *label, in aes_evp_test()
896 const char *label; in aes_test() local
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Ddwarfout.c2537 char label[MAX_ARTIFICIAL_LABEL_BYTES]; in sibling_attribute() local
3231 stmt_list_attribute (label) in stmt_list_attribute() argument
3296 char label[MAX_ARTIFICIAL_LABEL_BYTES]; local
3403 char label[MAX_ARTIFICIAL_LABEL_BYTES]; local
3414 char label[MAX_ARTIFICIAL_LABEL_BYTES]; local
3881 char label[MAX_ARTIFICIAL_LABEL_BYTES]; local
3955 char label[MAX_ARTIFICIAL_LABEL_BYTES]; local
4264 char label[MAX_ARTIFICIAL_LABEL_BYTES]; local
5244 char label[MAX_ARTIFICIAL_LABEL_BYTES]; local
5482 char label[MAX_ARTIFICIAL_LABEL_BYTES]; local
[all …]
/openbsd-src/usr.sbin/relayd/
H A Dname2id.c98 struct n2id_label *label, *p = NULL; in _name2id() local
148 struct n2id_label *label; in _id2name() local
184 struct n2id_label *label; in _ref() local
/openbsd-src/usr.sbin/bgpd/
H A Dname2id.c104 struct n2id_label *label, *p = NULL; in _name2id() local
150 struct n2id_label *label; in _id2name() local
186 struct n2id_label *label; in _ref() local
/openbsd-src/sys/arch/amd64/include/
H A Dframeasm.h64 #define INTRENTRY_LABEL(label) X##label##_untramp argument
65 #define INTRENTRY(label) \ argument
/openbsd-src/regress/usr.bin/ssh/unittests/authopt/
H A Dtests.c136 #define FAIL_TEST(label, keywords) \ in test_authkeys_parse() argument
252 #define ARRAY_TEST(label, keywords, var, nvar, val) \ in test_authkeys_parse() argument
383 #define PREPARE(label, keyname, keywords) \ in test_merge() argument
418 #define FLAG_CASE(keybase, label, keyname, keywords, mostly_off, var, val) \ in test_merge() argument
/openbsd-src/regress/lib/libcrypto/sha/
H A Dsha_test.c683 const char *label; in sha_hash_from_algorithm() local
771 const char *label; in sha_test() local
867 const char *label; in sha_repetition_test() local
/openbsd-src/regress/lib/libcrypto/ec/
H A Dec_asn1_test.c77 compare_data(const char * label,const unsigned char * d1,size_t d1_len,const unsigned char * d2,size_t d2_len) compare_data() argument
97 ec_group_pkparameters_test(const char * label,int asn1_flag,const uint8_t * test_data,size_t test_data_len) ec_group_pkparameters_test() argument
/openbsd-src/lib/libc/arch/alpha/
H A DSYS.h59 #define PINSYSCALL(sysno, label) \ argument
117 #define __PSEUDO(p,label,name) \ argument
123 #define __PSEUDO_NOERROR(p,label,name) \ argument
/openbsd-src/sys/net/
H A Dif_mpip.c194 struct shim_hdr label; in mpip_set_label() local
217 struct shim_hdr label; in mpip_get_label() local
246 uint32_t label; in mpip_set_neighbor() local
484 uint32_t label; in mpip_input() local
H A Dif_mpw.c156 mpw_set_route(struct mpw_softc *sc, uint32_t label, unsigned int rdomain) in mpw_set_route()
189 uint32_t label; in mpw_set_neighbor() local
290 mpw_set_label(struct mpw_softc *sc, const struct shim_hdr *label) in mpw_set_label()
308 struct shim_hdr label; in mpw_get_label() local

12345678910>>...18