Searched defs:arg_file (Results 1 – 2 of 2) sorted by relevance
130 struct arg_file struct132 struct arg_hdr hdr; /* The mandatory argtable header struct */133 int count; /* Number of matching command line args*/134 const char **filename; /* Array of parsed filenames (eg: /home/foo.bar) */135 const char **basename; /* Array of parsed basenames (eg: foo.bar) */136 const char **extension; /* Array of parsed extensions (eg: .bar) */
32 def ProcessArgFile(arg_file): argument