Symbol: system
bin/ed/main.c
876
system(shcmd + 1);
distrib/utils/more/os.c
141
(void)system(cmd);
games/larn/bill.c
158
system(buf);
include/stdlib.h
128
int system(const char *);
libexec/telnetd/defs.h
81
#define settimer(x) (clocks.x = ++clocks.system)
libexec/telnetd/ext.h
184
system, /* what the current time is */
regress/sys/fs/lfs/ckckp/cleanalot_async.c
161
system(cmd);
regress/sys/fs/lfs/ckckp/cleanalot_async.c
164
system("df -k .");
regress/sys/fs/lfs/ckckp/cleanalot_async.c
166
system("rm -rf dir_*");
regress/sys/fs/lfs/ckckp/cleanalot_async.c
167
system("df -k .");
sbin/resize_lfs/resize_lfs.c
160
if (system(cmd) != 0)
sbin/shutdown/shutdown.c
546
(void)system(arg);
sbin/swapctl/swapctl.c
795
if (system(cmd) != 0) {
sbin/swapctl/swapctl.c
850
if (system(cmd) != 0) {
sys/arch/alpha/alpha/vm_machdep.c
260
cpu_uarea_alloc(bool system)
sys/arch/m68k/060sp/dist/fplsp.s
10222
# if enabled so the operating system can log the event. #
sys/arch/mips/mips/vm_machdep.c
173
cpu_uarea_alloc(bool system)
sys/arch/mips/mips/vm_machdep.c
186
if (!system && high < pmap_limits.avail_end)
sys/arch/mips/mips/vm_machdep.c
198
if (!system)
sys/arch/powerpc/powerpc/vm_machdep.c
315
cpu_uarea_alloc(bool system)
sys/arch/riscv/riscv/vm_machdep.c
135
cpu_uarea_alloc(bool system)
sys/arch/x86/x86/vm_machdep.c
365
cpu_uarea_alloc(bool system)
sys/arch/x86/x86/vm_machdep.c
393
if (system) { /* (1) */
sys/sys/midiio.h
551
} system;
sys/uvm/uvm_glue.c
461
bool system = (l->l_flag & LW_SYSTEM) != 0;
sys/uvm/uvm_glue.c
463
if (system)
tests/fs/common/fstest_ext2fs.c
67
res = system(cmd);
tests/fs/common/fstest_ffs.c
71
res = system(cmd);
tests/fs/common/fstest_lfs.c
82
res = system(cmd);
tests/fs/common/fstest_msdosfs.c
67
res = system(cmd);
tests/fs/common/fstest_sysvbfs.c
67
res = system(cmd);
tests/fs/common/fstest_udf.c
74
res = system(cmd);
tests/fs/common/fstest_v7fs.c
68
res = system(cmd);
tests/fs/common/fstest_zfs.c
119
if ((error = system(tmpbuf)) != 0) {
tests/fs/common/snapshot.c
173
if (system(NEWFS) == -1)
tests/fs/common/snapshot.c
214
RL(system(FSCK " /dev/rfss0"));
tests/fs/common/snapshot.c
42
if (system(NEWFS) == -1)
tests/fs/ffs/t_extattr.c
89
if (system(newfs) == -1)
tests/fs/ffs/t_fifos.c
110
if (system(newfs) == -1)
tests/fs/ffs/t_mount.c
109
if (system(cmd))
tests/fs/ffs/t_mount.c
68
if (system(cmd))
tests/fs/ffs/t_quota2_1.c
34
if (system(buf) == -1)
tests/fs/ffs/t_quota2_1.c
65
res = system(buf);
tests/fs/ffs/t_quota2_remount.c
36
if (system(buf) == -1)
tests/fs/ffs/t_quota2_remount.c
97
res = system(buf);
tests/fs/ffs/t_update_log.c
112
if (system(buf) == -1)
tests/fs/ffs/t_update_log.c
55
if (system(buf) == -1)
tests/fs/hfs/t_pathconvert.c
45
RL(system(thecmd));
tests/fs/hfs/t_pathconvert.c
48
RL(system(thecmd));
tests/fs/lfs/t_pr.c
37
if (system("newfs_lfs -D -F -s 10000 ./" IMGNAME) == -1)
tests/fs/lfs/t_rfw.c
113
system(buf);
tests/fs/lfs/t_rfw.c
154
system(buf);
tests/fs/lfs/util.c
26
if (system(cmd) == -1)
tests/fs/lfs/util.c
33
if (system(cmd) == -1)
tests/fs/tmpfs/h_tools.c
162
ec = system(line);
tests/include/t_bitstring.c
223
if (system(command) != EXIT_SUCCESS)
tests/kernel/t_kauth_pr_47598.c
150
system("netstat -aA");
tests/lib/libc/arch/i386/exec_prot_support.c
59
if (system("cpuctl identify 0 | grep -q NOX") == 0 ||
tests/lib/libc/arch/i386/exec_prot_support.c
60
system("cpuctl identify 0 | grep -q XD") == 0)
tests/lib/libc/arch/x86_64/exec_prot_support.c
45
if (system("cpuctl identify 0 | grep -q NOX") == 0 ||
tests/lib/libc/arch/x86_64/exec_prot_support.c
46
system("cpuctl identify 0 | grep -q XD") == 0)
tests/lib/libc/stdlib/t_system.c
53
ATF_REQUIRE(system("/bin/echo -n > system") == 0);
tests/lib/libc/stdlib/t_system.c
56
ATF_REQUIRE(system("/bin/echo -n garbage >> system") == 0);
tests/lib/librumpclient/t_fd.c
112
RL(system("rump_server -lrumpnet -lrumpnet_net -lrumpnet_netinet "
tests/lib/librumpclient/t_fd.c
62
ATF_TC_CLEANUP(bigenough, tc){system("env RUMP_SERVER=" RUMPSERV " rump.halt");}
tests/lib/librumpclient/t_fd.c
63
ATF_TC_CLEANUP(sigio, tc) { system("env RUMP_SERVER=" RUMPSERV " rump.halt"); }
tests/lib/librumpclient/t_fd.c
69
RL(system("rump_server " RUMPSERV));
tests/libexec/ld.elf_so/t_ifunc.c
160
if (system(command) != EXIT_SUCCESS)
tests/libexec/ld.elf_so/t_ifunc.c
97
if (system(command) != EXIT_SUCCESS)
tests/net/fdpass/fdpass.c
224
system(buf);
tests/rump/rumpvfs/t_etfs.c
125
rv = system("dd if=/dev/zero bs=512 count=64 "
tests/rump/rumpvfs/t_etfs.c
129
rv = system("dd if=/dev/zero bs=512 count=128 "
tests/rump/rumpvfs/t_etfs.c
184
if (system("mount_mfs -s 64m -o nosuid,nodev mfs mfsdir") != 0)
tests/rump/rumpvfs/t_etfs.c
188
rv = system("dd if=/dev/zero of=" IMG_ON_MFS " bs=1 count=1 seek=8t");
tests/rump/rumpvfs/t_etfs.c
222
system("umount mfsdir");
tests/rump/rumpvfs/t_etfs.c
240
rv = system("dd if=/dev/zero of=disk.img bs=1000 count=64");
tests/rump/rumpvfs/t_etfs.c
242
rv = system("yes | tr '\\ny' '\\1' "
usr.bin/bthset/bthset.c
354
system(command);
usr.bin/ctags/ctags.c
208
if (system(cmd) != 0)
usr.bin/ctags/ctags.c
230
if (system(cmd) != 0)
usr.bin/ftp/cmds.c
2601
system(pager);
usr.bin/m4/eval.c
261
sysval = system(argv[2]);
usr.bin/man/man.c
473
(void)system(cmd);
usr.bin/man/man.c
820
(void)system(cmd);
usr.bin/menuc/parse.y
61
%type <s_value> init_code system helpstr text
usr.bin/menuc/parse.y
66
%start system
usr.bin/menuc/parse.y
70
system : init_code menu_list
usr.bin/msgs/msgs.c
816
system(cmdbuf);
usr.bin/script/script.c
323
int ret = system(command);
usr.bin/telnet/defines.h
34
#define settimer(x) clocks.x = clocks.system++
usr.bin/telnet/types.h
36
system, /* what the current time is */
usr.bin/usbhidaction/usbhidaction.c
455
r = system(cmdbuf);
usr.sbin/bootp/bootpd/bootpd.c
747
system(tst); /* Hope this finishes soon... */
usr.sbin/bootp/common/hwaddr.c
138
status = system(buf);
usr.sbin/catman/catman.c
618
if ((status = system(cmd)) == 0)
usr.sbin/makefs/cd9660/cd9660_eltorito.c
106
new_image->system = ET_SYS_X86;
usr.sbin/makefs/cd9660/cd9660_eltorito.c
108
new_image->system = ET_SYS_PPC;
usr.sbin/makefs/cd9660/cd9660_eltorito.c
111
new_image->system = ET_SYS_MAC;
usr.sbin/makefs/cd9660/cd9660_eltorito.c
113
new_image->system = ET_SYS_EFI;
usr.sbin/makefs/cd9660/cd9660_eltorito.c
169
if (tmp_image->system != new_image->system)
usr.sbin/makefs/cd9660/cd9660_eltorito.c
181
new_image->platform_id = new_image->system;
usr.sbin/makefs/cd9660/cd9660_eltorito.c
293
ie->system_type[0] = disk->system;
usr.sbin/makefs/cd9660/cd9660_eltorito.c
368
u_char system;
usr.sbin/makefs/cd9660/cd9660_eltorito.c
387
system = default_boot_image != NULL ? default_boot_image->system :
usr.sbin/makefs/cd9660/cd9660_eltorito.c
392
valid_entry = cd9660_boot_setup_validation_entry(system);
usr.sbin/makefs/cd9660/cd9660_eltorito.c
670
if (t->system == ET_SYS_MAC)
usr.sbin/makefs/cd9660/cd9660_eltorito.c
672
if (t->system == ET_SYS_PPC)
usr.sbin/makefs/cd9660/cd9660_eltorito.c
694
if (t->system != ET_SYS_PPC)
usr.sbin/makefs/cd9660/cd9660_eltorito.c
734
if (t->system != ET_SYS_MAC)
usr.sbin/makefs/cd9660/cd9660_eltorito.h
147
u_char system;
usr.sbin/rpc.pcnfsd/pcnfsd_misc.c
265
if ((i = system(commbuf)) != 0) {
usr.sbin/rpc.pcnfsd/pcnfsd_print.c
696
curr->system = strdup("");
usr.sbin/rpc.pcnfsd/pcnfsd_print.c
795
curr->system = strdup("");
usr.sbin/rpc.pcnfsd/pcnfsd_print.c
822
if (curr->system)
usr.sbin/rpc.pcnfsd/pcnfsd_print.c
823
free(curr->system);
usr.sbin/rpc.pcnfsd/pcnfsd_test.c
161
a.system = host_name;
usr.sbin/rpc.pcnfsd/pcnfsd_test.c
203
a.system = host_name;
usr.sbin/rpc.pcnfsd/pcnfsd_test.c
249
a.system = host_name;
usr.sbin/rpc.pcnfsd/pcnfsd_test.c
284
a.system = host_name;
usr.sbin/rpc.pcnfsd/pcnfsd_test.c
371
a.system = "foo";
usr.sbin/rpc.pcnfsd/pcnfsd_test.c
421
if(curr->system)
usr.sbin/rpc.pcnfsd/pcnfsd_test.c
422
free(curr->system);
usr.sbin/rpc.pcnfsd/pcnfsd_v1.c
128
(pirstat) pr_init(pi_arg->system, pi_arg->pn, &pi_res.dir);
usr.sbin/rpc.pcnfsd/pcnfsd_v1.c
140
(psrstat) pr_start2(ps_arg->system, ps_arg->pn, ps_arg->user,
usr.sbin/rpc.pcnfsd/pcnfsd_v2.c
172
(pirstat) pr_init(arg->system, arg->pn, &res.dir);
usr.sbin/rpc.pcnfsd/pcnfsd_v2.c
185
(psrstat) pr_start2(arg->system, arg->pn, arg->user,
usr.sbin/rpc.yppasswdd/yppasswdd_mkpw.c
172
(void) system(make_arg);
usr.sbin/sliplogin/sliplogin.c
198
(void)system(logincmd);
usr.sbin/sliplogin/sliplogin.c
360
if ((s = system(logincmd)) != 0) {
usr.sbin/sysinst/configmenu.c
527
system("/bin/sh -i -E");
usr.sbin/sysinst/run.c
70
#define Xsystem(y) system(y)
usr.sbin/user/user.c
258
ret = system(buf);
usr.sbin/wsmoused/action.c
156
system(cmd);