Lines Matching defs:opt
1922 char *opt = argv[0]+2;
1924 if (!*opt) {
1926 } else if (!memcmp(opt, "list", 5)) {
1928 } else if (!memcmp(opt, "library-path", 12)) {
1929 if (opt[12]=='=') env_path = opt+13;
1930 else if (opt[12]) *argv = 0;
1932 } else if (!memcmp(opt, "preload", 7)) {
1933 if (opt[7]=='=') env_preload = opt+8;
1934 else if (opt[7]) *argv = 0;
1936 } else if (!memcmp(opt, "argv0", 5)) {
1937 if (opt[5]=='=') replace_argv0 = opt+6;
1938 else if (opt[5]) *argv = 0;