Searched refs:end_prefix (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/postfix-252/postfix/src/qmqpd/
H A Dqmqpd.c278 char *end_prefix; local
296 && (end_prefix = strchr(STR(state->buf), '@')) != 0 /* XXX */
297 && --end_prefix < end_origin - 2 /* non-null origin */
298 && end_prefix > STR(state->buf)); /* non-null prefix */
300 verp_delims[0] = end_prefix[0];
306 memmove(end_prefix, end_prefix + 1, end_origin - end_prefix - 1);
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Ddllwrap.c176 look_for_prog (const char *prog_name, const char *prefix, int end_prefix) argument
189 sprintf (cmd + end_prefix, "%s", prog_name);
H A Ddlltool.c3436 look_for_prog (const char *prog_name, const char *prefix, int end_prefix) argument
3449 sprintf (cmd + end_prefix, "%s", prog_name);

Completed in 188 milliseconds