| /src/common/dist/zlib/contrib/iostream/ | 
| test.cpp | 8   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/ | 
| ioctl.h | 6 #include <core/os.h> 
 | 
| enum.h | 6 #include <core/os.h> 
 | 
| option.h | 6 #include <core/os.h> 
 | 
| notify.h | 6 #include <core/os.h> 
 | 
| oclass.h | 5 #include <core/os.h> 
 | 
| event.h | 6 #include <core/os.h> 
 | 
| os.h | 1 /*	$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/ | 
| acpi.h | 6 #include <core/os.h> 
 | 
| /src/lib/librumpuser/build-aux/ | 
| config.sub | 113 # Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any). 114 # Here we must recognize all the valid KERNEL-OS combinations.
 122     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
 [all...]
 | 
| /src/sys/external/isc/libsodium/dist/build-aux/ | 
| config.sub | 113 # Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any). 114 # Here we must recognize all the valid KERNEL-OS combinations.
 122     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
 [all...]
 | 
| /src/sys/external/isc/libsodium/dist/ | 
| config.sub | 114 # Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any). 115 # Here we must recognize all the valid KERNEL-OS combinations.
 123     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
 [all...]
 | 
| /src/usr.sbin/pf/etc/ | 
| Makefile | 6 FILESMODE_pf.os=	444 12 CONFIGFILES+=	pf.os
 
 | 
| /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/scripts/ | 
| collect_data_flow.py | 24 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.path.join(tmpdir, str(r[0]) + "-" + str(r[1])
 [all...]
 | 
| /src/usr.sbin/pf/man/man5/ | 
| Makefile | 9 MAN+=	pf.os.5 
 | 
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/clk/ | 
| pll.h | 6 #include <core/os.h> 
 | 
| /src/lib/libterminfo/ | 
| tputs.c | 81 _ti_outputdelay(int delay, short os, char pc, 86 	if (delay < 1 || os < 1 || (size_t)os >= __arraycount(tmspc10))
 89 	mspc10 = tmspc10[os];
 96 _ti_puts(int dodelay, short os, char pc,
 119 				_ti_outputdelay(delay, os, pc, outc, args);
 125 		_ti_outputdelay(taildelay, os, pc, outc, args);
 
 | 
| curterm.c | 63 	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/ | 
| fw.h | 6 #include <core/os.h> 
 | 
| hs.h | 6 #include <core/os.h> 
 | 
| ls.h | 6 #include <core/os.h> 
 | 
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ | 
| kirkwood-ib62x0.dts | 23 			pmx_led_os_red: pmx-led-os-red { 31 			pmx_led_os_green: pmx-led-os-green {
 84 		green-os {
 85 			label = "ib62x0:green:os";
 89 		red-os {
 90 			label = "ib62x0:red:os";
 
 | 
| /src/sys/external/bsd/drm2/dist/drm/nouveau/ | 
| nouveau_dmem.h | 26 #include <nvif/os.h> 
 | 
| nouveau_svm.h | 5 #include <nvif/os.h> 
 | 
| /src/distrib/utils/more/ | 
| Makefile | 10 		option.c os.c output.c position.c prim.c screen.c signal.c \ 
 |