OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OPTIND
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/ibm-public/postfix/dist/src/sendmail/
sendmail.c
1171
saved_optind =
optind
;
1172
while (argv[
OPTIND
] != 0) {
1173
if (strcmp(argv[
OPTIND
], "-q") == 0) { /* not getopt compatible */
1174
optind
++;
1192
optind
= saved_optind;
1237
#define
OPTIND
(
optind
> 0 ?
optind
: 1)
1239
while (argv[
OPTIND
] != 0) {
1240
if (strcmp(argv[
OPTIND
], "-q") == 0)
[
all
...]
/src/external/ibm-public/postfix/dist/src/util/
sys_defs.h
305
extern int
optind
;
348
extern int
optind
; /* XXX use <getopt.h> */
394
extern int
optind
;
1189
extern int
optind
; /* XXX use <getopt.h> */
1338
#define
OPTIND
(
optind
> 0 ?
optind
: 1)
Completed in 18 milliseconds
Indexes created Tue Aug 11 00:25:38 UTC 2026