Searched refs:optarg (Results 1 - 25 of 97) sorted by relevance

1234

/haiku-buildtools/binutils/gprof/
H A Dgprof.c217 if (optarg)
219 sym_id_add (optarg, INCL_ANNO);
235 if (optarg)
237 sym_id_add (optarg, INCL_EXEC);
243 if (optarg)
245 debug_level |= atoi (optarg);
261 sym_id_add (optarg, EXCL_TIME);
264 sym_id_add (optarg, EXCL_GRAPH);
267 sym_id_add (optarg, INCL_TIME);
270 sym_id_add (optarg, INCL_GRAP
[all...]
/haiku-buildtools/legacy/binutils/gprof/
H A Dgprof.c213 if (optarg)
215 sym_id_add (optarg, INCL_ANNO);
231 if (optarg)
233 sym_id_add (optarg, INCL_EXEC);
239 if (optarg)
241 debug_level |= atoi (optarg);
257 sym_id_add (optarg, EXCL_TIME);
259 sym_id_add (optarg, EXCL_GRAPH);
262 sym_id_add (optarg, INCL_TIME);
264 sym_id_add (optarg, INCL_GRAP
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/sh/
H A Dpr43417.c16 extern const char *optarg;
26 maxbytes = atoll (optarg);
/haiku-buildtools/legacy/binutils/gas/
H A Das.c547 if (md_parse_option (optc, optarg) != 0)
558 if (optarg && *optarg)
559 new_argv[new_argc++] = optarg, new_argv[new_argc] = NULL;
570 as_bad (_("unrecognized option -%c%s"), optc, optarg ? optarg : "");
577 if (!strcmp (optarg, "-"))
578 optarg = "";
579 new_argv[new_argc++] = optarg;
593 priority = atol (optarg);
[all...]
/haiku-buildtools/binutils/libiberty/
H A Dgetopt1.c126 if (optarg)
127 printf (" with arg %s", optarg);
156 printf ("option c with value `%s'\n", optarg);
160 printf ("option d with value `%s'\n", optarg);
H A Dgetopt.c117 char *optarg = NULL;
494 ARGV-element, is returned in `optarg'. Two colons mean an option that
496 it is returned in `optarg', otherwise `optarg' is set to zero.
530 optarg = NULL;
618 optarg = argv[optind++];
704 optarg = nameend + 1;
730 optarg = argv[optind++];
817 optarg = nextchar;
840 optarg
116 char *optarg = NULL; variable
[all...]
/haiku-buildtools/gcc/libiberty/
H A Dgetopt1.c126 if (optarg)
127 printf (" with arg %s", optarg);
156 printf ("option c with value `%s'\n", optarg);
160 printf ("option d with value `%s'\n", optarg);
/haiku-buildtools/legacy/binutils/libiberty/
H A Dgetopt1.c126 if (optarg)
127 printf (" with arg %s", optarg);
156 printf ("option c with value `%s'\n", optarg);
160 printf ("option d with value `%s'\n", optarg);
/haiku-buildtools/legacy/gcc/libiberty/
H A Dgetopt1.c136 if (optarg)
137 printf (" with arg %s", optarg);
166 printf ("option c with value `%s'\n", optarg);
170 printf ("option d with value `%s'\n", optarg);
/haiku-buildtools/legacy/gcc/texinfo/lib/
H A Dgetopt1.c135 if (optarg)
136 printf (" with arg %s", optarg);
165 printf ("option c with value `%s'\n", optarg);
169 printf ("option d with value `%s'\n", optarg);
H A Dgetopt.h35 extern char *optarg;
75 a compiled-in constant, such as set a value from `optarg', set the
/haiku-buildtools/legacy/gcc/texinfo/libtxi/
H A Dgetopt1.c126 if (optarg)
127 printf (" with arg %s", optarg);
156 printf ("option c with value `%s'\n", optarg);
160 printf ("option d with value `%s'\n", optarg);
H A Dgetopt.c93 char *optarg = NULL;
347 ARGV-element, is returned in `optarg'. Two colons mean an option that
349 it is returned in `optarg', otherwise `optarg' is set to zero.
387 optarg = NULL;
455 optarg = argv[optind++];
539 optarg = nameend + 1;
561 optarg = argv[optind++];
639 optarg = nextchar;
643 optarg
92 char *optarg = NULL; variable
[all...]
H A Dgetopt.h31 extern char *optarg;
71 a compiled-in constant, such as set a value from `optarg', set the
/haiku-buildtools/legacy/binutils/ld/
H A Dlexsup.c682 lang_add_input_file (optarg, lang_input_file_is_file_enum, NULL);
691 if (strcmp (optarg, "archive") == 0)
693 else if (strcmp (optarg, "shared") == 0
694 || strcmp (optarg, "default") == 0)
697 einfo (_("%P%F: unrecognized -a option `%s'\n"), optarg);
701 if (strcmp (optarg, "definitions") == 0)
703 else if (strcmp (optarg, "nodefinitions") == 0)
705 else if (strcmp (optarg, "nosymbolic") == 0)
707 else if (strcmp (optarg, "pure-text") == 0)
710 einfo (_("%P%F: unrecognized -assert option `%s'\n"), optarg);
[all...]
/haiku-buildtools/legacy/gcc/
H A Dconfigure188 optarg=`echo $option | sed -e 's/^[^=]*=//'`
194 optarg=$1
196 arguments="$arguments $option=$optarg"
210 bindir=$optarg
211 diroptions="$diroptions --bindir=$optarg"
215 "") build_alias=$optarg ;;
222 cache_file=$optarg
225 datadir=$optarg
226 diroptions="$diroptions --datadir=$optarg"
236 *) optarg
[all...]
/haiku-buildtools/gcc/gmp/tests/rand/
H A Dgen.c48 extern char *optarg;
136 output_radix = atoi (optarg);
145 if (NULL == (str_a = strtok (optarg, ","))
149 fprintf (stderr, "gen: bad LC scheme parameters: %s\n", optarg);
180 if (!strcmp (optarg, rfunc_str[f]))
195 if (!strcmp (optarg, ralg_str[f]))
208 if (mpz_set_str (z_mmax, optarg, 0))
210 fprintf (stderr, "gen: bad max value: %s\n", optarg);
224 if (mpz_set_str (z_seed, optarg, 0))
226 fprintf (stderr, "gen: bad seed argument %s\n", optarg);
[all...]
/haiku-buildtools/binutils/gas/
H A Das.c598 if (md_parse_option (optc, optarg) != 0)
609 if (optarg && *optarg)
610 new_argv[new_argc++] = optarg, new_argv[new_argc] = NULL;
621 as_bad (_("unrecognized option -%c%s"), optc, optarg ? optarg : "");
628 if (!strcmp (optarg, "-"))
629 optarg = (char *) "";
630 new_argv[new_argc++] = optarg;
681 if (strcmp (optarg, this_emulatio
[all...]
/haiku-buildtools/binutils/ld/
H A Dlexsup.c716 lang_add_input_file (optarg, lang_input_file_is_file_enum, NULL);
725 if (strcmp (optarg, "archive") == 0)
727 else if (strcmp (optarg, "shared") == 0
728 || strcmp (optarg, "default") == 0)
731 einfo (_("%P%F: unrecognized -a option `%s'\n"), optarg);
735 if (strcmp (optarg, "definitions") == 0)
737 else if (strcmp (optarg, "nodefinitions") == 0)
739 else if (strcmp (optarg, "nosymbolic") == 0)
741 else if (strcmp (optarg, "pure-text") == 0)
744 einfo (_("%P%F: unrecognized -assert option `%s'\n"), optarg);
[all...]
/haiku-buildtools/legacy/gcc/libio/dbz/
H A Dfake.c46 extern char *optarg;
60 seed(atol(optarg));
66 expired = atoi(optarg);
/haiku-buildtools/gcc/include/
H A Dgetopt.h36 extern char *optarg;
76 a compiled-in constant, such as set a value from `optarg', set the
/haiku-buildtools/legacy/binutils/include/
H A Dgetopt.h36 extern char *optarg;
76 a compiled-in constant, such as set a value from `optarg', set the
/haiku-buildtools/legacy/gcc/include/
H A Dgetopt.h35 extern char *optarg;
75 a compiled-in constant, such as set a value from `optarg', set the
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcrash39.C17 char *optarg; member in class:GetOpt
/haiku-buildtools/binutils/include/
H A Dgetopt.h35 extern char *optarg;
75 a compiled-in constant, such as set a value from `optarg', set the

Completed in 116 milliseconds

1234