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

  /src/external/bsd/kyua-testers/dist/
stacktrace.c 76 /// file. If MAXCOMLEN is defined, then we need to truncate the program name to
80 #if !defined(MAXCOMLEN)
81 # define MAXCOMLEN 0
251 if (candidate == NULL && MAXCOMLEN > 0) {
252 char truncated[MAXCOMLEN + 1];
257 // Common naming scheme without the MAXCOMLEN truncation.
  /src/external/gpl3/binutils/dist/bfd/
hppabsd-core.c 59 char cmd[MAXCOMLEN + 1];
182 strncpy (core_command (abfd), u.u_comm, MAXCOMLEN);
183 core_command (abfd)[MAXCOMLEN] = 0;
hpux-core.c 84 char cmd[MAXCOMLEN + 1];
180 strncpy (core_command (abfd), proc_exec.cmd, MAXCOMLEN);
181 core_command (abfd)[MAXCOMLEN] = 0;
  /src/external/gpl3/binutils.old/dist/bfd/
hppabsd-core.c 59 char cmd[MAXCOMLEN + 1];
182 strncpy (core_command (abfd), u.u_comm, MAXCOMLEN);
183 core_command (abfd)[MAXCOMLEN] = 0;
hpux-core.c 84 char cmd[MAXCOMLEN + 1];
180 strncpy (core_command (abfd), proc_exec.cmd, MAXCOMLEN);
181 core_command (abfd)[MAXCOMLEN] = 0;
  /src/external/gpl3/gdb.old/dist/bfd/
hppabsd-core.c 59 char cmd[MAXCOMLEN + 1];
182 strncpy (core_command (abfd), u.u_comm, MAXCOMLEN);
183 core_command (abfd)[MAXCOMLEN] = 0;
hpux-core.c 84 char cmd[MAXCOMLEN + 1];
180 strncpy (core_command (abfd), proc_exec.cmd, MAXCOMLEN);
181 core_command (abfd)[MAXCOMLEN] = 0;
  /src/external/gpl3/gdb/dist/bfd/
hppabsd-core.c 59 char cmd[MAXCOMLEN + 1];
182 strncpy (core_command (abfd), u.u_comm, MAXCOMLEN);
183 core_command (abfd)[MAXCOMLEN] = 0;
hpux-core.c 84 char cmd[MAXCOMLEN + 1];
180 strncpy (core_command (abfd), proc_exec.cmd, MAXCOMLEN);
181 core_command (abfd)[MAXCOMLEN] = 0;
  /src/sys/sys/
param.h 111 * MAXCOMLEN should be >= sizeof(ac_comm) (see <acct.h>)
117 #define MAXCOMLEN 16 /* max command name remembered */
  /src/external/apache2/mDNSResponder/dist/mDNSShared/
uds_daemon.h 100 #if (!defined(MAXCOMLEN))
101 #define MAXCOMLEN 16
224 char pid_name[MAXCOMLEN]; // The effective client's process name.

Completed in 21 milliseconds