Searched refs:system (Results 26 - 50 of 294) sorted by relevance

1234567891011>>

/freebsd-11.0-release/tests/sys/kqueue/
H A Dvnode.c33 system("touch /tmp/kqueue-test.tmp");
80 if (system("echo hello >> /tmp/kqueue-test.tmp") < 0)
81 err(1, "system");
105 if (system("touch /tmp/kqueue-test.tmp") < 0)
106 err(1, "system");
133 if (system("mv /tmp/kqueue-test.tmp /tmp/kqueue-test2.tmp") < 0)
134 err(1, "system");
145 if (system("mv /tmp/kqueue-test2.tmp /tmp/kqueue-test.tmp") < 0)
146 err(1, "system");
186 if (system("touc
[all...]
/freebsd-11.0-release/lib/libc/mips/sys/
H A DOvfork.S55 li v0, SYS_vfork # system call number for vfork
/freebsd-11.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/nfs/
H A Dtst.call.c115 (void) system(shareline);
117 (void) system(unshareline);
/freebsd-11.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/scalars/
H A Dtst.selfarray2.d57 system("date > /dev/null")
/freebsd-11.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.noreap.ksh90 system("./test");
97 system("dtrace -e -x errtags -i %d", probeid);
H A Dtst.noreapring.ksh82 system("./test");
89 system("dtrace -e -x errtags -i %d", probeid);
H A Dtst.reap.ksh82 system("./test");
89 system("dtrace -e -x errtags -i %d", probeid);
H A Dtst.reeval.ksh76 system("$DIR/test");
/freebsd-11.0-release/lib/libc/stdlib/
H A Dsystem.c31 static char sccsid[] = "@(#)system.c 8.1 (Berkeley) 6/4/93";
34 __FBSDID("$FreeBSD: releng/11.0/lib/libc/stdlib/system.c 287292 2015-08-29 14:25:01Z kib $");
49 #pragma weak system macro
51 system(const char *command) function
/freebsd-11.0-release/contrib/netbsd-tests/rump/rumpvfs/
H A Dt_etfs.c125 rv = system("dd if=/dev/zero bs=512 count=64 "
129 rv = system("dd if=/dev/zero bs=512 count=128 "
179 if (system("mount_mfs -s 64m -o nosuid,nodev mfs mfsdir") != 0)
183 rv = system("dd if=/dev/zero of=" IMG_ON_MFS " bs=1 count=1 seek=8t");
217 system("umount mfsdir");
235 rv = system("dd if=/dev/zero of=disk.img bs=1000 count=64");
237 rv = system("yes | tr '\\ny' '\\1' "
/freebsd-11.0-release/crypto/heimdal/appl/telnet/telnet/
H A Ddefines.h36 #define settimer(x) clocks.x = clocks.system++
/freebsd-11.0-release/contrib/telnet/telnet/
H A Ddefines.h37 #define settimer(x) clocks.x = clocks.system++
/freebsd-11.0-release/etc/pam.d/
H A DMakefile16 sshd su system \
/freebsd-11.0-release/contrib/netbsd-tests/fs/lfs/
H A Dt_pr.c37 if (system("newfs_lfs -D -F -s 10000 ./" IMGNAME) == -1)
/freebsd-11.0-release/rescue/librescue/
H A DMakefile24 sysctl.c system.c
/freebsd-11.0-release/contrib/netbsd-tests/fs/ffs/
H A Dt_mount.c51 atf_tc_set_md_var(tc, "descr", "mounts file system with "
68 if (system(cmd))
69 atf_tc_fail("cannot create file system");
93 atf_tc_set_md_var(tc, "descr", "mounts file system with "
109 if (system(cmd))
110 atf_tc_fail("cannot create file system");
H A Dt_quota2_1.c34 if (system(buf) == -1)
35 atf_tc_fail_errno("cannot create file system");
65 res = system(buf);
H A Dt_quota2_remount.c36 if (system(buf) == -1)
37 atf_tc_fail_errno("cannot create file system");
97 res = system(buf);
/freebsd-11.0-release/contrib/netbsd-tests/fs/hfs/
H A Dt_pathconvert.c45 RZ(system(thecmd));
48 RZ(system(thecmd));
/freebsd-11.0-release/contrib/bmake/unit-tests/
H A Dposix.exp1 Posix says we should execute the command as if run by system(3)
/freebsd-11.0-release/share/dtrace/
H A Dnfsattrstats33 * activity, and NFS access cache activity, along with the system call
35 * outside of the context of a system call, most likely due to the VM
36 * system paging from NFS, in which case the system call name is
/freebsd-11.0-release/crypto/openssh/
H A Dlogintest.c163 system(cmdstring);
181 system(cmdstring);
210 system(cmdstring);
/freebsd-11.0-release/contrib/less/
H A Dlsystem.c38 * Like plain "system()", but handles resetting terminal modes, etc.
77 * must save and restore CWD across calls to "system",
115 /* The __open() system call translates "/dev/tty" to "con". */
124 * Pass the command to the system to be executed.
154 system(p);
167 system(cmd);
170 system(cmd);
228 * the system command, we must assume the window changed.
/freebsd-11.0-release/usr.sbin/makefs/cd9660/
H A Dcd9660_eltorito.c71 "format 'system;filename'");
85 "'system;filename'");
93 printf("Found bootdisk with system %s, and filename %s\n",
106 new_image->system = ET_SYS_X86;
108 new_image->system = ET_SYS_PPC;
111 new_image->system = ET_SYS_MAC;
113 warnx("boot disk system must be "
172 if (tmp_image->system != new_image->system)
290 ie->system_type[0] = disk->system;
[all...]
/freebsd-11.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/predicates/
H A Dtst.predcache.ksh70 SMF_RESTARTER=svc:/system/svc/restarter:default \
87 SMF_RESTARTER=svc:/system/svc/restarter:default \

Completed in 142 milliseconds

1234567891011>>