Home
last modified time | relevance | path

Searched refs:__progname (Results 51 – 75 of 1446) sorted by relevance

12345678910>>...58

/dports/mail/thunderbird/thunderbird-91.8.0/ipc/chromium/src/third_party/libevent/WIN32-Code/
H A Dgetopt.c88 static char *__progname = 0; local
91 __progname = __progname?__progname:_progname(*nargv);
121 "%s: illegal option -- %c\n", __progname, optopt);
139 __progname, optopt);
/dports/games/openclonk/openclonk-release-8.1-src/thirdparty/getopt/
H A Dgetopt.c92 static char *__progname = 0; local
95 __progname = __progname?__progname:_progname(*nargv);
125 "%s: illegal option -- %c\n", __progname, optopt);
143 __progname, optopt);
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/extra/libevent/WIN32-Code/
H A Dgetopt.c88 static char *__progname = 0; local
91 __progname = __progname?__progname:_progname(*nargv);
121 "%s: illegal option -- %c\n", __progname, optopt);
139 __progname, optopt);
/dports/databases/mysql57-client/mysql-5.7.36/extra/libevent/libevent-2.1.11-stable/WIN32-Code/
H A Dgetopt.c88 static char *__progname = 0; local
91 __progname = __progname?__progname:_progname(*nargv);
121 "%s: illegal option -- %c\n", __progname, optopt);
139 __progname, optopt);
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/monkey/mk_core/deps/libevent/WIN32-Code/
H A Dgetopt.c88 static char *__progname = 0; local
91 __progname = __progname?__progname:_progname(*nargv);
121 "%s: illegal option -- %c\n", __progname, optopt);
139 __progname, optopt);
/dports/lang/spidermonkey60/firefox-60.9.0/ipc/chromium/src/third_party/libevent/WIN32-Code/
H A Dgetopt.c88 static char *__progname = 0; local
91 __progname = __progname?__progname:_progname(*nargv);
121 "%s: illegal option -- %c\n", __progname, optopt);
139 __progname, optopt);
/dports/devel/libevent/libevent-2.1.12-stable/WIN32-Code/
H A Dgetopt.c88 static char *__progname = 0; local
91 __progname = __progname?__progname:_progname(*nargv);
121 "%s: illegal option -- %c\n", __progname, optopt);
139 __progname, optopt);
/dports/databases/mysql56-client/mysql-5.6.51/extra/libevent/WIN32-Code/
H A Dgetopt.c88 static char *__progname = 0; local
91 __progname = __progname?__progname:_progname(*nargv);
121 "%s: illegal option -- %c\n", __progname, optopt);
139 __progname, optopt);
/dports/net/nxproxy/nx-libs-3.5.99.20-1/nxproxy/src/
H A DMain.c32 extern const char *__progname;
58 __progname, nx_commfd_str in main()
66 __progname, nx_commfd); in main()
76 __progname, nx_commfd); in main()
108 fprintf(stderr, "%s: Yielding control to NX entry point.\n", __progname); in main()
/dports/net/trickle/trickle-1.07/
H A Dtrickle.c35 extern char *__progname;
37 char *__progname; variable
57 __progname = get_progname(argv[0]); in main()
171 __progname, (int)strlen(__progname), ' ', __progname); in usage()
/dports/x11/kf5-kinit/kinit-5.89.0/src/kdeinit/
H A Dproctitle.cpp50 extern char *__progname;
52 char *__progname; variable
60 __progname = strdup(__progname); in proctitle_init()
63 __progname = "unknown"; /* XXX */ in proctitle_init()
71 __progname = strdup(p); in proctitle_init()
145 strncpy(ptitle, __progname, sizeof(ptitle)-1); in proctitle_set()
/dports/mail/opensmtpd/opensmtpd-6.8.0p2/openbsd-compat/
H A Dbsd-err.c36 extern char *__progname;
44 fprintf(stderr, "%s: ", __progname); in err()
60 fprintf(stderr, "%s: ", __progname); in errx()
74 fprintf(stderr, "%s: ", __progname); in warn()
89 fprintf(stderr, "%s: ", __progname); in warnx()
/dports/security/libsectok/libsectok-20030619/
H A Dgetopt.c72 extern char *__progname;
100 palmprintf("%s: illegal option -- %c\n", __progname, optopt);
103 "%s: illegal option -- %c\n", __progname, optopt);
121 palmprintf("%s: option requires an argument -- %c\n", __progname, optopt);
125 __progname, optopt);
/dports/security/libsectok/libsectok-20030619/palm/
H A Dgetopt.c72 extern char *__progname;
100 palmprintf("%s: illegal option -- %c\n", __progname, optopt);
103 "%s: illegal option -- %c\n", __progname, optopt);
121 palmprintf("%s: option requires an argument -- %c\n", __progname, optopt);
125 __progname, optopt);
/dports/ftp/tnftpd/tnftpd-20200704/libnetbsd/
H A Derr.c30 extern char *__progname;
39 (void)fprintf(stderr, "%s: ", __progname); in err()
55 (void)fprintf(stderr, "%s: ", __progname); in errx()
71 (void)fprintf(stderr, "%s: ", __progname); in warn()
86 (void)fprintf(stderr, "%s: ", __progname); in warnx()
/dports/audio/siren/siren-0.9/
H A Dsiren.c32 extern char *__progname;
34 const char *__progname;
40 fprintf(stderr, "usage: %s [-lv] [-c directory]\n", __progname);
66 __progname = argv[0];
68 __progname = "siren";
/dports/editors/fpc-ide/fpc-3.2.2/rtl/netbsd/i386/
H A Dprt0.as25 .globl __progname
32 .type __progname,@object
33 .size __progname,4
34 __progname:
91 movl %edx,__progname
94 movl __progname,%edx
112 movl %eax,__progname
114 cmpl $0,__progname
118 movl %edx,__progname
122 incl __progname
H A Dprt0_10.as24 .globl __progname
31 .type __progname,@object
32 .size __progname,4
33 __progname:
86 movl %edx,__progname
90 movl __progname,%eax
95 movl %eax,__progname
96 cmpl $0,__progname
100 movl %edx,__progname
104 incl __progname
/dports/lang/fpc-utils/fpc-3.2.2/rtl/netbsd/i386/
H A Dprt0.as25 .globl __progname
32 .type __progname,@object
33 .size __progname,4
34 __progname:
91 movl %edx,__progname
94 movl __progname,%edx
112 movl %eax,__progname
114 cmpl $0,__progname
118 movl %edx,__progname
122 incl __progname
H A Dprt0_10.as24 .globl __progname
31 .type __progname,@object
32 .size __progname,4
33 __progname:
86 movl %edx,__progname
90 movl __progname,%eax
95 movl %eax,__progname
96 cmpl $0,__progname
100 movl %edx,__progname
104 incl __progname
/dports/lang/fpc-source/fpc-3.2.2/rtl/netbsd/i386/
H A Dprt0.as25 .globl __progname
32 .type __progname,@object
33 .size __progname,4
34 __progname:
91 movl %edx,__progname
94 movl __progname,%edx
112 movl %eax,__progname
114 cmpl $0,__progname
118 movl %edx,__progname
122 incl __progname
H A Dprt0_10.as24 .globl __progname
31 .type __progname,@object
32 .size __progname,4
33 __progname:
86 movl %edx,__progname
90 movl __progname,%eax
95 movl %eax,__progname
96 cmpl $0,__progname
100 movl %edx,__progname
104 incl __progname
/dports/lang/fpc/fpc-3.2.2/rtl/netbsd/i386/
H A Dprt0.as25 .globl __progname
32 .type __progname,@object
33 .size __progname,4
34 __progname:
91 movl %edx,__progname
94 movl __progname,%edx
112 movl %eax,__progname
114 cmpl $0,__progname
118 movl %edx,__progname
122 incl __progname
H A Dprt0_10.as24 .globl __progname
31 .type __progname,@object
32 .size __progname,4
33 __progname:
86 movl %edx,__progname
90 movl __progname,%eax
95 movl %eax,__progname
96 cmpl $0,__progname
100 movl %edx,__progname
104 incl __progname
/dports/security/ssdeep/ssdeep-2.14.1/
H A Dmain.cpp42 print_status ("%s version %s by Jesse Kornblum and the ssdeep Project", __progname, VERSION); in usage()
46 __progname); in usage()
88 print_error(s,"%s: Already at maximum verbosity", __progname); in process_cmd_line()
91 __progname); in process_cmd_line()
126 fatal_error("%s: Illegal threshold", __progname); in process_cmd_line()
262 fatal_error("%s: Unable to initialize state variable", __progname); in main()
268 fatal_error("%s: Unable to process command line arguments", __progname); in main()
286 fatal_error("%s: %s", __progname, strerror(errno)); in main()
324 … print_error(s,"%s: Did not process files large enough to produce meaningful results", __progname); in main()

12345678910>>...58