Home
last modified time | relevance | path

Searched refs:stringptr (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/gdb/gdb/
H A Dwrapper.c73 gdb_parse_exp_1 (char **stringptr, struct block *block, int comma, in gdb_parse_exp_1() argument
77 args.args[0].pointer = stringptr; in gdb_parse_exp_1()
H A Dparse.c1024 parse_exp_1 (char **stringptr, struct block *block, int comma) in parse_exp_1() argument
1028 lexptr = *stringptr; in parse_exp_1()
1084 *stringptr = lexptr; in parse_exp_1()
/freebsd-12.1/libexec/bootpd/
H A Dreadfile.c1978 del_string(stringptr) in del_string() argument
1979 struct shared_string *stringptr; in del_string()
1981 if (stringptr) {
1982 if (!(--(stringptr->linkcount))) {
1983 free((char *) stringptr);
/freebsd-12.1/contrib/gdb/gdb/doc/
H A Dstabs.texinfo1648 @code{stringptr}. @xref{Strings}.