Searched refs:system (Results 1 - 25 of 306) sorted by relevance

1234567891011>>

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.system.d37 system("echo %s %d %d", "foo", this->a, this->b);
38 system("ping -q -c 1 localhost 2>/dev/null | grep -v '^round-trip '");
39 system("echo %d", ++this->a);
40 system("ping -q -c 1 localhost 2>/dev/null | grep -v '^round-trip '");
41 system("echo %d", ++this->a);
42 system("ping -q -c 1 localhost 2>/dev/null | grep -v '^round-trip '");
43 system("echo %d", ++this->a);
/freebsd-11-stable/etc/casper/
H A DMakefile3 FILES= system.dns
4 FILES+= system.grp
5 FILES+= system.pwd
6 FILES+= system.random
7 FILES+= system.sysctl
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/arch/x86_64/
H A Dexec_prot_support.c45 if (system("cpuctl identify 0 | grep -q NOX") == 0 ||
46 system("cpuctl identify 0 | grep -q XD") == 0)
/freebsd-11-stable/contrib/ncurses/misc/
H A Dshlib92 system=
94 system="$SHLIB_HOST"
96 system=cygwin
98 system=beos
100 system=darwin
102 system=unix
110 system=cygwin
113 system=darwin
117 test -n "$system" && break
121 case .$system i
[all...]
H A Dgen_edit.sh84 system=`uname -s 2>/dev/null`
85 if test "x$system" = xLinux
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnet/
H A Dtypes.h45 system, /* what the current time is */ member in struct:__anon5925
/freebsd-11-stable/tools/tools/perforce/
H A Dawkdiff23 system(cmd)
31 system(cmd)
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/arch/i386/
H A Dexec_prot_support.c59 if (system("cpuctl identify 0 | grep -q NOX") == 0 ||
60 system("cpuctl identify 0 | grep -q XD") == 0)
/freebsd-11-stable/crypto/openssl/apps/
H A DCA.pl.in71 system ("$REQ -new -x509 -keyout newkey.pem -out newcert.pem $DAYS");
76 system ("$REQ -new -keyout newkey.pem -out newreq.pem $DAYS");
81 system ("$REQ -new -nodes -keyout newkey.pem -out newreq.pem $DAYS");
114 system ("$REQ -new -keyout " .
116 system ("$CA -create_serial " .
127 system ("$PKCS12 -in newcert.pem -inkey newkey.pem " .
134 system ("$CA -policy policy_anything -infiles newreq.pem");
137 system ("$CA -policy policy_anything -out newcert.pem " .
142 system ("$CA -policy policy_anything -out newcert.pem " .
147 system ("
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.newprobes.ksh52 system("dtrace -c date -ln 'pid\$target::main:entry' >/dev/null");
58 system("dtrace -c date -ln 'pid\$target::main:return' >/dev/null");
/freebsd-11-stable/release/picobsd/floppy.tree/etc/
H A Dsnmpd.conf40 view system included system fe
44 access public "" any noauth 0 system none none
/freebsd-11-stable/tools/regression/geom_gpt/
H A Dgctl_test.t135 my $st = system("make obj && make all");
156 if (system("sysctl $debugflags_oid=0") != 0) {
175 system("$cmd $verbose $args | tee $out 2>&1");
188 if (system("dd if=/dev/zero of=$disk count=1024 2>&1") == 0) {
191 if (system("gpart create -s GPT $dev") != 0) {
202 if (system("mdconfig -d $dev") != 0) {
212 system("sysctl -b kern.geom.conftxt | grep -a $dev | sed -e s:$disk:DISK:g -e s:$dev:DEV:g | sort | md5 -p | tee $out 2>&1");
223 if (system("newfs /dev/$args") == 0) {
224 if (system("mount /dev/$args $mntpt_prefix-$args") != 0) {
234 system("umoun
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/drops/
H A Ddrp.DTRACEDROP_STKSTROVERFLOW.d35 system("java -version");
/freebsd-11-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_machdep.c75 phandle_t system; local
79 system = OF_finddevice("/system");
80 if (system != 0) {
81 len = OF_getencprop(system, "linux,serial", cells,
86 len = OF_getencprop(system, "linux,revision", cells,
/freebsd-11-stable/usr.sbin/fwcontrol/
H A Dfwdv.c104 int len, tlen, npad, fd, k, m, vec, system = -1, nb; local
195 if (system < 0) {
196 system = ciph->fdf.dv.fs;
197 fprintf(stderr, "%s\n", system_name[system]);
201 if (system == 1 &&
204 nb = nblocks[system];
206 k / (3600 * frame_rate[system]),
207 (k / (60 * frame_rate[system])) % 60,
208 (k / frame_rate[system]) % 60,
209 k % frame_rate[system]);
263 int system=-1, pad_acc, cycle_acc, cycle, f_cycle, f_frac; local
[all...]
/freebsd-11-stable/contrib/ntp/scripts/ntpsweep/
H A Dntpsweep.in61 Host st offset(s) version system processor
103 my $system = "";
116 my $vars = ntp_read_vars(0, [qw(processor system daemon_version)], $host) || {};
118 $system = $vars->{system};
129 # Shorten system string
130 $system =~ s/UNIX\///;
131 $system =~ s/RELEASE/r/;
132 $system =~ s/CURRENT/c/;
155 (substr $system,
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/stdlib/
H A Dt_system.c40 static const char *path = "system";
45 atf_tc_set_md_var(tc, "descr", "A basic test of system(3)");
53 ATF_REQUIRE(system("/bin/echo -n > system") == 0);
56 ATF_REQUIRE(system("/bin/echo -n garbage >> system") == 0);
/freebsd-11-stable/tools/regression/netinet/ip_id_period/
H A Dip_id_period.py41 os.system('sysctl net.inet.icmp.icmplim=0')
42 os.system('ping -q -i .001 -c 100000 127.0.0.1')
47 os.system('tcpdump -n -v -r results.pcap > results.txt')
/freebsd-11-stable/stand/pc98/btx/lib/
H A Dbtxsys.s19 # BTX system calls.
34 __exit: xorl %eax,%eax # BTX system
39 __exec: movl $0x1,%eax # BTX system
/freebsd-11-stable/stand/i386/btx/lib/
H A Dbtxsys.s19 # BTX system calls.
34 __exit: xorl %eax,%eax # BTX system
39 __exec: movl $0x1,%eax # BTX system
/freebsd-11-stable/usr.sbin/route6d/misc/
H A Dchkrt8 system("rm -f $dump");
14 system("kill -INT $_");
/freebsd-11-stable/contrib/netbsd-tests/lib/librumpclient/
H A Dt_fd.c62 ATF_TC_CLEANUP(bigenough, tc){system("env RUMP_SERVER=" RUMPSERV " rump.halt");}
63 ATF_TC_CLEANUP(sigio, tc) { system("env RUMP_SERVER=" RUMPSERV " rump.halt"); }
69 RZ(system("rump_server " RUMPSERV));
112 RZ(system("rump_server -lrumpnet -lrumpnet_net -lrumpnet_netinet "
/freebsd-11-stable/usr.sbin/ppp/
H A Diface.h34 unsigned system : 1; /* System alias ? */ member in struct:iface_addr
/freebsd-11-stable/tests/sys/kqueue/libkqueue/
H A Dvnode.c32 system("touch ./kqueue-test.tmp");
79 if (system("echo hello >> ./kqueue-test.tmp") < 0)
80 err(1, "system");
104 if (system("touch ./kqueue-test.tmp") < 0)
105 err(1, "system");
132 if (system("mv ./kqueue-test.tmp ./kqueue-test2.tmp") < 0)
133 err(1, "system");
144 if (system("mv ./kqueue-test2.tmp ./kqueue-test.tmp") < 0)
145 err(1, "system");
185 if (system("touc
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilLinux.cpp25 int exit_code = system(CmdLine.c_str());

Completed in 483 milliseconds

1234567891011>>