Searched refs:os (Results 1 - 25 of 95) sorted by relevance

1234

/src/common/dist/zlib/contrib/iostream/
H A Dtest.cpp8 gzofstream os( 1, ios::out ); local in function:main
12 os << "Hello, Mommy" << endl;
14 os << setcompressionlevel( Z_NO_COMPRESSION );
15 os << "hello, hello, hi, ho!" << endl;
17 setcompressionlevel( os, Z_DEFAULT_COMPRESSION )
20 os.close();
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/
H A Dioctl.h6 #include <core/os.h>
H A Denum.h6 #include <core/os.h>
H A Doption.h6 #include <core/os.h>
H A Dnotify.h6 #include <core/os.h>
H A Doclass.h5 #include <core/os.h>
H A Devent.h6 #include <core/os.h>
H A Dos.h1 /* $NetBSD: os.h,v 1.3 2021/12/18 23:45:33 riastradh Exp $ */
6 #include <nvif/os.h>
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/device/
H A Dacpi.h6 #include <core/os.h>
/src/sys/external/isc/libsodium/dist/build-aux/
H A Dconfig.sub122 os=-$maybe_os
126 os=-linux-android
132 then os=`echo $1 | sed 's/.*-/-/'`
133 else os=; fi
141 case $os in
142 -sun*os*)
152 os=
156 os=-cnk
159 os=
165 os
[all...]
/src/lib/librumpuser/build-aux/
H A Dconfig.sub122 os=-$maybe_os
126 os=-linux-android
132 then os=`echo $1 | sed 's/.*-/-/'`
133 else os=; fi
141 case $os in
142 -sun*os*)
152 os=
156 os=-cnk
159 os=
165 os
[all...]
/src/sys/external/isc/libsodium/dist/
H A Dconfig.sub123 os=-$maybe_os
127 os=-linux-android
133 then os=`echo $1 | sed 's/.*-/-/'`
134 else os=; fi
142 case $os in
143 -sun*os*)
153 os=
157 os=-cnk
160 os=
166 os
[all...]
/src/usr.sbin/pf/etc/
H A DMakefile6 FILESMODE_pf.os= 444
12 CONFIGFILES+= pf.os
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/scripts/
H A Dcollect_data_flow.py24 import os
38 assert not os.path.exists(output_dir)
39 os.mkdir(output_dir)
40 for root, dirs, files in os.walk(corpus_dir):
42 path = os.path.join(root, f)
44 output = os.path.join(output_dir, sha1)
46 functions_txt = open(os.path.join(output_dir, "functions.txt"), "w")
53 if os.path.isdir(inp):
55 size = os.path.getsize(inp)
64 tmpfile = os
[all...]
/src/usr.sbin/pf/man/man5/
H A DMakefile9 MAN+= pf.os.5
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/clk/
H A Dpll.h6 #include <core/os.h>
/src/lib/libterminfo/
H A Dtputs.c81 _ti_outputdelay(int delay, short os, char pc, argument
86 if (delay < 1 || os < 1 || (size_t)os >= __arraycount(tmspc10))
89 mspc10 = tmspc10[os];
96 _ti_puts(int dodelay, short os, char pc, argument
119 _ti_outputdelay(delay, os, pc, outc, args);
125 _ti_outputdelay(taildelay, os, pc, outc, args);
H A Dcurterm.c63 speed_t os; local in function:_ti_setospeed
70 os = cfgetospeed(&termios);
72 if (bauds[i] == os) {
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvfw/
H A Dfw.h6 #include <core/os.h>
H A Dhs.h6 #include <core/os.h>
H A Dls.h6 #include <core/os.h>
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/marvell/
H A Dkirkwood-ib62x0.dts23 pmx_led_os_red: pmx-led-os-red {
31 pmx_led_os_green: pmx-led-os-green {
82 led-green-os {
83 label = "ib62x0:green:os";
87 led-red-os {
88 label = "ib62x0:red:os";
/src/sys/external/bsd/drm2/dist/drm/nouveau/
H A Dnouveau_dmem.h26 #include <nvif/os.h>
H A Dnouveau_svm.h5 #include <nvif/os.h>
/src/distrib/utils/more/
H A DMakefile10 option.c os.c output.c position.c prim.c screen.c signal.c \

Completed in 19 milliseconds

1234