Searched refs:stringptr (Results 1 – 3 of 3) sorted by relevance
| /dflybsd-src/contrib/gdb-7/gdb/ |
| H A D | parse.c | 1128 parse_exp_1 (const char **stringptr, CORE_ADDR pc, const struct block *block, in parse_exp_1() argument 1132 char *const_hack = *stringptr ? xstrdup (*stringptr) : NULL; in parse_exp_1() 1137 (*stringptr) += const_hack - orig; in parse_exp_1() 1150 parse_exp_in_context (char **stringptr, CORE_ADDR pc, const struct block *block, in parse_exp_in_context() argument 1158 lexptr = *stringptr; in parse_exp_in_context() 1267 *stringptr = lexptr; in parse_exp_in_context()
|
| /dflybsd-src/gnu/usr.bin/gdb/kgdb/ |
| H A D | kgdb.c | 183 gdb_parse_exp_1 (const char **stringptr, struct block *block, int comma, in gdb_parse_exp_1() argument 191 *expression = parse_exp_1 (stringptr, pc ,block, comma); in gdb_parse_exp_1()
|
| /dflybsd-src/libexec/bootpd/ |
| H A D | readfile.c | 1944 del_string(struct shared_string *stringptr) in del_string() argument 1946 if (stringptr) { in del_string() 1947 if (!(--(stringptr->linkcount))) { in del_string() 1948 free((char *) stringptr); in del_string()
|