Lines Matching defs:opt
3178 char *opt = argv[0]+2;
3180 if (!*opt) {
3182 } else if (!memcmp(opt, "list", 5)) {
3184 } else if (!memcmp(opt, "library-path", 12)) {
3185 if (opt[12]=='=') env_path = opt+13;
3186 else if (opt[12]) *argv = 0;
3188 } else if (!memcmp(opt, "preload", 7)) {
3189 if (opt[7]=='=') env_preload = opt+8;
3190 else if (opt[7]) *argv = 0;
3192 } else if (!memcmp(opt, "argv0", 5)) {
3193 if (opt[5]=='=') replace_argv0 = opt+6;
3194 else if (opt[5]) *argv = 0;