Searched refs:progargs (Results 1 – 1 of 1) sorted by relevance
168 static char **progargs; variable1615 progargs = argv; in main()2423 if (strlen(progargs[i]) >= strlen(section) + 1 && in lm_load()2424 strncmp(progargs[i], section, strlen(section)) == 0 && in lm_load()2425 progargs[i][strlen(section)] == ':') { in lm_load()2431 av[ac++] = &progargs[i][strlen(section)+1]; in lm_load()