Home
last modified time | relevance | path

Searched refs:gen (Results 1 – 25 of 391) sorted by relevance

12345678910>>...16

/freebsd/crypto/openssl/crypto/x509/
H A Dv3_san.c56 GENERAL_NAME *gen; in STACK_OF() local
86 switch (gen->type) { in STACK_OF()
192 tmp = ossl_ipaddr_to_asc(gen->d.ip->data, gen->d.ip->length); in STACK_OF()
212 switch (gen->type) { in GENERAL_NAME_print()
286 tmp = ossl_ipaddr_to_asc(gen->d.ip->data, gen->d.ip->length); in GENERAL_NAME_print()
340 GENERAL_NAME *gen; in copy_issuer() local
462 gen = NULL; in copy_email()
477 GENERAL_NAME *gen; in v2i_GENERAL_NAMES() local
522 gen = out; in a2i_GENERAL_NAME()
593 return gen; in a2i_GENERAL_NAME()
[all …]
H A Dv3_ncons.c33 static int nc_match(GENERAL_NAME *gen, NAME_CONSTRAINTS *nc);
35 GENERAL_NAME *gen);
304 r = nc_match(gen, nc); in NAME_CONSTRAINTS_check()
472 static int nc_match(GENERAL_NAME *gen, NAME_CONSTRAINTS *nc) in nc_match() argument
476 int effective_type = gen->type; in nc_match()
497 OBJ_cmp(gen->d.otherName->type_id, in nc_match()
523 OBJ_cmp(gen->d.otherName->type_id, in nc_match()
544 switch (gen->type) { in nc_match_single()
562 return nc_dns(gen->d.dNSName, base->d.dNSName); in nc_match_single()
568 return nc_uri(gen->d.uniformResourceIdentifier, in nc_match_single()
[all …]
/freebsd/contrib/ntp/ntpd/
H A Dntp_filegen.c98 FILEGEN * gen, in filegen_open() argument
113 len = strlen(gen->dir) + strlen(gen->fname) + 65; in filegen_open()
117 snprintf(filename, len, "%s%s", gen->dir, gen->fname); in filegen_open()
143 gen->id_hi = 0; in filegen_open()
159 gen->id_hi = (u_int32)(gen->id_lo + SECSPERDAY); in filegen_open()
169 gen->id_hi = (u_int32)(gen->id_lo + 7 * SECSPERDAY); in filegen_open()
196 gen->id_hi = gen->id_lo + SECSPERDAY; in filegen_open()
304 gen->fp = fp; in filegen_open()
349 FILEGEN * gen, in filegen_setup() argument
405 FILEGEN * gen, in filegen_config() argument
[all …]
/freebsd/sys/dev/dcons/
H A Ddcons.c59 if (gen == ch->gen && pos == ch->pos) in dcons_ischar()
64 if ((gen != ch->gen && gen != next_gen) in dcons_ischar()
65 || (gen == ch->gen && pos < ch->pos)) { in dcons_ischar()
68 ch->gen = gen; in dcons_ischar()
88 if (gen == ch->gen && pos == ch->pos) in dcons_checkc()
93 if ((gen != ch->gen && gen != next_gen) in dcons_checkc()
94 || (gen == ch->gen && pos < ch->pos)) { in dcons_checkc()
97 ch->gen = gen; in dcons_checkc()
105 ch->gen = next_gen; in dcons_checkc()
122 ch->gen = DCONS_NEXT_GEN(ch->gen); in dcons_putc()
[all …]
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-param-test-test.cc190 VerifyGeneratorIsEmpty(gen); in TEST()
286 VerifyGenerator(gen, array); in TEST()
294 VerifyGenerator(gen, array); in TEST()
302 VerifyGenerator(gen, array); in TEST()
351 VerifyGeneratorIsEmpty(gen); in TEST()
457 VerifyGeneratorIsEmpty(gen); in TEST()
465 VerifyGeneratorIsEmpty(gen); in TEST()
475 gen = in TEST() local
507 it = gen.begin(); in TEST()
565 gen.begin(); in TEST()
[all …]
/freebsd/crypto/heimdal/lib/wind/
H A DMakefile.am98 map_table.h map_table.c: rfc3454.txt gen-map.py stringprep.py
101 errorlist_table.h errorlist_table.c: rfc3454.txt gen-errorlist.py stringprep.py
107 combining_table.h combining_table.c: UnicodeData.txt gen-combining.py
110 bidi_table.h bidi_table.c: rfc3454.txt gen-bidi.py
113 punycode_examples.h punycode_examples.c: gen-punycode-examples.py rfc3492.txt
125 gen-bidi.py \
126 gen-combining.py \
127 gen-errorlist.py \
128 gen-map.py \
129 gen-normalize.py \
[all …]
H A DNTMakefile66 $(OBJ)\map_table.h $(OBJ)\map_table.c: rfc3454.txt gen-map.py stringprep.py
68 $(PYTHON) $(SRCDIR)\gen-map.py $(SRCDIR)\rfc3454.txt $(OBJ)
71 $(OBJ)\errorlist_table.h $(OBJ)\errorlist_table.c: rfc3454.txt gen-errorlist.py stringprep.py
73 $(PYTHON) $(SRCDIR)\gen-errorlist.py $(SRCDIR)\rfc3454.txt $(OBJ)
78 …$(PYTHON) $(SRCDIR)\gen-normalize.py $(SRCDIR)\UnicodeData.txt $(SRCDIR)\CompositionExclusions-3.2…
81 $(OBJ)\combining_table.h $(OBJ)\combining_table.c: UnicodeData.txt gen-combining.py
83 $(PYTHON) $(SRCDIR)\gen-combining.py $(SRCDIR)\UnicodeData.txt $(OBJ)
86 $(OBJ)\bidi_table.h $(OBJ)\bidi_table.c: rfc3454.txt gen-bidi.py
88 $(PYTHON) $(SRCDIR)\gen-bidi.py $(SRCDIR)\rfc3454.txt $(OBJ)
91 $(OBJ)\punycode_examples.h $(OBJ)\punycode_examples.c: gen-punycode-examples.py rfc3492.txt
[all …]
/freebsd/contrib/arm-optimized-routines/math/test/
H A Dulp.c99 struct gen struct
429 printgen_f1 (const struct fun *f, struct gen *gen) in printgen_f1() argument
432 asfloat (gen->start + gen->len)); in printgen_f1()
435 printgen_f2 (const struct fun *f, struct gen *gen) in printgen_f2() argument
438 asfloat (gen->start + gen->len), asfloat (gen->start2), in printgen_f2()
439 asfloat (gen->start2 + gen->len2)); in printgen_f2()
442 printgen_d1 (const struct fun *f, struct gen *gen) in printgen_d1() argument
445 asdouble (gen->start + gen->len)); in printgen_d1()
451 asdouble (gen->start + gen->len), asdouble (gen->start2), in printgen_d2()
452 asdouble (gen->start2 + gen->len2)); in printgen_d2()
[all …]
/freebsd/crypto/openssh/
H A Ddh.c64 char *strsize, *gen, *prime; in parse_prime() local
117 gen = strsep(&cp, " "); /* gen */ in parse_prime()
118 if (cp == NULL || *gen == '\0') in parse_prime()
132 if (BN_hex2bn(&dhg->g, gen) == 0) { in parse_prime()
321 BN_hex2bn(&dh_g, gen) == 0) in dh_new_group_asc()
356 static char *gen = "2", *group1 = in dh_new_group1() local
364 return (dh_new_group_asc(gen, group1)); in dh_new_group1()
371 static char *gen = "2", *group14 = in dh_new_group14() local
384 return (dh_new_group_asc(gen, group14)); in dh_new_group14()
391 static char *gen = "2", *group16 = in dh_new_group16() local
[all …]
/freebsd/sys/dev/qat/qat_api/common/include/
H A Dsal_hw_gen.h34 return (pService->generic_service_info.gen == GEN4); in isDcGen4x()
50 return ((pService->generic_service_info.gen == GEN2) || in isDcGen2x()
51 (pService->generic_service_info.gen == GEN3)); in isDcGen2x()
67 return (pService->generic_service_info.gen == GEN4); in isCyGen4x()
83 return ((pService->generic_service_info.gen == GEN2) || in isCyGen2x()
84 (pService->generic_service_info.gen == GEN3)); in isCyGen2x()
/freebsd/sys/security/mac_veriexec/
H A Dveriexec_metadata.c105 unsigned long gen, int *found_dev) in get_veriexec_file() argument
117 " files=%d\n", (uintmax_t)fileid, gen, (uintmax_t)fsid, in get_veriexec_file()
140 if (ip->gen == gen) in get_veriexec_file()
174 "%02x %02x %02x...]\n", ip->fileid, ip->flags, ip->gen, in mac_veriexec_print_db_dev_list()
236 return (mac_veriexec_metadata_get_file_info(fsid, fileid, gen, NULL, in mac_veriexec_metadata_has_file()
601 unsigned long gen, int check_files) in mac_veriexec_metadata_get_file_label() argument
671 if (ip->fileid == fileid && ip->gen == gen) { in mac_veriexec_metadata_add_file()
734 ip->gen = gen; in mac_veriexec_metadata_add_file()
744 ip->gen, file_dev)); in mac_veriexec_metadata_add_file()
794 __func__, (uintmax_t)fsid, fileid, gen)); in mac_veriexec_metadata_get_file_info()
[all …]
/freebsd/lib/libsys/
H A D__vdso_gettimeofday.c63 uint32_t curr, gen; in binuptime() local
74 gen = atomic_load_acq_32(&th->th_gen); in binuptime()
102 } while (curr != tk->tk_current || gen == 0 || gen != th->th_gen); in binuptime()
110 uint32_t curr, gen; in getnanouptime() local
118 gen = atomic_load_acq_32(&th->th_gen); in getnanouptime()
126 } while (curr != tk->tk_current || gen == 0 || gen != th->th_gen); in getnanouptime()
/freebsd/crypto/openssl/crypto/ct/
H A Dct_prn.c31 ASN1_GENERALIZEDTIME *gen = ASN1_GENERALIZEDTIME_new(); in timestamp_print() local
34 if (gen == NULL) in timestamp_print()
36 ASN1_GENERALIZEDTIME_adj(gen, (time_t)0, in timestamp_print()
44 ASN1_STRING_get0_data(gen), (unsigned int)(timestamp % 1000)); in timestamp_print()
45 if (ASN1_GENERALIZEDTIME_set_string(gen, genstr)) in timestamp_print()
46 ASN1_GENERALIZEDTIME_print(out, gen); in timestamp_print()
47 ASN1_GENERALIZEDTIME_free(gen); in timestamp_print()
/freebsd/tools/tools/netmap/
H A DMakefile5 PROGS = pkt-gen nmreplay bridge lb
25 pkt-gen: pkt-gen.o
26 $(CC) $(CFLAGS) -o pkt-gen pkt-gen.o $(LDFLAGS)
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dinclude.am11 test/regress.gen.c \
12 test/regress.gen.h \
81 DISTCLEANFILES += test/regress.gen.c test/regress.gen.h
84 BUILT_SOURCES += test/regress.gen.c test/regress.gen.h
108 test/regress.gen.c \
109 test/regress.gen.h \
162 test/regress.gen.c test/regress.gen.h: test/rpcgen-attempted
170 echo " "> test/regress.gen.c; \
171 echo "#define NO_PYTHON_EXISTS" > test/regress.gen.h; \
H A Drpcgen_wrapper.sh32 test/regress.gen.h test/regress.gen.c
39 test -r ${srcdir}/regress.gen.c -a -r ${srcdir}/regress.gen.h && \
/freebsd/contrib/libevent/test/
H A Dinclude.am11 test/regress.gen.c \
12 test/regress.gen.h \
81 DISTCLEANFILES += test/regress.gen.c test/regress.gen.h
84 BUILT_SOURCES += test/regress.gen.c test/regress.gen.h
108 test/regress.gen.c \
109 test/regress.gen.h \
162 test/regress.gen.c test/regress.gen.h: test/rpcgen-attempted
170 echo " "> test/regress.gen.c; \
171 echo "#define NO_PYTHON_EXISTS" > test/regress.gen.h; \
H A Drpcgen_wrapper.sh32 test/regress.gen.h test/regress.gen.c
39 test -r ${srcdir}/regress.gen.c -a -r ${srcdir}/regress.gen.h && \
/freebsd/contrib/bmake/unit-tests/
H A Dvar-scope-local.mk29 .SUFFIXES: .ir-gen-from .ir-from .ir-to
35 all: target-rule.ir-gen-from dir/subdir/target-rule-dir.ir-gen-from
36 target-rule.ir-gen-from dir/subdir/target-rule-dir.ir-gen-from:
49 .ir-gen-from.ir-from:
63 inference-rule-chain.ir-gen-from: .PHONY
64 dir/subdir/inference-rule-chain.ir-gen-from: .PHONY
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddrti.c64 static int gen; /* DOF helper generation */ variable
192 if ((gen = ioctl(fd, DTRACEHIOC_ADDDOF, &dh)) == -1) in dtrace_dof_init()
197 gen = dh.dofhp_gen; in dtrace_dof_init()
220 if ((gen = ioctl(fd, DTRACEHIOC_REMOVE, &gen)) == -1) in dtrace_dof_fini()
221 dbg_printf(1, "DTrace ioctl failed to remove DOF (%d)\n", gen); in dtrace_dof_fini()
223 dbg_printf(1, "DTrace ioctl removed DOF (%d)\n", gen); in dtrace_dof_fini()
H A Ddt_work.c133 int gen = dtp->dt_statusgen; in dtrace_status() local
152 if (dt_ioctl(dtp, DTRACEIOC_STATUS, &dtp->dt_status[gen]) == -1) in dtrace_status()
158 &dtp->dt_status[gen]) == -1) in dtrace_status()
161 if (dtp->dt_status[gen].dtst_exiting) { in dtrace_status()
168 if (dtp->dt_status[gen].dtst_filled == 0) in dtrace_status()
246 int gen = dtp->dt_statusgen; in dtrace_stop() local
259 if (dt_ioctl(dtp, DTRACEIOC_STATUS, &dtp->dt_status[gen]) == -1) in dtrace_stop()
262 if (dt_handle_status(dtp, &dtp->dt_status[gen ^ 1], in dtrace_stop()
263 &dtp->dt_status[gen]) == -1) in dtrace_stop()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dseqlock.h109 #define __read_seqcount_retry(seqcount, gen) \ argument
110 (!seqc_consistent_no_fence(&(seqcount)->seqc, gen))
111 #define read_seqcount_retry(seqcount, gen) \ argument
112 (!seqc_consistent(&(seqcount)->seqc, gen))
181 #define read_seqretry(seqlock, gen) \ argument
182 read_seqcount_retry(&(seqlock)->seql_count, gen)
/freebsd/bin/dd/
H A DMakefile15 CLEANFILES= gen
17 test: ${PROG} gen
22 @./gen | \
28 @./gen 189284 | ./dd ibs=16 obs=8 conv=sparse of=obs_zeroes 2> /dev/null
38 @rm -f gen 1M_zeroes* obs_zeroes
/freebsd/usr.bin/gh-bc/
H A DMakefile19 .PATH: ${BCDIR}/src ${BCDIR}/gen ${BCDIR}/manuals ${.OBJDIR}
114 cd ${BCDIR} && sh gen/strgen.sh gen/lib.bc ${.OBJDIR}/lib.c 0 bc_lib bc_lib_name "" 1
117 cd ${BCDIR} && sh gen/strgen.sh gen/lib2.bc ${.OBJDIR}/lib2.c 0 bc_lib2 bc_lib2_name "" 1
120 cd ${BCDIR} && sh gen/strgen.sh gen/bc_help.txt ${.OBJDIR}/bc_help.c 0 bc_help "" 1 0
123 cd ${BCDIR} && sh gen/strgen.sh gen/dc_help.txt ${.OBJDIR}/dc_help.c 0 dc_help "" 1 0
/freebsd/contrib/netbsd-tests/fs/common/
H A Dh_fsmacros.h218 #define ATF_TC_FSAPPLY_RO(func,desc,gen) \ argument
219 ATF_TC_FSADD_RO(ext2fs,MOUNT_EXT2FS,func,desc,gen) \
220 ATF_TC_FSADD_RO(ffs,MOUNT_FFS,func,desc,gen) \
221 ATF_TC_FSADD_RO(ffslog,MOUNT_FFS,func,desc,gen) \
222 ATF_TC_FSADD_RO(msdosfs,MOUNT_MSDOS,func,desc,gen) \
223 ATF_TC_FSADD_RO(nfs,MOUNT_NFS,func,desc,gen) \
224 ATF_TC_FSADD_RO(nfsro,MOUNT_NFS,func,desc,gen) \
225 ATF_TC_FSADD_RO(sysvbfs,MOUNT_SYSVBFS,func,desc,gen) \
226 ATF_TC_FSADD_RO(udf,MOUNT_UDF,func,desc,gen) \
227 ATF_TC_FSADD_RO(v7fs,MOUNT_V7FS,func,desc,gen)

12345678910>>...16