Searched refs:gen (Results 1 - 25 of 275) sorted by relevance

1234567891011

/freebsd-10.0-release/contrib/sendmail/src/
H A Dversion.c14 #include <sm/gen.h>
/freebsd-10.0-release/contrib/sendmail/libsm/
H A Dpath.c10 #include <sm/gen.h>
H A Dvprintf.c15 #include <sm/gen.h>
H A Dxtrap.c10 #include <sm/gen.h>
H A Dclrerr.c15 #include <sm/gen.h>
H A Dfeof.c15 #include <sm/gen.h>
H A Dferror.c15 #include <sm/gen.h>
H A Dget.c15 #include <sm/gen.h>
H A Drewind.c15 #include <sm/gen.h>
H A Dstring.c11 #include <sm/gen.h>
H A Dflags.c15 #include <sm/gen.h>
/freebsd-10.0-release/contrib/sendmail/include/sm/
H A Dcf.h15 #include <sm/gen.h>
H A Dpath.h20 # include <sm/gen.h>
H A Dsysexits.h18 # include <sm/gen.h>
H A Dtest.h19 # include <sm/gen.h>
/freebsd-10.0-release/contrib/ntp/ntpd/
H A Dntp_filegen.c78 * open a file generation according to the current settings of gen
84 FILEGEN *gen,
94 len = strlen(gen->prefix) + strlen(gen->basename) + 1;
96 sprintf(basename, "%s%s", gen->prefix, gen->basename);
98 switch(gen->type) {
101 gen->type, basename);
102 gen->type = FILEGEN_NONE;
158 if (gen
83 filegen_open( FILEGEN *gen, u_long newid ) argument
291 filegen_setup( FILEGEN *gen, u_long now ) argument
372 filegen_config( FILEGEN *gen, char *basename, u_int type, u_int flag ) argument
[all...]
/freebsd-10.0-release/usr.sbin/pwd_mkdb/
H A DMakefile4 .PATH: ${.CURDIR}/../../lib/libc/gen # for pw_scan.c
10 CFLAGS+= -I${.CURDIR}/../../lib/libc/gen # for pw_scan.h
/freebsd-10.0-release/sys/dev/dcons/
H A Ddcons.c52 u_int32_t ptr, pos, gen, next_gen; local
58 gen = ptr >> DCONS_GEN_SHIFT;
60 if (gen == ch->gen && pos == ch->pos)
63 next_gen = DCONS_NEXT_GEN(ch->gen);
65 if ((gen != ch->gen && gen != next_gen)
66 || (gen == ch->gen
81 u_int32_t ptr, pos, gen, next_gen; local
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/x509v3/
H A Dv3_alt.c68 static int do_othername(GENERAL_NAME *gen, char *value, X509V3_CTX *ctx);
69 static int do_dirname(GENERAL_NAME *gen, char *value, X509V3_CTX *ctx);
97 GENERAL_NAME *gen; local
99 gen = sk_GENERAL_NAME_value(gens, i);
100 ret = i2v_GENERAL_NAME(method, gen, ret);
107 GENERAL_NAME *gen, STACK_OF(CONF_VALUE) *ret)
112 switch (gen->type)
127 X509V3_add_value_uchar("email",gen->d.ia5->data, &ret);
131 X509V3_add_value_uchar("DNS",gen->d.ia5->data, &ret);
135 X509V3_add_value_uchar("URI",gen
177 GENERAL_NAME_print(BIO *out, GENERAL_NAME *gen) argument
259 GENERAL_NAME *gen; local
276 GENERAL_NAME *gen; local
327 GENERAL_NAME *gen; local
348 GENERAL_NAME *gen = NULL; local
399 GENERAL_NAME *gen; local
429 GENERAL_NAME *gen = NULL; local
566 do_othername(GENERAL_NAME *gen, char *value, X509V3_CTX *ctx) argument
591 do_dirname(GENERAL_NAME *gen, char *value, X509V3_CTX *ctx) argument
[all...]
/freebsd-10.0-release/bin/dd/
H A DMakefile13 CLEANFILES= gen
15 test: ${PROG} gen
20 @./gen | \
25 @rm -f gen
/freebsd-10.0-release/lib/clang/
H A Dclang.build.mk52 -gen-intrinsic -o ${.TARGET} \
57 AsmMatcher/-gen-asm-matcher \
58 AsmWriter1/-gen-asm-writer,-asmwriternum=1 \
59 AsmWriter/-gen-asm-writer \
60 CallingConv/-gen-callingconv \
61 CodeEmitter/-gen-emitter \
62 DAGISel/-gen-dag-isel \
63 DisassemblerTables/-gen-disassembler \
64 FastISel/-gen-fast-isel \
65 InstrInfo/-gen
[all...]
/freebsd-10.0-release/contrib/ncurses/ncurses/tty/
H A DMKexpanded.sh50 TMP=gen$$.c
/freebsd-10.0-release/contrib/sendmail/libmilter/
H A Dhandler.c11 #include <sm/gen.h>
/freebsd-10.0-release/crypto/heimdal/lib/wind/
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)
76 $(OBJ)\normalize_table.h $(OBJ)\normalize_table.c: UnicodeData.txt CompositionExclusions-3.2.0.txt gen-normalize.py
78 $(PYTHON) $(SRCDIR)\gen-normalize.py $(SRCDIR)\UnicodeData.txt $(SRCDIR)\CompositionExclusions-3.2.0.txt $(OBJ)
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
[all...]
/freebsd-10.0-release/sys/kern/
H A Dkern_tc.c205 unsigned int gen; local
209 gen = th->th_generation;
212 } while (gen == 0 || gen != th->th_generation);
263 unsigned int gen; local
267 gen = th->th_generation;
269 } while (gen == 0 || gen != th->th_generation);
276 unsigned int gen; local
280 gen
289 unsigned int gen; local
302 unsigned int gen; local
316 unsigned int gen; local
329 unsigned int gen; local
342 u_int gen; local
400 u_int gen; local
413 u_int gen; local
426 u_int gen; local
439 u_int gen; local
453 u_int gen; local
466 u_int gen; local
497 volatile uint8_t gen; member in struct:fftimehands
790 uint8_t gen; local
820 uint8_t gen; local
859 uint8_t gen; local
877 unsigned int gen, delta; local
989 u_int gen; local
1018 unsigned int delta, gen; local
[all...]

Completed in 192 milliseconds

1234567891011