Searched refs:canonical (Results 1 - 9 of 9) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Dlinespec.h27 char ***canonical, int *not_found_ptr);
H A Dlinespec.c57 char ***canonical,
62 char ***canonical,
69 char ***canonical,
110 char ***canonical,
117 char ***canonical,
122 char ***canonical,
128 char ***canonical,
375 Build a canonical line spec in CANONICAL if it is non-NULL and if
377 If SYMNAME is non-NULL the canonical line spec is `filename:symname'.
378 If SYMNAME is NULL the line number from SAL is used and the canonical
382 build_canonical_line_spec(struct symtab_and_line *sal, char *symname, char ***canonical) argument
475 decode_line_2(struct symbol *sym_arr[], int nelts, int funfirstline, char ***canonical) argument
655 decode_line_1(char **argptr, int funfirstline, struct symtab *default_symtab, int default_line, char ***canonical, int *not_found_ptr) argument
1073 decode_objc(char **argptr, int funfirstline, struct symtab *file_symtab, char ***canonical, char *saved_arg) argument
1160 decode_compound(char **argptr, int funfirstline, char ***canonical, char *saved_arg, char *p) argument
1399 find_method(int funfirstline, char ***canonical, char *saved_arg, char *copy, struct type *t, struct symbol *sym_class) argument
1559 decode_all_digits(char **argptr, struct symtab *default_symtab, int default_line, char ***canonical, struct symtab *file_symtab, char *q) argument
1644 decode_dollar(char *copy, int funfirstline, struct symtab *default_symtab, char ***canonical, struct symtab *file_symtab) argument
1721 decode_variable(char *copy, int funfirstline, char ***canonical, struct symtab *file_symtab, int *not_found_ptr) argument
1776 symbol_found(int funfirstline, char ***canonical, char *copy, struct symbol *sym, struct symtab *file_symtab, struct symtab *sym_symtab) argument
[all...]
H A Dtracepoint.c381 char **canonical = (char **) NULL; local
395 sals = decode_line_1 (&arg, 1, (struct symtab *) NULL, 0, &canonical, NULL);
413 /* If a canonical line spec is needed use that instead of the
415 if (canonical != (char **) NULL && canonical[i] != NULL)
416 t->addr_string = canonical[i];
2333 char **canonical, *symname, *save_args = args; local
2340 sals = decode_line_1 (&args, 1, NULL, 0, &canonical, NULL);
H A Dbreakpoint.c4479 char **canonical = (char **) NULL;
4483 sals = decode_line_1 (&hookname, 1, (struct symtab *) NULL, 0, &canonical, NULL);
4503 if (canonical != (char **) NULL)
4505 make_cleanup (xfree, canonical);
4507 if (canonical[0] != NULL)
4508 make_cleanup (xfree, canonical[0]);
4513 /* Remove the canonical strings from the cleanup, they are needed below. */
4514 if (canonical != (char **) NULL)
4525 if (canonical != (char **) NULL && canonical[
4470 char **canonical = (char **) NULL; local
[all...]
H A Dhppa-hpux-tdep.c696 char **canonical = (char **) NULL; local
/haiku-fatelf/src/bin/coreutils/man/
H A Dreadlink.x2 readlink \- print value of a symbolic link or canonical file name
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Drealpath.c44 canonicalize_dm_name(const char *ptname, char *canonical) argument
60 res = strcpy(canonical, path);
83 char *ntfs_realpath_canonicalize(const char *path, char *canonical) argument
90 if (!ntfs_realpath(path, canonical))
93 p = strrchr(canonical, '/');
95 p = canonicalize_dm_name(p+1, canonical);
100 return canonical;
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmllint.c182 static int canonical = 0; variable
2395 if (canonical) {
2821 printf("\t--c14n : save in W3C canonical format (with comments)\n");
2822 printf("\t--exc-c14n : save in W3C exclusive canonical format (with comments)\n");
3070 canonical++;
/haiku-fatelf/src/bin/gdb/
H A Dltconfig342 HOST is the canonical host system name [default=guessed].

Completed in 305 milliseconds