Home
last modified time | relevance | path

Searched refs:o (Results 176 – 200 of 2274) sorted by relevance

12345678910>>...91

/freebsd/crypto/openssl/crypto/ocsp/
H A Docsp_local.h220 # define OCSP_REQUEST_sign(o, pkey, md, libctx, propq)\ argument
222 &(o)->optionalSignature->signatureAlgorithm, NULL,\
223 (o)->optionalSignature->signature, &(o)->tbsRequest,\
226 # define OCSP_BASICRESP_sign(o, pkey, md, d, libctx, propq)\ argument
228 &(o)->signatureAlgorithm, NULL,\
229 (o)->signature, &(o)->tbsResponseData,\
232 # define OCSP_BASICRESP_sign_ctx(o, ctx, d)\ argument
234 &(o)->signatureAlgorithm, NULL,\
235 (o)->signature, &(o)->tbsResponseData, ctx)
/freebsd/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_cmds.h240 o = (struct _cfg_opt_mtu *) p; \
241 o->hdr.type = NG_L2CAP_OPT_MTU; \
242 o->hdr.length = sizeof(o->val); \
246 p += sizeof(*o); \
257 o->hdr.length = sizeof(o->val); \
261 p += sizeof(*o); \
272 o->hdr.length = sizeof(o->val); \
276 o->val.token_rate = \
278 o->val.token_bucket_size = \
281 o->val.peak_bandwidth = \
[all …]
/freebsd/lib/libgssapi/
H A Dgss_release_oid.c44 gss_OID o = *oid; in gss_release_oid() local
51 if (o == GSS_C_NO_OID) in gss_release_oid()
54 if (o->elements != NULL) { in gss_release_oid()
55 free(o->elements); in gss_release_oid()
56 o->elements = NULL; in gss_release_oid()
58 o->length = 0; in gss_release_oid()
59 free(o); in gss_release_oid()
/freebsd/contrib/lua/src/
H A Dlapi.c46 #define isvalid(L, o) (!ttisnil(o) || o != &G(L)->nilvalue) argument
100 return o; in index2stack()
286 return (isvalid(L, o) ? ttype(o) : LUA_TNONE); in lua_type()
299 return (ttislcf(o) || (ttisCclosure(o))); in lua_iscfunction()
318 return (ttisstring(o) || cvt2str(o)); in lua_isstring()
324 return (ttisfulluserdata(o) || ttislightuserdata(o)); in lua_isuserdata()
406 TValue *o; in lua_tolstring() local
440 if (ttislcf(o)) return fvalue(o); in lua_tocfunction()
464 return (!ttisthread(o)) ? NULL : thvalue(o); in lua_tothread()
803 TValue *o; in lua_getiuservalue() local
[all …]
/freebsd/crypto/heimdal/lib/gssapi/mech/
H A Dgss_release_oid.c40 gss_OID o = *oid; in gss_release_oid() local
47 if (o == GSS_C_NO_OID) in gss_release_oid()
50 if (o->elements != NULL) { in gss_release_oid()
51 free(o->elements); in gss_release_oid()
52 o->elements = NULL; in gss_release_oid()
54 o->length = 0; in gss_release_oid()
55 free(o); in gss_release_oid()
/freebsd/contrib/bmake/
H A Dmake-bootstrap.sh.in44 *) src=`basename "$obj" .o`.c;;
70 do_compile main.o ${MDEFS}
72 for o in ${BASE_OBJECTS} ${LIB_OBJECTS}
74 do_compile "$o"
87 do_compile filemon_@use_filemon@.o filemon/filemon_@use_filemon@.c ${FDEFS}
91 do_compile meta.o ${MDEFS}
95 do_compile job.o ${MDEFS}
97 do_link bmake main.o job.o ${BASE_OBJECTS} ${LST_OBJECTS} ${LIB_OBJECTS}
/freebsd/contrib/sendmail/libsm/
H A Dstrl.c109 register ssize_t i, j, o; local
111 o = strlen(dst);
112 if (size < o + 1)
113 return o + strlen(src);
114 size -= o + 1;
115 for (i = 0, j = o; i < size && (dst[j] = src[i]) != 0; i++, j++)
154 register ssize_t i, j, o; local
157 o = strlen(dst);
160 if (len < o + 1)
161 return o + strlen(src1) + strlen(src2);
[all …]
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_read_format_zip_high_compression.c49 int64_t o; in DEFINE_TEST() local
64 assertEqualInt(ARCHIVE_OK, archive_read_data_block(a, &pv, &s, &o)); in DEFINE_TEST()
66 assertEqualInt(0, o); in DEFINE_TEST()
68 assertEqualInt(ARCHIVE_OK, archive_read_data_block(a, &pv, &s, &o)); in DEFINE_TEST()
70 assertEqualInt(262144, o); in DEFINE_TEST()
72 assertEqualInt(ARCHIVE_EOF, archive_read_data_block(a, &pv, &s, &o)); in DEFINE_TEST()
109 int64_t o; in DEFINE_TEST() local
135 assertEqualInt(ARCHIVE_OK, archive_read_data_block(a, &pv, &s, &o)); in DEFINE_TEST()
137 assertEqualInt(0, o); in DEFINE_TEST()
139 assertEqualInt(ARCHIVE_OK, archive_read_data_block(a, &pv, &s, &o)); in DEFINE_TEST()
[all …]
/freebsd/contrib/ncurses/progs/
H A DMakefile.in54 o = .@OBJEXT@
239 $(MODEL)/tic$o \
242 $(MODEL)/transform$o
248 $(MODEL)/toe$o
254 $(MODEL)/clear$o \
255 $(MODEL)/clear_cmd$o \
262 $(MODEL)/tabs$o \
269 $(MODEL)/tput$o \
280 $(MODEL)/infocmp$o \
281 $(MODEL)/dump_entry$o
[all …]
/freebsd/sys/x86/include/
H A Dbus.h988 #define bus_space_read_stream_1(t, h, o) bus_space_read_1((t), (h), (o)) argument
989 #define bus_space_read_stream_2(t, h, o) bus_space_read_2((t), (h), (o)) argument
990 #define bus_space_read_stream_4(t, h, o) bus_space_read_4((t), (h), (o)) argument
999 #define bus_space_write_stream_1(t, h, o, v) \ argument
1000 bus_space_write_1((t), (h), (o), (v))
1001 #define bus_space_write_stream_2(t, h, o, v) \ argument
1002 bus_space_write_2((t), (h), (o), (v))
1003 #define bus_space_write_stream_4(t, h, o, v) \ argument
1004 bus_space_write_4((t), (h), (o), (v))
1014 bus_space_set_multi_1((t), (h), (o), (v), (c))
[all …]
/freebsd/crypto/openssl/demos/bio/
H A DMakefile21 client-arg: client-arg.o
22 client-conf: client-conf.o
23 saccept: saccept.o
24 sconnect: sconnect.o
25 server-arg: server-arg.o
26 server-cmod: server-cmod.o
27 server-conf: server-conf.o
33 $(RM) *.o client-arg client-conf saccept sconnect server-arg server-cmod server-conf
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dregexec.c71 #define INIT(o, n) ((o) = (unsigned long)1 << (n)) argument
72 #define INC(o) ((o) = (unsigned long)(o) << 1) argument
73 #define ISSTATEIN(v, o) (((v) & (o)) != 0) argument
120 #define INIT(o, n) ((o) = (n)) argument
121 #define INC(o) ((o)++) argument
122 #define ISSTATEIN(v, o) ((v)[o]) argument
/freebsd/contrib/bmake/unit-tests/
H A Dvarmod-sysv.mk12 .if ${src.c:L:.c=.o} != "src.o"
22 .if ${src.c src.h:L:.c=.o} != "src.o src.h"
27 .if ${src.c src.h:L:M*.c:.c=.o} != "src.o"
141 .if ${one two:L:o%=a%w} != "anew two"
151 .if ${one two:L:o=X} != "one twX"
156 .if ${one two:L:o=} != "one tw"
162 .if ${one two:L:o=%} != "one tw%"
168 .if ${one two:L:%o=X} != "one X"
174 .if ${one two:L:o%=X} != "X two"
180 .if ${one two oe oxen:L:o%e=X} != "X two X oxen"
[all …]
/freebsd/contrib/libucl/
H A DMakefile.unix29 OBJECTS = $(OBJDIR)/ucl_hash.o \
30 $(OBJDIR)/ucl_util.o \
31 $(OBJDIR)/ucl_parser.o \
32 $(OBJDIR)/ucl_emitter.o \
33 $(OBJDIR)/ucl_schema.o
47 $(OBJDIR)/ucl_util.o: $(SRCDIR)/ucl_util.c $(HDEPS)
48 …$(CC) -o $(OBJDIR)/ucl_util.o $(CPPFLAGS) $(COPT_FLAGS) $(CFLAGS) $(C_COMMON_FLAGS) $(SSL_CFLAGS) …
49 $(OBJDIR)/ucl_parser.o: $(SRCDIR)/ucl_parser.c $(HDEPS)
51 $(OBJDIR)/ucl_emitter.o: $(SRCDIR)/ucl_emitter.c $(HDEPS)
53 $(OBJDIR)/ucl_hash.o: $(SRCDIR)/ucl_hash.c $(HDEPS)
[all …]
/freebsd/contrib/ntp/sntp/libevent/sample/
H A Ddns-example.c161 struct options o; in main() local
166 memset(&o, 0, sizeof(o)); in main()
176 case 'x': o.reverse = 1; break; in main()
178 case 'g': o.use_getaddrinfo = 1; break; in main()
179 case 'T': o.servertest = 1; break; in main()
181 case 's': o.ns = optarg; break; in main()
197 if (o.servertest) { in main()
218 if (o.resolv_conf == NULL && !o.ns) in main()
222 if (o.ns) in main()
236 if (o.reverse) { in main()
[all …]
/freebsd/contrib/libevent/sample/
H A Ddns-example.c161 struct options o; in main() local
166 memset(&o, 0, sizeof(o)); in main()
176 case 'x': o.reverse = 1; break; in main()
178 case 'g': o.use_getaddrinfo = 1; break; in main()
179 case 'T': o.servertest = 1; break; in main()
181 case 's': o.ns = optarg; break; in main()
197 if (o.servertest) { in main()
218 if (o.resolv_conf == NULL && !o.ns) in main()
222 if (o.ns) in main()
236 if (o.reverse) { in main()
[all …]
/freebsd/sys/contrib/zstd/examples/
H A DMakefile29 simple_compression.o: common.h
32 simple_decompression.o: common.h
35 multiple_simple_compression.o: common.h
38 dictionary_compression.o: common.h
41 dictionary_decompression.o: common.h
44 streaming_compression.o: common.h
47 multiple_streaming_compression.o: common.h
50 streaming_decompression.o: common.h
53 streaming_memory_usage.o: common.h
59 @$(RM) core *.o tmp* result* *.zst \
/freebsd/sys/contrib/libsodium/test/default/
H A Dverify1.c12 uint8_t o; in main() local
43 o = (uint8_t) randombytes_random(); in main()
44 if (o == 0) { in main()
47 v16x[r & 15U] ^= o; in main()
48 v32x[r & 31U] ^= o; in main()
49 v64x[r & 63U] ^= o; in main()
58 v16x[r & 15U] ^= o; in main()
59 v32x[r & 31U] ^= o; in main()
60 v64x[r & 63U] ^= o; in main()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.corruptenv.ksh62 main: main.o prov.o
63 \$(CC) -o main main.o prov.o
65 main.o: main.c prov.h
71 prov.o: prov.d main.o
72 $dtrace -G -s prov.d main.o
/freebsd/stand/fdt/
H A Dfdt_loader_cmd.c667 if (o < 0) in fdt_fixup_cpubusfreqs()
672 maxo = o; in fdt_fixup_cpubusfreqs()
1217 o = fdt_next_node(fdtp, o, &depth)) { in fdt_cmd_ls()
1634 int o; in fdt_extract_nameloc() local
1746 o = next; in fdt_cmd_prop()
1755 int o; in fdt_cmd_mkprop() local
1781 int o, rv; in fdt_cmd_rm() local
1928 o = fdt_next_node(fdtp, o, &depth); in fdt_devmatch_next()
1939 o = fdt_next_node(fdtp, o, &depth); in fdt_devmatch_next()
1945 o = fdt_next_node(fdtp, o, &depth); in fdt_devmatch_next()
[all …]
/freebsd/sbin/ipf/ipmon/
H A Dipmon_y.y306 opt_t *o; in new_opt() local
308 o = (opt_t *)calloc(1, sizeof(*o)); in new_opt()
309 o->o_type = type; in new_opt()
311 o->o_logfac = -1; in new_opt()
312 o->o_logpri = -1; in new_opt()
313 return(o); in new_opt()
320 opt_t *o; in build_action() local
339 free(o->o_str); in build_action()
341 free(o); in build_action()
415 free(o->o_str); in build_action()
[all …]
/freebsd/contrib/one-true-awk/
H A DREADME.md103 gcc -g -Wall -pedantic -Wcast-qual -O2 -c -o awkgram.tab.o awkgram.tab.c
104 gcc -g -Wall -pedantic -Wcast-qual -O2 -c -o b.o b.c
105 gcc -g -Wall -pedantic -Wcast-qual -O2 -c -o main.o main.c
106 gcc -g -Wall -pedantic -Wcast-qual -O2 -c -o parse.o parse.c
107 gcc -g -Wall -pedantic -Wcast-qual -O2 maketab.c -o maketab
109 gcc -g -Wall -pedantic -Wcast-qual -O2 -c -o proctab.o proctab.c
110 gcc -g -Wall -pedantic -Wcast-qual -O2 -c -o tran.o tran.c
111 gcc -g -Wall -pedantic -Wcast-qual -O2 -c -o lib.o lib.c
112 gcc -g -Wall -pedantic -Wcast-qual -O2 -c -o run.o run.c
113 gcc -g -Wall -pedantic -Wcast-qual -O2 -c -o lex.o lex.c
[all …]
/freebsd/sys/modules/linux/
H A DMakefile86 CLEANFILES= linux${SFX}_assym.h linux${SFX}_genassym.o linux${SFX}_locore.o \
87 genassym.o linux${SFX}_vdso_gtod.o linux${SFX}_vdso.so.o
89 linux${SFX}_assym.h: linux${SFX}_genassym.o
90 sh ${SYSDIR}/kern/genassym.sh linux${SFX}_genassym.o > ${.TARGET}
98 linux${SFX}_locore.o: linux${SFX}_assym.h assym.inc
106 linux${SFX}_vdso_gtod.o: linux_vdso_gtod.inc ${VDSODEPS}
113 linux${SFX}_vdso.so.o: linux${SFX}_locore.o linux${SFX}_vdso_gtod.o
118 -o ${.TARGET} ${.ALLSRC:M*.o}
128 linux${SFX}_vdso.so: linux${SFX}_vdso.so.o
130 linux${SFX}_vdso.so.o ${.TARGET}
[all …]
/freebsd/sys/contrib/xz-embedded/linux/lib/xz/
H A DMakefile1 obj-$(CONFIG_XZ_DEC) += xz_dec.o
2 xz_dec-y := xz_dec_syms.o xz_dec_stream.o xz_dec_lzma2.o
3 xz_dec-$(CONFIG_XZ_DEC_BCJ) += xz_dec_bcj.o
5 obj-$(CONFIG_XZ_DEC_TEST) += xz_dec_test.o
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.provregex3.ksh49 main: main.o prov.o
50 cc -o main main.o prov.o
52 main.o: main.c prov.h
58 prov.o: prov.d main.o
59 $dtrace -G -s prov.d main.o

12345678910>>...91