| /src/external/apache2/llvm/dist/llvm/tools/llvm-cxxdump/ |
| llvm-cxxdump.h | 15 namespace opts { namespace 17 } // namespace opts
|
| /src/external/bsd/less/dist/lesstest/ |
| maketest | 6 my $usage = "usage: maketest [-o lt-file] [-l less.exe] [-s lt_screen] [-t lesstest] [-w width] [-h height] [-O lesstest-opts] [-S lt_screen-opts] textfile\n"; 22 my $lt_opts = opts($opt{O} or ""); 23 my $ls_opts = opts($opt{S} or ""); 61 sub opts { subroutine 62 my ($opts) = @_; 63 $opts = "-$opts" if $opts =~ /^[^-]/; 64 return $opts; [all...] |
| /src/external/bsd/am-utils/dist/amd/ |
| amfs_auto.c | 155 char opts[SIZEOF_OPTS]; local 158 autofs_get_opts(opts, sizeof(opts), mp->am_autofs_fh); 161 error = amfs_mount(mp, mf, opts);
|
| /src/external/bsd/ntp/dist/sntp/tests/ |
| sntptest.c | 24 char* opts[ARGV_SIZE]; local 26 opts[0] = estrdup("sntpopts"); 27 opts[1] = estrdup(option); 28 opts[2] = estrdup(argument); 29 opts[3] = estrdup("127.0.0.1"); 31 optionProcess(&sntpOptions, COUNTOF(opts), opts);
|
| /src/sys/arch/i386/stand/lib/ |
| parseutils.c | 77 parseopts(const char *opts, int *howto) 81 opts++; /* skip - */ 82 while (*opts) { 84 BOOT_FLAG(*opts, r); 86 printf("-%c: unknown flag\n", *opts); 91 opts++; 92 if (*opts == ' ' || *opts == '\t') { 94 opts++; /* skip whitespace */ 95 while (*opts == ' ' || *opts == '\t') 113 char *opts = NULL; local [all...] |
| /src/sys/arch/x68k/stand/libsa/ |
| parseutils.c | 74 parseopts(const char *opts, int *howto) 78 opts++; /* skip - */ 79 while (*opts && *opts != ' ') { 81 BOOT_FLAG(*opts, r); 83 printf("-%c: unknown flag\n", *opts); 87 opts++; 97 char *opts = NULL; local 111 opts = arg; 116 opts = gettrailer(arg) [all...] |
| /src/external/apache2/llvm/dist/llvm/tools/llvm-dwarfdump/fuzzer/ |
| llvm-dwarfdump-fuzzer.cpp | 36 DIDumpOptions opts; local 37 opts.DumpType = DIDT_All; 38 DICtx->dump(nulls(), opts); local
|
| /src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/ |
| signalbar.cpp | 30 QStyleOptionProgressBar opts; local 43 opts.minimum = -95; 44 opts.maximum = -35; 45 if (signal < opts.minimum) 46 opts.progress = opts.minimum; 47 else if (signal > opts.maximum) 48 opts.progress = opts.maximum; 50 opts.progress = signal [all...] |
| /src/games/backgammon/teachgammon/ |
| ttext1.c | 44 const char *const opts = " QIMRHEDSPT"; variable
|
| /src/lib/librefuse/refuse/ |
| v25.c | 61 struct fuse_cmdline_opts opts; local 63 if (fuse_parse_cmdline_v30(args, &opts) != 0) 66 *mountpoint = opts.mountpoint; /* Transfer the ownership of the string. */ 67 *multithreaded = !opts.singlethread; 68 *foreground = opts.foreground;
|
| v26.c | 98 struct fuse_cmdline_opts opts; local 100 fuse = __fuse_setup(argc, argv, op, op_version, user_data, &opts); 104 *mountpoint = opts.mountpoint; /* Transfer the ownership of the string. */ 105 *multithreaded = !opts.singlethread;
|
| v11.c | 149 const char *opts = NULL; local 153 opts = "debug"; 155 return fuse_new_v21(fd, opts, op, op_version, NULL);
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/ |
| llvm-readobj.h | 34 namespace opts { namespace 44 } // namespace opts
|
| /src/external/gpl3/gcc/dist/gcc/ |
| target-globals.cc | 107 tree opts = optimization_current_node; local 117 optimization_current_node = opts; 119 TREE_OPTIMIZATION (opts));
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| target-globals.cc | 104 tree opts = optimization_current_node; local 114 optimization_current_node = opts; 116 TREE_OPTIMIZATION (opts));
|
| /src/external/gpl3/gdb.old/dist/gdb/mi/ |
| mi-cmd-target.c | 31 static const struct mi_opt opts[] = local 37 if (mi_getopt (prefix, argc, argv, opts, &oind, &oarg) != -1 55 static const struct mi_opt opts[] = local 61 if (mi_getopt (prefix, argc, argv, opts, &oind, &oarg) != -1 80 static const struct mi_opt opts[] = local 86 if (mi_getopt (prefix, argc, argv, opts, &oind, &oarg) != -1
|
| mi-getopt.c | 27 const struct mi_opt *opts, int *oind, const char **oarg, 53 for (opt = opts; opt->name != NULL; opt++) 83 const struct mi_opt *opts, 86 return mi_getopt_1 (prefix, argc, argv, opts, oind, oarg, 1); 92 const struct mi_opt *opts, int *oind, 95 return mi_getopt_1 (prefix, argc, argv, opts, oind, oarg, 0); 103 static const struct mi_opt opts[] = local 108 if (mi_getopt (prefix, argc, argv, opts, &oind, &oarg) == -1)
|
| /src/external/gpl3/gdb/dist/gdb/mi/ |
| mi-cmd-target.c | 31 static const struct mi_opt opts[] = local 37 if (mi_getopt (prefix, argc, argv, opts, &oind, &oarg) != -1 55 static const struct mi_opt opts[] = local 61 if (mi_getopt (prefix, argc, argv, opts, &oind, &oarg) != -1 80 static const struct mi_opt opts[] = local 86 if (mi_getopt (prefix, argc, argv, opts, &oind, &oarg) != -1
|
| mi-getopt.c | 27 const struct mi_opt *opts, int *oind, const char **oarg, 53 for (opt = opts; opt->name != NULL; opt++) 83 const struct mi_opt *opts, 86 return mi_getopt_1 (prefix, argc, argv, opts, oind, oarg, 1); 92 const struct mi_opt *opts, int *oind, 95 return mi_getopt_1 (prefix, argc, argv, opts, oind, oarg, 0); 103 static const struct mi_opt opts[] = local 108 if (mi_getopt (prefix, argc, argv, opts, &oind, &oarg) == -1)
|
| /src/external/bsd/jemalloc/dist/test/unit/ |
| conf.c | 6 const char *opts = "key:value"; local 13 bool end = conf_next(&opts, &k, &klen, &v, &vlen); 24 const char *opts = "k1:v1,k2:v2"; local 33 end = conf_next(&opts, &k, &klen, &v, &vlen); 40 end = conf_next(&opts, &k, &klen, &v, &vlen); 52 const char *opts = ""; local 59 bool end = conf_next(&opts, &k, &klen, &v, &vlen); 66 const char *opts = "key_only"; local 73 bool end = conf_next(&opts, &k, &klen, &v, &vlen); 80 const char *opts = "bad!key:val" local 94 const char *opts = "k:v,"; local [all...] |
| /src/games/hack/ |
| hack.options.c | 79 char *opts; local 89 if ((opts = getenv("HACKOPTIONS")) != NULL) 90 parseoptions(opts, TRUE); 94 parseoptions(char *opts, boolean from_env) 100 if ((op = strchr(opts, ',')) != NULL) { 104 if ((op = strchr(opts, ' ')) != NULL) { 110 if (!*opts) 113 while ((*opts == '!') || !strncmp(opts, "no", 2)) { 114 if (*opts == '!' [all...] |
| /src/lib/librefuse/ |
| refuse_lowlevel.c | 81 struct fuse_cmdline_opts *opts = data; local 85 if (opts->mountpoint == NULL) { 86 return fuse_opt_add_opt(&opts->mountpoint, arg); 125 __fuse_parse_cmdline(struct fuse_args *args, struct fuse_cmdline_opts *opts) 127 memset(opts, 0, sizeof(*opts)); 134 opts->singlethread = 1; 136 if (fuse_opt_parse(args, opts, fuse_lowlevel_opts, 140 if (!opts->nodefault_fsname) {
|
| /src/sbin/mount_filecore/ |
| mount_filecore.c | 121 int ch, mntflags, opts, useuid; local 125 mntflags = opts = 0; 181 args.flags = opts;
|
| /src/sbin/mount_puffs/ |
| mount_puffs.c | 85 mount_puffs_filesystem(const char *program, const char *opts, 93 * program [-o opts] [source] mountpoint */ 96 if (opts != NULL) { 98 argv[argc++] = opts; 117 static void add_opt(char **opts, const char *opt) 119 const size_t orig_len = *opts == NULL ? 0 : strlen(*opts); 121 *opts = erealloc(*opts, orig_len + 1 + strlen(opt) + 1); 124 strcpy(*opts, opt) 137 char *opts = NULL; local [all...] |
| /src/sys/arch/luna68k/stand/boot/ |
| boot.c | 89 char *line, *opts; local 97 opts = argv[i]; 98 while ((c = *++opts) && c != '\0')
|