HomeSort by: relevance | last modified time | path
    Searched refs:program_invocation_short_name (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/tmux/dist/compat/
getprogname.c 27 return (program_invocation_short_name);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/linux/
errno.d 18 extern __gshared char* program_invocation_name, program_invocation_short_name;
  /src/external/bsd/elftoolchain/dist/common/
_elftc.h 356 extern const char *program_invocation_short_name;
359 #define ELFTC_GETPROGNAME() program_invocation_short_name
  /src/external/gpl3/gdb/dist/gnulib/import/
getprogname.c 68 return program_invocation_short_name;
87 its mere declaration makes program_invocation_short_name
  /src/external/gpl3/gdb.old/dist/gnulib/import/
getprogname.c 68 return program_invocation_short_name;
87 its mere declaration makes program_invocation_short_name
  /src/external/bsd/tmux/dist/
configure 7842 # Look for program_invocation_short_name.
7843 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for program_invocation_short_name" >&5
7844 $as_echo_n "checking for program_invocation_short_name... " >&6; }
7852 const char *cp = program_invocation_short_name;

Completed in 35 milliseconds