HomeSort by: relevance | last modified time | path
    Searched defs:dup_arg_p (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/sim/common/
sim-options.c 554 dup_arg_p (const char *arg) function
608 (void) dup_arg_p (NULL);
629 if (dup_arg_p (opt->opt.name))
663 on the need for dup_arg_p checking. Maybe in the future it'll be
665 if (dup_arg_p (opt->opt.name))
813 if (dup_arg_p (opt->opt.name))
939 (void) dup_arg_p (NULL);
  /src/external/gpl3/gdb/dist/sim/common/
sim-options.c 554 dup_arg_p (const char *arg) function
608 (void) dup_arg_p (NULL);
629 if (dup_arg_p (opt->opt.name))
663 on the need for dup_arg_p checking. Maybe in the future it'll be
665 if (dup_arg_p (opt->opt.name))
813 if (dup_arg_p (opt->opt.name))
939 (void) dup_arg_p (NULL);

Completed in 17 milliseconds