Searched refs:opts (Results 1 - 7 of 7) sorted by relevance

/seL4-refos-master/seL4_tools/misc/
H A Dwhence.py58 opts = parser.parse_args(argv[1:])
60 sys.stderr.write('Cloning %s into a temporary directory...\n' % opts.upstream)
62 upstream = GitRepo(opts.upstream)
66 sys.stderr.write('Cloning %s into a temporary directory...\n' % opts.downstream)
68 downstream = GitRepo(opts.downstream)
72 if opts.downstream_commit is not None:
73 sys.stderr.write('Updating downstream to %s...\n' % opts.downstream_commit)
75 downstream.checkout(opts.downstream_commit)
81 commits = list(upstream.log(opts.upstream_subdir))
97 src = os.path.join(upstream.tmp, opts
[all...]
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Doptions.c492 char *opts; local
553 if ((opts = nh_getenv("TERM")) && !strncmp(opts, "AT", 2)) {
563 if ((opts = nh_getenv("TERM")) &&
564 !strncmpi(opts, "vt", 2) && AS && AE &&
580 opts = getenv("NETHACKOPTIONS");
581 if (!opts) opts = getenv("HACKOPTIONS");
582 if (opts) {
583 if (*opts
[all...]
H A Ddo_name.c966 char *i, *opts; local
968 if ((opts = nh_getenv("ROGUEOPTS")) != 0) {
969 for (i = opts; *i; i++)
H A Dfiles.c1085 char opts[80]; local
1112 Strcpy(opts, COMPRESS_OPTIONS);
1113 opt = opts;
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Doptions.c492 char *opts; local
553 if ((opts = nh_getenv("TERM")) && !strncmp(opts, "AT", 2)) {
563 if ((opts = nh_getenv("TERM")) &&
564 !strncmpi(opts, "vt", 2) && AS && AE &&
580 opts = getenv("NETHACKOPTIONS");
581 if (!opts) opts = getenv("HACKOPTIONS");
582 if (opts) {
583 if (*opts
[all...]
H A Ddo_name.c966 char *i, *opts; local
968 if ((opts = nh_getenv("ROGUEOPTS")) != 0) {
969 for (i = opts; *i; i++)
H A Dfiles.c1085 char opts[80]; local
1112 Strcpy(opts, COMPRESS_OPTIONS);
1113 opt = opts;

Completed in 66 milliseconds