Searched refs:MAXCOMLEN (Results 1 – 16 of 16) sorted by relevance
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | osf-core.c | 52 char cmd[MAXCOMLEN + 1]; 106 strncpy (core_command (abfd), core_header.name, MAXCOMLEN + 1);
|
H A D | hppabsd-core.c | 69 char cmd[MAXCOMLEN + 1]; 195 strncpy (core_command (abfd), u.u_comm, MAXCOMLEN + 1);
|
H A D | hpux-core.c | 96 char cmd[MAXCOMLEN + 1]; 194 strncpy (core_command (abfd), proc_exec.cmd, MAXCOMLEN + 1); in hpux_core_core_file_p()
|
H A D | ChangeLog-9193 | 3451 * libhppa.h (MAXCOMLEN): Define unconditionally. 3747 Provide definitions for MAXCOMLEN and _PA_RISC_ID suitable
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | osf-core.c | 51 char cmd[MAXCOMLEN + 1]; 105 strncpy (core_command (abfd), core_header.name, MAXCOMLEN + 1);
|
H A D | hppabsd-core.c | 70 char cmd[MAXCOMLEN + 1]; 198 strncpy (core_command (abfd), u.u_comm, MAXCOMLEN + 1);
|
H A D | hpux-core.c | 94 char cmd[MAXCOMLEN + 1]; 192 strncpy (core_command (abfd), proc_exec.cmd, MAXCOMLEN + 1);
|
H A D | ChangeLog-9193 | 3451 * libhppa.h (MAXCOMLEN): Define unconditionally. 3747 Provide definitions for MAXCOMLEN and _PA_RISC_ID suitable
|
/openbsd/sys/dev/pci/drm/include/linux/ |
H A D | sched.h | 36 #define TASK_COMM_LEN (MAXCOMLEN + 1)
|
/openbsd/sys/sys/ |
H A D | param.h | 62 #define MAXCOMLEN _MAXCOMLEN-1 /* max command name remembered, without NUL */ macro
|
/openbsd/gnu/llvm/lldb/tools/debugserver/source/ |
H A D | DNB.cpp | 641 MAXCOMLEN) == 0) { in GetAllInfosMatchingName() 642 if (process_name_len > MAXCOMLEN) { in GetAllInfosMatchingName()
|
H A D | ChangeLog | 20 to MAXCOMLEN when searching kinfo_proc structs for process matches by name.
|
/openbsd/usr.sbin/vmd/ |
H A D | vm.c | 884 char tname[MAXCOMLEN + 1]; in run_vm()
|
/openbsd/sys/dev/ic/ |
H A D | i82365.c | 380 char name[MAXCOMLEN+1]; in pcic_create_event_thread()
|
H A D | tcic2.c | 435 char name[MAXCOMLEN+1]; in tcic_create_event_thread()
|
/openbsd/sys/dev/pci/drm/ |
H A D | drm_linux.c | 289 char name[MAXCOMLEN+1]; in kthread_create_worker()
|