Searched refs:src_p (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/usr.bin/env/
H A Denvopts.c48 const char **src_p);
384 * shell-variables such as $?, $*, $1, etc. It is called with *src_p pointing
385 * at the initial '$', and if successful it will update *src_p, *dest_p, and
389 expand_vars(int in_thisarg, char **thisarg_p, char **dest_p, const char **src_p) argument
397 vbegin = vend = (*src_p) + 1;
408 *src_p);
416 *src_p = vend;
454 newlen = strlen(vvalue) + strlen(*src_p) + 1;
/freebsd-9.3-release/contrib/gcc/
H A Dgcov.c910 source_t *src, *src_p, *src_n;
912 for (src_p = NULL, src = sources; src; src_p = src, src = src_n)
915 src->next = src_p;
917 sources = src_p;
909 source_t *src, *src_p, *src_n; local
H A Dprotoize.c1079 const char *src_p;
1083 src_p = cwd2;
1084 while ((*endp++ = *src_p++))
1099 src_p = rel_filename;
1100 while ((*endp++ = *src_p++))
1069 const char *src_p; local
H A Dlocal-alloc.c254 with the associated src_p entry. */
264 rtx *src_p;
988 reg_equiv[regno].src_p = &SET_SRC (set);
1135 *(reg_equiv[regno].src_p), insn))
263 rtx *src_p; member in struct:equivalence

Completed in 142 milliseconds