Home
last modified time | relevance | path

Searched refs:setproctitle (Results 1 – 9 of 9) sorted by relevance

/toolchain/binutils/binutils-2.25/libiberty/
Dsetproctitle.c41 setproctitle (const char *name ATTRIBUTE_UNUSED, ...) in setproctitle() function
DMakefile.in148 safe-ctype.c setenv.c setproctitle.c sha1.c sigsetmask.c \
216 ./setproctitle.$(objext) \
1209 ./setproctitle.$(objext): $(srcdir)/setproctitle.c config.h $(INCDIR)/ansidecl.h
1211 $(COMPILE.c) $(PICFLAG) $(srcdir)/setproctitle.c -o pic/$@; \
1214 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/setproctitle.c -o noasan/$@; \
1216 $(COMPILE.c) $(srcdir)/setproctitle.c $(OUTPUT_OPTION)
Dconfigure.ac384 funcs="$funcs setproctitle"
409 sbrk setenv setproctitle setrlimit sigsetmask snprintf spawnve spawnvpe \
Dconfig.in227 /* Define to 1 if you have the `setproctitle' function. */
DChangeLog635 * setproctitle.c (setproctitle): Use "GNU/Linux" in comment.
815 pexecute.txh, random.c, setenv.c, setproctitle.c,
832 * setproctitle.c [HAVE_SYS_PRCTL_H]: Include <sys/types.h>.
839 * setproctitle.c: Test for HAVE_SYS_PRCTL_H.
840 (setproctitle) Test for PR_SET_NAME definition.
918 * setproctitle.c: Add space after function name in @deftypefn
934 * Makefile.in (CFILES): Add setproctitle.
935 (CONFIGURED_OFILES): Add setproctitle.
936 (setproctitle): Add rule.
939 * configure.ac: Add checks for prctl PR_SET_NAME and setproctitle.
[all …]
Dfunctions.texi1220 @c setproctitle.c:31
1221 @deftypefn Supplemental void setproctitle (const char *@var{fmt}, ...)
Dconfigure5501 sbrk setenv setproctitle setrlimit sigsetmask snprintf spawnve spawnvpe \
/toolchain/binutils/binutils-2.25/include/
Dlibiberty.h654 extern void setproctitle (const char *name, ...);
DChangeLog781 * libiberty.h (setproctitle): Add prototype.