Home
last modified time | relevance | path

Searched refs:src_p (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/usr.bin/env/
H A Denvopts.c50 const char **src_p);
391 expand_vars(int in_thisarg, char **thisarg_p, char **dest_p, const char **src_p) in expand_vars() argument
399 vbegin = vend = (*src_p) + 1; in expand_vars()
410 *src_p); in expand_vars()
418 *src_p = vend; in expand_vars()
456 newlen = strlen(vvalue) + strlen(*src_p) + 1; in expand_vars()
/freebsd-12.1/contrib/gcc/
H A Dgcov.c909 source_t *src, *src_p, *src_n; in read_graph_file() local
911 for (src_p = NULL, src = sources; src; src_p = src, src = src_n) in read_graph_file()
914 src->next = src_p; in read_graph_file()
916 sources = src_p; in read_graph_file()
H A Dprotoize.c1069 const char *src_p; in abspath() local
1073 src_p = cwd2; in abspath()
1074 while ((*endp++ = *src_p++)) in abspath()
1089 src_p = rel_filename; in abspath()
1090 while ((*endp++ = *src_p++)) in abspath()
H A Dlocal-alloc.c263 rtx *src_p; member
982 reg_equiv[regno].src_p = &SET_SRC (set); in update_equiv_regs()
1129 *(reg_equiv[regno].src_p), insn)) in update_equiv_regs()
H A DChangeLog-200221322 * local-alloc.c (struct equivalence): Rename 'src' to 'src_p'
21325 address of SET_SRC (set) in reg_equiv[].src_p. Dereference