Searched refs:program_name (Results 1 - 25 of 147) sorted by relevance

123456

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iptables-1.4.12.1/include/iptables/
H A Dinternal.h9 extern const char *program_name, *program_version;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Derror-progname.c29 /* Indicates whether errors and warnings get prefixed with program_name.
33 /* Print program_name prefix on stderr if and only if error_with_progname
39 fprintf (stderr, "%s: ", program_name);
H A Dprogname.c30 const char *program_name = NULL; variable
32 /* Set program_name, based on argv[0]. */
48 program_name = argv0;
H A Dprogname.h32 extern DLL_VARIABLE const char *program_name;
34 /* Set program_name, based on argv[0]. */
39 /* Set program_name, based on argv[0], and original installation prefix and
H A Dxerror.c53 fprintf (stderr, "%s: ", program_name);
54 width += mbswidth (program_name, 0) + 2;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Derror-progname.c29 /* Indicates whether errors and warnings get prefixed with program_name.
33 /* Print program_name prefix on stderr if and only if error_with_progname
39 fprintf (stderr, "%s: ", program_name);
H A Dxerror.c53 fprintf (stderr, "%s: ", program_name);
54 width += mbswidth (program_name, 0) + 2;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Derror-progname.c29 /* Indicates whether errors and warnings get prefixed with program_name.
33 /* Print program_name prefix on stderr if and only if error_with_progname
39 fprintf (stderr, "%s: ", program_name);
H A Dprogname.c30 const char *program_name = NULL; variable
32 /* Set program_name, based on argv[0]. */
48 program_name = argv0;
H A Dprogname.h32 extern DLL_VARIABLE const char *program_name;
34 /* Set program_name, based on argv[0]. */
39 /* Set program_name, based on argv[0], and original installation prefix and
H A Dxerror.c53 fprintf (stderr, "%s: ", program_name);
54 width += mbswidth (program_name, 0) + 2;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dprogname.c30 const char *program_name = NULL; variable
32 /* Set program_name, based on argv[0]. */
48 program_name = argv0;
H A Dprogname.h32 extern DLL_VARIABLE const char *program_name;
34 /* Set program_name, based on argv[0]. */
39 /* Set program_name, based on argv[0], and original installation prefix and
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libiconv-1.11/srclib/
H A Dprogname.c34 const char *program_name = NULL; variable
36 /* Set program_name, based on argv[0]. */
52 program_name = argv0;
H A Dprogname.h33 extern DLL_VARIABLE const char *program_name;
35 /* Set program_name, based on argv[0]. */
40 /* Set program_name, based on argv[0], and original installation prefix and
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/woe32dll/
H A Dgettextlib-exports.c28 VARIABLE(program_name)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/am_misc/
H A Derror2.cs9 char *program_name;
29 (void)dbp-__GT__set_errpfx(dbp, program_name);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/src/
H A Dtest.c67 char *program_name; /* Needed by lib/error.c. */ variable
74 program_name = argv[0];
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/env/
H A Derror2.cs11 char *home, *program_name;
15 dbenv-__GT__set_errpfx(dbenv, program_name);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libiconv-1.11/tests/
H A Duniq-u.c27 static char *program_name; variable
32 fprintf (stderr, "%s: virtual memory exhausted\n", program_name);
185 fprintf (stderr, "%s: error opening %s\n", program_name, infile);
195 fprintf (stderr, "%s: error opening %s\n", program_name, outfile);
240 fprintf (stderr, "%s: error reading %s\n", program_name, infile);
246 fprintf (stderr, "%s: error writing %s\n", program_name, outfile);
261 program_name = argv[0];
271 fprintf (stderr, "%s: too many arguments\n", program_name);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iptables-1.4.12.1/iptables/
H A Dip6tables-standalone.c47 ip6tables_globals.program_name = "ip6tables";
51 ip6tables_globals.program_name,
H A Diptables-standalone.c48 iptables_globals.program_name = "iptables";
52 iptables_globals.program_name,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/udev/
H A Dlogging.h60 static inline void logging_init(const char *program_name) argument
62 openlog(program_name, LOG_PID | LOG_CONS, LOG_DAEMON);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsgl-charset.c99 "), locale_code, canon_charset, basename (program_name)));
110 "), canon_locale_code, basename (program_name), canon_charset));
120 "), "UTF-8", "UTF-8", basename (program_name), canon_charset));
133 "), locale_code, basename (program_name)));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/include/
H A Diptables_common.h28 extern const char *program_name, *program_version;

Completed in 337 milliseconds

123456