| /src/external/gpl3/gcc/dist/libgfortran/intrinsics/ |
| system.c | 1 /* Implementation of the SYSTEM intrinsic. 41 stat = system (cmd); 48 extern GFC_INTEGER_4 PREFIX(system) (const char *, gfc_charlen_type); 49 export_proto_np(PREFIX(system)); 52 PREFIX(system) (const char *fcmd, gfc_charlen_type cmd_len) function
|
| /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/ |
| system.c | 1 /* Implementation of the SYSTEM intrinsic. 41 stat = system (cmd); 48 extern GFC_INTEGER_4 PREFIX(system) (const char *, gfc_charlen_type); 49 export_proto_np(PREFIX(system)); 52 PREFIX(system) (const char *fcmd, gfc_charlen_type cmd_len) function
|
| /src/usr.bin/telnet/ |
| types.h | 36 system, /* what the current time is */ member in struct:__anon8336
|
| /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 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/external/gpl3/gdb/dist/sim/ppc/ |
| hw_register.c | 80 psim *system = device_system(me); local 100 if (psim_write_register(system, processor, /* all processors */
|
| cpu.c | 48 /* the system this processor is contained within */ 51 psim *system; member in struct:_cpu 79 cpu_create(psim *system, 96 /* link back to core system */ 97 processor->system = system; 98 processor->events = psim_event_queue(system); 125 return processor->system; 182 psim_restart(processor->system, processor->cpu_nr); 196 psim_halt(processor->system, processor->cpu_nr, reason, signal) [all...] |
| psim.c | 42 /* system structure, actual size of processor array determined at 157 printf_filtered("\t netbsd - UEA + NetBSD system calls\n"); 158 printf_filtered("\t solaris - UEA + Solaris system calls\n"); 159 printf_filtered("\t linux - UEA + Linux system calls\n"); 438 psim *system; local 521 system = ZALLOC(psim); 522 system->events = event_queue_create(); 523 system->memory = core_from_device(root); 524 system->monitor = mon_create(); 525 system->nr_cpus = nr_cpus 584 psim *system = data; local 598 system); local 682 psim *system = data; local [all...] |
| device.c | 154 psim *system; member in struct:_device 407 return me->system; 1895 return event_queue_schedule(psim_event_queue(me->system), 1906 event_queue_deschedule(psim_event_queue(me->system), 1914 return event_queue_time(psim_event_queue(me->system)); 1939 psim *system = (psim*)data; 1951 me->system = system; /* misc things not known until now */ 1930 psim *system = (psim*)data; local
|
| /src/external/gpl3/gdb.old/dist/sim/ppc/ |
| hw_register.c | 80 psim *system = device_system(me); local 100 if (psim_write_register(system, processor, /* all processors */
|
| cpu.c | 48 /* the system this processor is contained within */ 51 psim *system; member in struct:_cpu 79 cpu_create(psim *system, 96 /* link back to core system */ 97 processor->system = system; 98 processor->events = psim_event_queue(system); 125 return processor->system; 182 psim_restart(processor->system, processor->cpu_nr); 196 psim_halt(processor->system, processor->cpu_nr, reason, signal) [all...] |
| psim.c | 42 /* system structure, actual size of processor array determined at 157 printf_filtered("\t netbsd - UEA + NetBSD system calls\n"); 158 printf_filtered("\t solaris - UEA + Solaris system calls\n"); 159 printf_filtered("\t linux - UEA + Linux system calls\n"); 438 psim *system; local 521 system = ZALLOC(psim); 522 system->events = event_queue_create(); 523 system->memory = core_from_device(root); 524 system->monitor = mon_create(); 525 system->nr_cpus = nr_cpus 584 psim *system = data; local 598 system); local 682 psim *system = data; local [all...] |
| device.c | 154 psim *system; member in struct:_device 407 return me->system; 1895 return event_queue_schedule(psim_event_queue(me->system), 1906 event_queue_deschedule(psim_event_queue(me->system), 1914 return event_queue_time(psim_event_queue(me->system)); 1939 psim *system = (psim*)data; 1951 me->system = system; /* misc things not known until now */ 1930 psim *system = (psim*)data; local
|
| /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/external/mit/libuv/dist/src/unix/ |
| haiku.c | 122 system_info system; local 154 status = get_system_info(&system); 158 *cpu_infos = uv__calloc(system.cpu_count, sizeof(**cpu_infos)); 164 for (i = 0; i < (int)system.cpu_count; i++) { 169 *count = system.cpu_count;
|
| /src/external/bsd/top/dist/ |
| machine.h | 103 int system; /* show system processes */ member in struct:process_select
|
| /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 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 [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/external/gpl3/binutils/dist/include/sim/ |
| callback.h | 1 /* Remote target system call callback support. 25 /* There are various ways to handle system calls: 28 directly perform the system call on behalf of the target program. 29 This is the typical way of handling system calls for embedded targets. 30 [Handling system calls for embedded targets isn't that much of an 33 This method of system call handling is done when STATE_ENVIRONMENT 41 This method of system call handling is done when STATE_ENVIRONMENT 83 int (*system) (host_callback *, const char *); 164 /* System call numbers. */ 168 /* Flags to the open system call. * 82 int (*system) (host_callback *, const char *); member in struct:host_callback_struct [all...] |
| /src/external/gpl3/binutils.old/dist/include/sim/ |
| callback.h | 1 /* Remote target system call callback support. 25 /* There are various ways to handle system calls: 28 directly perform the system call on behalf of the target program. 29 This is the typical way of handling system calls for embedded targets. 30 [Handling system calls for embedded targets isn't that much of an 33 This method of system call handling is done when STATE_ENVIRONMENT 41 This method of system call handling is done when STATE_ENVIRONMENT 83 int (*system) (host_callback *, const char *); 164 /* System call numbers. */ 168 /* Flags to the open system call. * 82 int (*system) (host_callback *, const char *); member in struct:host_callback_struct [all...] |
| /src/external/gpl3/gdb.old/dist/include/sim/ |
| callback.h | 1 /* Remote target system call callback support. 25 /* There are various ways to handle system calls: 28 directly perform the system call on behalf of the target program. 29 This is the typical way of handling system calls for embedded targets. 30 [Handling system calls for embedded targets isn't that much of an 33 This method of system call handling is done when STATE_ENVIRONMENT 41 This method of system call handling is done when STATE_ENVIRONMENT 83 int (*system) (host_callback *, const char *); 164 /* System call numbers. */ 168 /* Flags to the open system call. * 82 int (*system) (host_callback *, const char *); member in struct:host_callback_struct [all...] |
| /src/external/gpl3/gdb/dist/include/sim/ |
| callback.h | 1 /* Remote target system call callback support. 25 /* There are various ways to handle system calls: 28 directly perform the system call on behalf of the target program. 29 This is the typical way of handling system calls for embedded targets. 30 [Handling system calls for embedded targets isn't that much of an 33 This method of system call handling is done when STATE_ENVIRONMENT 41 This method of system call handling is done when STATE_ENVIRONMENT 83 int (*system) (host_callback *, const char *); 164 /* System call numbers. */ 168 /* Flags to the open system call. * 82 int (*system) (host_callback *, const char *); member in struct:host_callback_struct [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| mtype.h | 540 system = 1, // @system (same as TRUSTdefault) member in class:TRUST 547 TRUSTformatDefault, // do not emit @system when trust == TRUSTdefault 548 TRUSTformatSystem // emit @system when trust == TRUSTdefault
|