Lines Matching defs:argv
31 int main(int argc, char **argv)
43 n = getopt_long(argc, argv, "hd:i:cfl", options, NULL);
45 n = getopt(argc, argv, "hd:i:cfl");
74 argv[0]);
87 * create an index by shifting through argv and indexing each
108 fi = lws_fts_file_index(t, argv[optind],
109 (int)strlen(argv[optind]), 1);
112 __func__, argv[optind]);
117 fd = open(argv[optind], O_RDONLY);
120 argv[optind]);
157 * shift through argv searching for each token
172 params.needle = argv[optind];