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

/haiku-buildtools/gcc/libiberty/
H A Dpex-win32.c691 const char **avhere; local
703 avhere = XNEWVEC (const char *, new_argc + 1);
704 *avhere = executable1;
705 memcpy (avhere + 1, argv, new_argc * sizeof(*argv));
706 argv = (char *const *)avhere;
725 *avhere = newex;
735 *avhere = newex;
743 free (avhere);
/haiku-buildtools/binutils/libiberty/
H A Dpex-win32.c695 const char **avhere; local
707 avhere = XNEWVEC (const char *, new_argc + 1);
708 *avhere = executable1;
709 memcpy (avhere + 1, argv, new_argc * sizeof(*argv));
710 argv = (char *const *)avhere;
729 *avhere = newex;
739 *avhere = newex;
747 free (avhere);
/haiku-buildtools/legacy/binutils/libiberty/
H A Dpex-win32.c556 const char ** avhere = (const char **) --argv; local
564 *avhere = executable1;
581 *avhere = newex;
591 *avhere = newex;

Completed in 282 milliseconds