Home
last modified time | relevance | path

Searched refs:getprogname (Results 1 – 25 of 2297) sorted by relevance

12345678910>>...92

/dports/security/sudo/sudo-1.9.8p2/src/regress/noexec/
H A Dcheck_noexec.c53 printf("%s: OK (%s)\n", getprogname(), what); in report_status()
61 printf("%s: OK (%s)\n", getprogname(), what); in report_status()
64 printf("%s: FAIL (%s) [%d]\n", getprogname(), what, exitval); in report_status()
67 printf("%s: FAIL (%s) [signal %d]\n", getprogname(), what, in report_status()
71 printf("%s: FAIL (%s) [status %d]\n", getprogname(), what, status); in report_status()
140 printf("%s: OK (wordexp) [%d]\n", getprogname(), rc); in try_wordexp()
145 printf("%s: OK (wordexp) [WRDE_SYNTAX]\n", getprogname()); in try_wordexp()
149 printf("%s: OK (wordexp) [WRDE_CMDSUB]\n", getprogname()); in try_wordexp()
158 printf("%s: OK (wordexp) [%d]\n", getprogname(), rc); in try_wordexp()
166 printf("%s: FAIL (wordexp) [%d]\n", getprogname(), rc); in try_wordexp()
[all …]
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/modules/
H A Dgetprogname5 lib/getprogname.h
6 lib/getprogname.c
7 m4/getprogname.m4
18 lib_SOURCES += getprogname.h getprogname.c
21 "getprogname.h"
H A Dgetprogname-tests2 tests/test-getprogname.c
11 TESTS += test-getprogname
12 check_PROGRAMS += test-getprogname
/dports/graphics/bsd-plotutils/bsd-plotutils-1.4.2/plot/
H A Ddriver.c12 #define getprogname() progname macro
42 fprintf(stderr, "%s: output must be a terminal\n", getprogname()); in main()
66 fprintf(stderr, "%s: can't open %s\n", getprogname(), argv[0]); in main()
76 fprintf(stderr, "%s: input cannot be a terminal\n", getprogname()); in main()
96 fprintf(stderr, "%s: terminal interrupted\n", getprogname()); in interrupt()
186 fprintf(stderr, "%s: malformed input\n", getprogname()); in fplt()
204 fprintf(stderr, "%s: malformed input\n", getprogname()); in getsi()
215 fprintf(stderr, "%s: malformed input\n", getprogname()); in getstr()
232 fprintf(stderr, "%s: terminal resized\n", getprogname()); in winresize()
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/doc/
H A Dprogname.texi1 @node progname and getprogname
2 @section progname and getprogname
13 program: @code{progname} and @code{getprogname}.
23 @findex getprogname
24 The @code{getprogname} module defines a function @code{getprogname()}.
32 The @code{error} function uses the @code{getprogname} module.
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/util/
H A Du_process.c105 # define GET_PROGRAM_NAME() getprogname()
110 # define GET_PROGRAM_NAME() getprogname()
113 # define GET_PROGRAM_NAME() getprogname()
115 # define GET_PROGRAM_NAME() getprogname()
117 # define GET_PROGRAM_NAME() getprogname()
/dports/devel/mk-configure/mk-configure-0.37.0/features/warn/
H A Dmkc_warn.c47 fprintf (stderr, "%s: ", getprogname ()); in warn()
63 fprintf (stderr, "%s: ", getprogname ()); in warnx()
78 fprintf (stderr, "%s: ", getprogname ()); in vwarn()
90 fprintf (stderr, "%s: ", getprogname ()); in vwarnx()
/dports/sysutils/tmux/tmux-3.2a/compat/
H A Dgetprogname.c25 getprogname(void) in getprogname() function
31 getprogname(void) in getprogname() function
39 getprogname(void) in getprogname() function
H A Derr.c33 fprintf(stderr, "%s: ", getprogname()); in err()
51 fprintf(stderr, "%s: ", getprogname()); in errx()
68 fprintf(stderr, "%s: ", getprogname()); in warn()
85 fprintf(stderr, "%s: ", getprogname()); in warnx()
/dports/sysutils/tmux23/tmux-2.3/compat/
H A Dgetprogname.c23 getprogname(void) in getprogname() function
31 getprogname(void) in getprogname() function
39 getprogname(void) in getprogname() function
/dports/security/sudo/sudo-1.9.8p2/plugins/sudoers/regress/check_symbols/
H A Dcheck_symbols.c37 fprintf(stderr, "usage: %s plugin.so symbols_file\n", getprogname()); in usage()
77 getprogname(), ntests, line, errstr ? errstr : "unknown error"); in main()
89 getprogname(), ntests); in main()
97 getprogname(), ntests, errors, (ntests - errors) * 100 / ntests); in main()
/dports/devel/mk-configure/mk-configure-0.37.0/features/err/
H A Dmkc_err.c47 fprintf (stderr, "%s: ", getprogname ()); in err()
64 fprintf (stderr, "%s: ", getprogname ()); in errx()
80 fprintf (stderr, "%s: ", getprogname ()); in verr()
93 fprintf (stderr, "%s: ", getprogname ()); in verrx()
/dports/ftp/tnftp/tnftp-20210827/libnetbsd/
H A Derr.c37 (void)fprintf(stderr, "%s: ", getprogname()); in err()
53 (void)fprintf(stderr, "%s: ", getprogname()); in errx()
69 (void)fprintf(stderr, "%s: ", getprogname()); in warn()
84 (void)fprintf(stderr, "%s: ", getprogname()); in warnx()
/dports/astro/gnuastro/gnuastro-0.16/bootstrapped/m4/
H A Dgetprogname.m41 # getprogname.m4 - check for getprogname or replacements for it
12 AC_CHECK_FUNCS_ONCE([getprogname getexecname])
24 # the only way to implement getprogname.
/dports/print/texinfo/texinfo-6.8/gnulib/m4/
H A Dgetprogname.m41 # getprogname.m4 - check for getprogname or replacements for it
12 AC_CHECK_FUNCS_ONCE([getprogname getexecname])
24 # the only way to implement getprogname.
/dports/devel/gettext-runtime/gettext-0.21/libtextstyle/gnulib-m4/
H A Dgetprogname.m41 # getprogname.m4 - check for getprogname or replacements for it
12 AC_CHECK_FUNCS_ONCE([getprogname getexecname])
24 # the only way to implement getprogname.
/dports/security/libgsasl/gsasl-1.10.0/m4/
H A Dgetprogname.m41 # getprogname.m4 - check for getprogname or replacements for it
12 AC_CHECK_FUNCS_ONCE([getprogname getexecname])
24 # the only way to implement getprogname.
/dports/devel/gettext-tools/gettext-0.21/gettext-tools/gnulib-m4/
H A Dgetprogname.m41 # getprogname.m4 - check for getprogname or replacements for it
12 AC_CHECK_FUNCS_ONCE([getprogname getexecname])
24 # the only way to implement getprogname.
/dports/converters/libiconv/libiconv-1.16/srcm4/
H A Dgetprogname.m41 # getprogname.m4 - check for getprogname or replacements for it
12 AC_CHECK_FUNCS_ONCE([getprogname getexecname])
24 # the only way to implement getprogname.
/dports/archivers/gtar/tar-1.34/m4/
H A Dgetprogname.m41 # getprogname.m4 - check for getprogname or replacements for it
12 AC_CHECK_FUNCS_ONCE([getprogname getexecname])
24 # the only way to implement getprogname.
/dports/archivers/gcpio/cpio-2.13/m4/
H A Dgetprogname.m41 # getprogname.m4 - check for getprogname or replacements for it
12 AC_CHECK_FUNCS_ONCE([getprogname getexecname])
24 # the only way to implement getprogname.
/dports/shells/rush/rush-2.1/m4/
H A Dgetprogname.m41 # getprogname.m4 - check for getprogname or replacements for it
12 AC_CHECK_FUNCS_ONCE([getprogname getexecname])
24 # the only way to implement getprogname.
/dports/databases/recutils/recutils-1.8/m4/
H A Dgetprogname.m41 # getprogname.m4 - check for getprogname or replacements for it
12 AC_CHECK_FUNCS_ONCE([getprogname getexecname])
24 # the only way to implement getprogname.
/dports/math/spot/spot-2.10.2/m4/
H A Dgetprogname.m41 # getprogname.m4 - check for getprogname or replacements for it
12 AC_CHECK_FUNCS_ONCE([getprogname getexecname])
24 # the only way to implement getprogname.
/dports/dns/libidn2/libidn2-2.3.2/m4/
H A Dgetprogname.m41 # getprogname.m4 - check for getprogname or replacements for it
12 AC_CHECK_FUNCS_ONCE([getprogname getexecname])
24 # the only way to implement getprogname.

12345678910>>...92