Searched refs:system (Results 126 - 150 of 294) sorted by relevance

1234567891011>>

/freebsd-11.0-release/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.in77 -d Specify the filename on the local system
108 -Z Only use system path
110 $0 will validate the file currently on the local system
H A Dupdate-leap.sh66 -d Specify the filename on the local system
92 -Z Only use system path
94 $SELF will validate the file currently on the local system
/freebsd-11.0-release/lib/libc/include/
H A Dnamespace.h263 #define system _system
H A Dun-namespace.h236 #undef system
/freebsd-11.0-release/contrib/netbsd-tests/fs/tmpfs/
H A Dh_tools.c161 ec = system(line);
/freebsd-11.0-release/contrib/gcclibs/libmudflap/
H A Dmf-runtime.h205 #pragma redefine_extname system __mfwrap_system
/freebsd-11.0-release/sys/boot/ficl/
H A Dtestmain.c95 ** Ficl interface to system (ANSI)
97 ** and feeds it to system()
99 ** system rm -rf /
109 int err = system(pFS->text);
119 vmTextOut(pVM, "Warning (system): nothing happened", 1);
300 ficlBuild(pSys, "system", ficlSystem, FW_DEFAULT);
/freebsd-11.0-release/sys/tools/
H A Dmakeobjops.awk123 # Execute a system command and report if it failed.
128 if ((rc = system(cmd)))
/freebsd-11.0-release/tools/regression/tmpfs/
H A Dh_tools.c142 ec = system(line);
/freebsd-11.0-release/usr.sbin/etcupdate/tests/
H A Dpreworld_test.sh81 daemon:*:1:1::0:0:Owner of many system processes:/root:/usr/sbin/nologin
/freebsd-11.0-release/share/examples/drivers/
H A Dmake_device_driver.sh319 * The ISA PNP system will have automatically added it to the system and
731 * Deallocate any system resources we may have
/freebsd-11.0-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_zip.c87 unsigned char system; /* From "version written by" */ member in struct:zip_entry
602 zip_entry->system
626 if (zip_entry->system == 3) {
629 } else if (zip_entry->system == 0) {
784 zip_entry->system = p[5];
2652 zip_entry->system = p[5];
2680 if (zip_entry->system == 3) {
2682 } else if (zip_entry->system == 0) {
/freebsd-11.0-release/contrib/bmake/mk/
H A Down.mk208 # Define SYS_INCLUDE to indicate whether you want symbolic links to the system
/freebsd-11.0-release/contrib/bmake/mk/sys/
H A DUnixWare.mk34 # at least gcc 2.95 on UnixWare has no internal macro to identify the system
/freebsd-11.0-release/contrib/bmake/unit-tests/
H A Dposix1.mk112 # The system makefiles make the .c.a rule .PRECIOUS with a special source,
/freebsd-11.0-release/
H A DMakefile60 # If you want to build your system from source be sure that /usr/obj has
65 # system, the simple instructions are:
135 test-system-compiler
155 kernels libraries native-xtools showconfig test-system-compiler \
303 # used for upgrading an existing FreeBSD system, because the kernel is
337 @echo "'Rebuilding world', for how to upgrade your system."
364 # the system bsdmake-like utility to be overridden.
412 # existing system is.
/freebsd-11.0-release/sys/boot/i386/boot0/
H A Dboot0.S122 * total number of hard disks in the system.
350 int $0x1a # system time
368 int $0x1a # get system time
/freebsd-11.0-release/sys/conf/
H A Dkern.opts.mk3 # Options set in the build system that affect the kernel somehow.
/freebsd-11.0-release/share/mk/
H A Dsuite.test.mk85 # host building a release for the same system). The target runs Kyua, which is
/freebsd-11.0-release/usr.sbin/pmcannotate/
H A Dpmcannotate.c449 if (system(tmpf) != 0)
731 if (system(tmpf) != 0)
/freebsd-11.0-release/contrib/telnet/telnet/
H A Dexterns.h484 system, /* what the current time is */ member in struct:__anon5555
/freebsd-11.0-release/contrib/ncurses/progs/
H A Dtput.c162 system(init_prog);
/freebsd-11.0-release/contrib/netbsd-tests/include/
H A Dt_bitstring.c223 if (system(command) != EXIT_SUCCESS)
/freebsd-11.0-release/contrib/gcc/doc/
H A Dmakefile.texi146 the system compiler is rebuilt.
151 with the stage@var{N-1} GCC@footnote{Customarily, the system compiler
/freebsd-11.0-release/sys/cddl/dev/systrace/
H A Dsystrace.c135 #error 1 << SYSTRACE_SHIFT must exceed number of system calls
207 * Use the built-in system call argument conversion

Completed in 171 milliseconds

1234567891011>>