Home
last modified time | relevance | path

Searched defs:ARGV (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dargv.h19 typedef struct ARGV { struct
23 } ARGV; typedef
/netbsd-src/external/bsd/flex/dist/tests/
H A Dpthread.l94 int main (int ARGC, char *ARGV[]) { in main()
157 int main (int ARGC, char *ARGV[]) in main()
/netbsd-src/sys/arch/pmax/pmax/
H A Dmachdep.c127 #define ARGV(i) ((char *)(intptr_t)(argv32[i])) macro