| /src/external/gpl3/gdb.old/dist/gdb/cli/ |
| cli-utils.h | 188 extern int check_for_argument (const char **str, const char *arg, int arg_len); 193 check_for_argument (const char **str, const char *arg) function 195 return check_for_argument (str, arg, strlen (arg)); 201 check_for_argument (char **str, const char *arg, int arg_len) function 203 return check_for_argument (const_cast<const char **> (str), 208 check_for_argument (char **str, const char *arg) function 210 return check_for_argument (str, arg, strlen (arg));
|
| cli-utils.c | 420 check_for_argument (const char **str, const char *arg, int arg_len) function
|
| /src/external/gpl3/gdb/dist/gdb/cli/ |
| cli-utils.h | 188 extern int check_for_argument (const char **str, const char *arg, int arg_len); 193 check_for_argument (const char **str, const char *arg) function 195 return check_for_argument (str, arg, strlen (arg)); 201 check_for_argument (char **str, const char *arg, int arg_len) function 203 return check_for_argument (const_cast<const char **> (str), 208 check_for_argument (char **str, const char *arg) function 210 return check_for_argument (str, arg, strlen (arg));
|
| cli-utils.c | 420 check_for_argument (const char **str, const char *arg, int arg_len) function
|