HomeSort by: relevance | last modified time | path
    Searched defs:system (Results 1 - 9 of 9) sorted by relevancy

  /src/usr.bin/telnet/
types.h 36 system, /* what the current time is */ member in struct:__anonfb6246430108
  /src/lib/libc/stdlib/
system.c 1 /* $NetBSD: system.c,v 1.28 2022/03/14 22:14:19 riastradh Exp $ */
35 static char sccsid[] = "@(#)system.c 8.1 (Berkeley) 6/4/93";
37 __RCSID("$NetBSD: system.c,v 1.28 2022/03/14 22:14:19 riastradh Exp $");
54 system(const char *command) function in typeref:typename:int
96 * overridden internally for system(3) to be SIG_IGN.
103 * SIG_IGN in system(3) in the parent, by including them in
  /src/libexec/telnetd/
ext.h 184 system, /* what the current time is */ member in struct:clockstate
  /src/usr.bin/menuc/
parse.y 61 %type <s_value> init_code system helpstr text
66 %start system
70 system : init_code menu_list label
  /src/sys/uvm/
uvm_glue.c 10 * The Mach Operating System project at Carnegie-Mellon University.
450 bool system = (l->l_flag & LW_SYSTEM) != 0; local in function:uvm_lwp_exit
452 if (system)
  /src/usr.sbin/makefs/cd9660/
cd9660_eltorito.c 79 "format 'system;filename'");
90 "'system;filename'");
98 printf("Found bootdisk with system %s, and filename %s\n",
104 /* Decode System */
106 new_image->system = ET_SYS_X86;
108 new_image->system = ET_SYS_PPC;
111 new_image->system = ET_SYS_MAC;
113 new_image->system = ET_SYS_EFI;
115 warnx("boot disk system must be "
169 if (tmp_image->system != new_image->system
368 u_char system; local in function:cd9660_setup_boot
    [all...]
cd9660_eltorito.h 147 u_char system; member in struct:cd9660_boot_image
  /src/usr.bin/m4/
mdef.h 110 #define system(str) (-1) macro
  /src/sys/sys/
midiio.h 78 * the system. At present the same number is returned for NRSYNTHS and NRMIDIS
336 * (RP-012) universal-system-exclusive messages. It is a MIDI key number shifted
551 } system; member in union:__anonf4e6eb5a020a
751 * A SYSEX event carries up to six bytes of a system exclusive message.

Completed in 18 milliseconds