Searched refs:strsignal (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-10.0-release/lib/libc/string/
H A DSymbol.map46 strsignal;
H A Dstrsignal.c91 strsignal(int num) function
H A DMakefile.inc16 strpbrk.c strrchr.c strsep.c strsignal.c strspn.c strstr.c strtok.c \
/freebsd-10.0-release/include/
H A Dstring.h115 char *strsignal(int);
/freebsd-10.0-release/tools/test/posixshm/
H A Dshm_test.c155 strsignal(WTERMSIG(status)));
/freebsd-10.0-release/contrib/binutils/libiberty/
H A Dstrsignal.c383 @deftypefn Supplemental {const char *} strsignal (int @var{signo})
399 call to @code{strsignal}.
408 strsignal (int signo) function
600 msg = strsignal (signo);
H A DMakefile.in153 strerror.c strncasecmp.c strncmp.c strrchr.c strsignal.c \
178 ./strsignal.o \
1051 ./strsignal.o: $(srcdir)/strsignal.c config.h $(INCDIR)/ansidecl.h \
1054 $(COMPILE.c) $(PICFLAG) $(srcdir)/strsignal.c -o pic/$@; \
1056 $(COMPILE.c) $(srcdir)/strsignal.c $(OUTPUT_OPTION)
H A Dconfigure5062 checkfuncs="getrusage on_exit psignal strerror strsignal sysconf times sbrk gettimeofday"
5143 vsprintf waitpid getrusage on_exit psignal strerror strsignal \
6195 checkfuncs="`echo $checkfuncs | sed -e 's/strsignal//' -e 's/psignal//'`"
/freebsd-10.0-release/contrib/gcclibs/libiberty/
H A Dstrsignal.c383 @deftypefn Supplemental {const char *} strsignal (int @var{signo})
399 call to @code{strsignal}.
408 strsignal (int signo) function
600 msg = strsignal (signo);
H A DMakefile.in153 strerror.c strncasecmp.c strncmp.c strrchr.c strsignal.c \
178 ./strsignal.o \
1027 ./strsignal.o: $(srcdir)/strsignal.c config.h $(INCDIR)/ansidecl.h \
1030 $(COMPILE.c) $(PICFLAG) $(srcdir)/strsignal.c -o pic/$@; \
1032 $(COMPILE.c) $(srcdir)/strsignal.c $(OUTPUT_OPTION)
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dlin-lwp.c41 extern char *strsignal (int sig);
144 strsignal (WSTOPSIG (status)));
147 strsignal (WSTOPSIG (status)));
406 strsignal (WSTOPSIG (lp->status)),
450 strsignal (WSTOPSIG (lp->status)));
570 signo ? strsignal (signo) : "0");
1543 signo ? strsignal (signo) : "0");
/freebsd-10.0-release/contrib/ntp/libopts/compat/
H A Dcompat.h28 char * strsignal( int signo );
31 #define _GNU_SOURCE 1 /* for strsignal in GNU's libc */
/freebsd-10.0-release/contrib/ntp/sntp/libopts/compat/
H A Dcompat.h28 char * strsignal( int signo );
31 #define _GNU_SOURCE 1 /* for strsignal in GNU's libc */
/freebsd-10.0-release/contrib/nvi/ex/
H A Dex_shell.c222 /* POSIX.1-2008 leaves strsignal(3)'s return value unspecified. */
223 if ((message = strsignal(signo)) != NULL)
/freebsd-10.0-release/lib/libproc/
H A Dproc_util.c175 strlcpy(name, strsignal(sig), namesz);
/freebsd-10.0-release/tools/test/ptrace/
H A Dscescx.c69 snprintf(b, sizeof(b), "SIG(%s)", strsignal(WTERMSIG(status)));
79 snprintf(b, sizeof(b), "SIG(%s)", strsignal(WSTOPSIG(status)));
/freebsd-10.0-release/contrib/llvm/lib/Support/Unix/
H A DProgram.inc382 *ErrMsg = strsignal(WTERMSIG(status));
/freebsd-10.0-release/contrib/gcc/
H A Dsystem.h413 /* If the system doesn't provide strsignal, we get it defined in
417 # ifndef strsignal
418 extern const char *strsignal (int);
H A Dtoplev.c607 internal_error ("%s", strsignal (signo));
H A Dcollect2.c1508 prog, sig, strsignal(sig),
H A Dgcc.c3053 strsignal (WTERMSIG (status)), commands[i].prog,
H A Dmips-tfile.c4954 fatal ("%s", strsignal (signum));
H A Dconfigure9291 sysconf strsignal getrusage nl_langinfo scandir alphasort \
11393 strsignal strstr strverscmp \
/freebsd-10.0-release/bin/sh/
H A Djobs.c327 sigstr = strsignal(i);
341 sigstr = strsignal(i);
1159 sigstr = strsignal(sig);
/freebsd-10.0-release/sbin/fsck/
H A Dfsck.c394 warnx("%s: %s", spec, strsignal(WTERMSIG(status)));

Completed in 315 milliseconds

12