Searched refs:system (Results 176 - 200 of 294) sorted by relevance

1234567891011>>

/freebsd-11.0-release/sbin/dump/
H A Dmain.c238 (void)fprintf(stderr, "Must specify disk or file system\n");
326 * the file system name with or without the leading '/'.
332 errx(X_STARTUP, "%s: unknown file system", dt->fs_spec);
337 (void)strncpy(spcl.c_filesys, "an unlisted file system",
372 if (system(snapcmd) != 0)
396 errx(X_STARTUP, "%s: unknown file system", disk);
450 quit("Cannot find file system superblock\n");
/freebsd-11.0-release/sys/boot/i386/boot2/
H A Dboot1.S341 int $0x13 # disk system
/freebsd-11.0-release/tools/regression/sockets/unix_gc/
H A Dunix_gc.c779 (void)system(cmd);
/freebsd-11.0-release/usr.bin/catman/
H A Dcatman.c446 if (system(cmd) != 0)
/freebsd-11.0-release/tools/tools/indent_wrapper/
H A Dindent_wrapper.c182 system(cc);
/freebsd-11.0-release/contrib/nvi/common/
H A Drecover.c848 (void)system(buf);
/freebsd-11.0-release/usr.bin/m4/
H A Deval.c248 * dosys - execute system command
252 sysval = system(argv[2]);
259 * system call.
/freebsd-11.0-release/usr.bin/msgs/
H A Dmsgs.c817 system(cmdbuf);
/freebsd-11.0-release/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");
893 err = system(iaslbuf);
/freebsd-11.0-release/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh40 -b basedir -- Operate on a system mounted at basedir
64 IDS -- Compare the system against an index of "known good" files.
765 echo "Updates cannot be installed when the system securelevel"
840 # in preparation for comparing the system against the
942 # Check that host(1) exists (i.e., that the system wasn't built with the
1466 # For all paths appearing in $1 or $3, inspect the system
1473 echo -n "Inspecting system... "
1518 # Check if an error occurred during system inspection
1931 echo -n "No updates needed to update system to "
2088 # system an
[all...]
/freebsd-11.0-release/usr.sbin/mptable/
H A Dmptable.c917 system( "dmesg" );
/freebsd-11.0-release/crypto/openssl/
H A Dconfig3 # OpenSSL config: determine the operating system and run ./Configure
492 echo Operating system: $GUESSOS
985 echo "This system ($OUT) is not supported. See file INSTALL for details."
/freebsd-11.0-release/contrib/gdb/
H A Dltconfig3 # ltconfig - Create a system-specific libtool.
315 Generate a system-specific libtool script.
342 HOST is the canonical host system name [default=guessed].
538 echo $ac_n "checking host system type""... $ac_c" 1>&6
565 # Check for the build system type
566 echo $ac_n "checking build system type... $ac_c" 1>&6
1413 # Define system-specific variables.
2281 # The host system.
2507 # Compile-time system search path for libraries
2510 # Run-time system searc
[all...]
/freebsd-11.0-release/sys/boot/pc98/cdboot/
H A Dcdboot.S160 /* Transfer PC-9801 system common area */
744 mov $0x1,%eax # 'exec' system call
745 int $INT_SYS # BTX system call
/freebsd-11.0-release/share/mk/
H A Dbsd.lib.mk153 # Use ${DEBUGDIR} for base system debug files, else .debug subdirectory
H A Dsrc.opts.mk6 # and /etc/make.conf files. These translate in the build system to MK_FOO={yes,no}
H A Dsys.mk39 # for older system support)
/freebsd-11.0-release/contrib/gcclibs/libmudflap/
H A Dmf-hooks2.c40 needed tidbits in the system headers. */
1666 WRAPPER2(int, system, const char *string)
1672 "system string");
1673 return system (string);
/freebsd-11.0-release/sys/conf/
H A Dkern.post.mk377 # Generate an object file from the file system image to embed in the kernel
H A Dkmod.mk113 # Add -I paths for system headers. Individual module makefiles don't
/freebsd-11.0-release/usr.sbin/pw/
H A Dpw_user.c699 system(tmp);
946 system(file);
/freebsd-11.0-release/gnu/usr.bin/rcs/lib/
H A Drcsutil.c135 * Use execv(), not system(); yield exit status like diff(1)'s.
740 * you'll get a SIGBUS or SIGSEGV (depending on the operating system).
1138 /* Use system(). On many hosts system() discards signals. Yuck! */
1150 wstatus = system(b.string);
/freebsd-11.0-release/contrib/gdb/gdb/cli/
H A Dcli-cmds.c493 /* If ARG is NULL, they want an inferior shell, but `system' just
495 int rc = system (arg ? arg : "");
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dremote-fileio.c1245 /* Check if system(3) has been explicitely allowed using the
1246 `set remote system-call-allowed 1' command. If not, return
1270 ret = system (cmdline);
1293 "system", remote_fileio_func_system,
1360 error ("Illegal argument for \"set remote system-call-allowed\" command");
1367 error ("Garbage after \"show remote system-call-allowed\" command: `%s'", args);
1368 printf_unfiltered ("Calling host system(3) call from target is %sallowed\n",
1376 add_cmd ("system-call-allowed", no_class,
1378 "Set if the host system(3) call is allowed for the target.\n",
1380 add_cmd ("system
[all...]
H A Dremote-rdp.c834 args->n = callback->system (callback, args->s);
1399 remote_rdp_ops.to_doc = "Use a remote ARM system which uses the ARM Remote Debugging Protocol";

Completed in 193 milliseconds

1234567891011>>