HomeSort by: relevance | last modified time | path
    Searched refs:end_prefix (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdbsupport/
common-debug.h 104 START_PREFIX and END_PREFIX are the statements to print on construction and
114 const char *end_prefix, const char *fmt,
120 m_end_prefix (end_prefix),
245 const char *end_prefix, const char *fmt, ...)
250 end_prefix, fmt, args);
  /src/external/gpl3/gdb/dist/gdbsupport/
common-debug.h 104 START_PREFIX and END_PREFIX are the statements to print on construction and
114 const char *end_prefix, const char *fmt,
120 m_end_prefix (end_prefix),
245 const char *end_prefix, const char *fmt, ...)
250 end_prefix, fmt, args);
  /src/external/ibm-public/postfix/dist/src/qmqpd/
qmqpd.c 311 char *end_prefix; local
329 && (end_prefix = strchr(STR(state->buf), '@')) != 0 /* XXX */
330 && --end_prefix < end_origin - 2 /* non-null origin */
331 && end_prefix > STR(state->buf)); /* non-null prefix */
333 verp_delims[0] = end_prefix[0];
339 memmove(end_prefix, end_prefix + 1, end_origin - end_prefix - 1);
  /src/external/apache2/llvm/dist/llvm/utils/
update_mca_test_checks.py 398 end_prefix = ': '
425 end_prefix,
428 end_prefix = '-NEXT:'
  /src/external/gpl3/binutils/dist/binutils/
dllwrap.c 173 string running from PREFIX to END_PREFIX. If the concatenated
178 look_for_prog (const char *progname, const char *prefix, int end_prefix)
189 memcpy (cmd, prefix, end_prefix);
191 strcpy (cmd + end_prefix, progname);
dlltool.c 4145 string running from PREFIX to END_PREFIX. If the concatenated
4150 look_for_prog (const char *prog_name, const char *prefix, int end_prefix)
4161 memcpy (cmd, prefix, end_prefix);
4163 strcpy (cmd + end_prefix, prog_name);
  /src/external/gpl3/binutils.old/dist/binutils/
dllwrap.c 173 string running from PREFIX to END_PREFIX. If the concatenated
178 look_for_prog (const char *progname, const char *prefix, int end_prefix)
189 memcpy (cmd, prefix, end_prefix);
191 strcpy (cmd + end_prefix, progname);
dlltool.c 4144 string running from PREFIX to END_PREFIX. If the concatenated
4149 look_for_prog (const char *prog_name, const char *prefix, int end_prefix)
4160 memcpy (cmd, prefix, end_prefix);
4162 strcpy (cmd + end_prefix, prog_name);

Completed in 32 milliseconds