Lines Matching defs:opt
2943 char *opt = argv[0]+2;
2945 if (!*opt) {
2947 } else if (!memcmp(opt, "list", 5)) {
2949 } else if (!memcmp(opt, "library-path", 12)) {
2950 if (opt[12]=='=') env_path = opt+13;
2951 else if (opt[12]) *argv = 0;
2953 } else if (!memcmp(opt, "preload", 7)) {
2954 if (opt[7]=='=') env_preload = opt+8;
2955 else if (opt[7]) *argv = 0;
2957 } else if (!memcmp(opt, "argv0", 5)) {
2958 if (opt[5]=='=') replace_argv0 = opt+6;
2959 else if (opt[5]) *argv = 0;