Lines Matching refs:argv
147 actual_main(int argc, char *argv[])
168 lm_argv = argv;
197 if (*argv[0] == '/') {
198 lm_procpath = strdup(argv[0]);
204 (void) strcat(path, argv[0]);
213 if ((tmp = strrchr(argv[0], '/')) == NULL)
214 (void) strcpy(lm_procname, argv[0]);
227 while ((opt = getopt(argc, argv, optstr)) != -1) {
413 (void) printf("# %s ", argv[0]);
415 (void) printf("%s ", argv[l]);