Searched refs:system (Results 201 - 225 of 295) sorted by relevance

1234567891011>>

/freebsd-13-stable/tests/sys/net/routing/
H A Drtsock_common.h221 return system(cmd);
241 return system(cmd);
/freebsd-13-stable/contrib/sqlite3/
H A Dconfig.guess2 # Attempt to guess a canonical system name.
40 Output the configuration name of the system \`$me' is run on.
90 # compiler to aid in system detection is discouraged as it requires
137 # If the system lacks a compiler, then just pick glibc.
443 # > m68000). The system name ranges from "MiNT" over "FreeMiNT"
445 # the system name "TOS" denotes a system which is actually not
554 # Delta 88k system running SVR3
557 XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3)
560 Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system runnin
[all...]
/freebsd-13-stable/contrib/tcpdump/
H A Dconfig.guess2 # Attempt to guess a canonical system name.
40 Output the configuration name of the system \`$me' is run on.
90 # compiler to aid in system detection is discouraged as it requires
137 # If the system lacks a compiler, then just pick glibc.
443 # > m68000). The system name ranges from "MiNT" over "FreeMiNT"
445 # the system name "TOS" denotes a system which is actually not
554 # Delta 88k system running SVR3
557 XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3)
560 Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system runnin
[all...]
/freebsd-13-stable/contrib/dialog/
H A Dconfig.guess2 # Attempt to guess a canonical system name.
40 Output the configuration name of the system \`$me' is run on.
90 # compiler to aid in system detection is discouraged as it requires
137 # If the system lacks a compiler, then just pick glibc.
443 # > m68000). The system name ranges from "MiNT" over "FreeMiNT"
445 # the system name "TOS" denotes a system which is actually not
554 # Delta 88k system running SVR3
557 XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3)
560 Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system runnin
[all...]
/freebsd-13-stable/contrib/ldns/
H A Dconfig.guess2 # Attempt to guess a canonical system name.
40 Output the configuration name of the system \`$me' is run on.
90 # compiler to aid in system detection is discouraged as it requires
137 # If the system lacks a compiler, then just pick glibc.
433 # > m68000). The system name ranges from "MiNT" over "FreeMiNT"
435 # the system name "TOS" denotes a system which is actually not
544 # Delta 88k system running SVR3
547 XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3)
550 Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system runnin
[all...]
/freebsd-13-stable/contrib/libpcap/
H A Dconfig.guess2 # Attempt to guess a canonical system name.
40 Output the configuration name of the system \`$me' is run on.
90 # compiler to aid in system detection is discouraged as it requires
137 # If the system lacks a compiler, then just pick glibc.
443 # > m68000). The system name ranges from "MiNT" over "FreeMiNT"
445 # the system name "TOS" denotes a system which is actually not
554 # Delta 88k system running SVR3
557 XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3)
560 Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system runnin
[all...]
/freebsd-13-stable/contrib/file/
H A Dconfig.guess2 # Attempt to guess a canonical system name.
40 Output the configuration name of the system \`$me' is run on.
88 # compiler to aid in system detection is discouraged as it requires
139 # If the system lacks a compiler, then just pick glibc.
460 # > m68000). The system name ranges from "MiNT" over "FreeMiNT"
462 # the system name "TOS" denotes a system which is actually not
571 # Delta 88k system running SVR3
574 XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3)
577 Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system runnin
[all...]
/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c1209 * system in order to disambiguate potential conflicts between files of
1673 if ((status = system(cmd)) == -1) {
1771 if ((status = system(cmd)) == -1) {
1803 if ((status = system(cmd)) == -1) {
/freebsd-13-stable/crypto/openssh/
H A Dconfig.guess2 # Attempt to guess a canonical system name.
40 Output the configuration name of the system \`$me' is run on.
90 # compiler to aid in system detection is discouraged as it requires
137 # If the system lacks a compiler, then just pick glibc.
436 # > m68000). The system name ranges from "MiNT" over "FreeMiNT"
438 # the system name "TOS" denotes a system which is actually not
547 # Delta 88k system running SVR3
550 XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3)
553 Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system runnin
[all...]
/freebsd-13-stable/sbin/dump/
H A Dmain.c105 struct fs *sblock; /* the file system super block */
258 (void)fprintf(stderr, "Must specify disk or file system\n");
346 * the file system name with or without the leading '/'.
352 errx(X_STARTUP, "%s: unknown file system", dt->fs_spec);
357 (void)strncpy(spcl.c_filesys, "an unlisted file system",
392 if (system(snapcmd) != 0)
416 errx(X_STARTUP, "%s: unknown file system", disk);
461 warn("Cannot find file system superblock");
464 warn("Unable to read file system superblock");
/freebsd-13-stable/libexec/getty/
H A Dmain.c329 system(IMP);
656 * loads the system.
/freebsd-13-stable/contrib/nvi/common/
H A Drecover.c821 (void)system(buf);
/freebsd-13-stable/stand/i386/boot2/
H A Dboot1.S341 int $0x13 # disk system
/freebsd-13-stable/usr.sbin/bhyve/
H A Dacpi.c402 EFPRINTF(fp, "\t\t\tC2 works on MP system (V1) : 0\n");
406 EFPRINTF(fp, "\t\t\tRTC can wake system from S4 (V1) : 0\n");
884 err = system(iaslbuf);
/freebsd-13-stable/usr.sbin/bsdinstall/partedit/
H A Dpartedit.c301 "FreeBSD system, please update it with freebsd-update "
302 "instead of installing a new system on it. The partition "
380 error = system(message);
/freebsd-13-stable/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh42 -b basedir -- Operate on a system mounted at basedir
68 IDS -- Compare the system against an index of "known good" files
810 echo "Updates cannot be installed when the system securelevel"
888 # in preparation for comparing the system against the
990 # Check that host(1) exists (i.e., that the system wasn't built with the
1523 # For all paths appearing in $1 or $3, inspect the system
1530 echo -n "Inspecting system... "
1575 # Check if an error occurred during system inspection
1987 echo -n "No updates needed to update system to "
2143 # system an
[all...]
/freebsd-13-stable/usr.sbin/mptable/
H A Dmptable.c919 system( "dmesg" );
/freebsd-13-stable/tools/tools/indent_wrapper/
H A Dindent_wrapper.c182 system(cc);
/freebsd-13-stable/usr.bin/m4/
H A Deval.c262 * dosys - execute system command
266 sysval = system(argv[2]);
273 * system call.
/freebsd-13-stable/usr.bin/msgs/
H A Dmsgs.c820 system(cmdbuf);
/freebsd-13-stable/tools/pkgbase/
H A Dmetalog_reader.lua118 reports about the installed system and issues. It accepts an mtree file in a
/freebsd-13-stable/tools/regression/sockets/unix_gc/
H A Dunix_gc.c779 (void)system(cmd);
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Dcmdline.c1262 /* On Windows, editor_cmd is transcoded to the system active code page
1296 /* On Windows, we assume that config values are set in system active
1488 sys_err = system(cmd);
1505 _("system('%s') returned %d"), cmd, sys_err);
1674 sys_err = system(cmd);
1684 _("system('%s') returned %d"), cmd, sys_err);
/freebsd-13-stable/sys/contrib/openzfs/module/icp/asm-x86_64/modes/
H A Dghash-x86_64.S47 # Westmere-based system on behalf of Intel Open Source Technology Centre.
70 # Haswell 0.55(+93%) (if system doesn't support AVX)
71 # Broadwell 0.45(+110%)(if system doesn't support AVX)
72 # Skylake 0.44(+110%)(if system doesn't support AVX)
75 # Knights L 2.12(-) (if system doesn't support AVX)
/freebsd-13-stable/share/mk/
H A Dbsd.compiler.mk61 !make(test-system-*) && !make(print-dir) && !make(showconfig) && \

Completed in 190 milliseconds

1234567891011>>