HomeSort by: relevance | last modified time | path
    Searched defs:orig_prefix (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
relocatable.c 90 static char *orig_prefix; variable
108 /* Optimization: if orig_prefix and curr_prefix are equal, the
123 orig_prefix = memory;
130 orig_prefix = NULL;
413 /* At this point, orig_prefix and curr_prefix likely have already been
416 initially been installed in the same orig_prefix. But we can do
418 in a different prefix before being moved to orig_prefix and (later)
420 orig_prefix. */
439 typically created from the same Makefile variable as orig_prefix came
441 if (orig_prefix != NULL && curr_prefix != NUL
    [all...]
  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
relocatable.c 90 static char *orig_prefix; variable
108 /* Optimization: if orig_prefix and curr_prefix are equal, the
123 orig_prefix = memory;
130 orig_prefix = NULL;
413 /* At this point, orig_prefix and curr_prefix likely have already been
416 initially been installed in the same orig_prefix. But we can do
418 in a different prefix before being moved to orig_prefix and (later)
420 orig_prefix. */
439 typically created from the same Makefile variable as orig_prefix came
441 if (orig_prefix != NULL && curr_prefix != NUL
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
relocatable.c 90 static char *orig_prefix; variable
108 /* Optimization: if orig_prefix and curr_prefix are equal, the
123 orig_prefix = memory;
130 orig_prefix = NULL;
413 /* At this point, orig_prefix and curr_prefix likely have already been
416 initially been installed in the same orig_prefix. But we can do
418 in a different prefix before being moved to orig_prefix and (later)
420 orig_prefix. */
439 typically created from the same Makefile variable as orig_prefix came
441 if (orig_prefix != NULL && curr_prefix != NUL
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
relocatable.c 90 static char *orig_prefix; variable
108 /* Optimization: if orig_prefix and curr_prefix are equal, the
123 orig_prefix = memory;
130 orig_prefix = NULL;
413 /* At this point, orig_prefix and curr_prefix likely have already been
416 initially been installed in the same orig_prefix. But we can do
418 in a different prefix before being moved to orig_prefix and (later)
420 orig_prefix. */
439 typically created from the same Makefile variable as orig_prefix came
441 if (orig_prefix != NULL && curr_prefix != NUL
    [all...]
  /src/external/gpl2/gettext/dist/gnulib-local/lib/
relocatable.c 90 static char *orig_prefix; variable
108 /* Optimization: if orig_prefix and curr_prefix are equal, the
123 orig_prefix = memory;
130 orig_prefix = NULL;
413 /* At this point, orig_prefix and curr_prefix likely have already been
416 initially been installed in the same orig_prefix. But we can do
418 in a different prefix before being moved to orig_prefix and (later)
420 orig_prefix. */
439 typically created from the same Makefile variable as orig_prefix came
441 if (orig_prefix != NULL && curr_prefix != NUL
    [all...]
  /src/external/gpl2/texinfo/dist/intl/
relocatable.c 94 static char *orig_prefix; variable
112 /* Optimization: if orig_prefix and curr_prefix are equal, the
127 orig_prefix = memory;
134 orig_prefix = NULL;
396 /* At this point, orig_prefix and curr_prefix likely have already been
399 initially been installed in the same orig_prefix. But we can do
401 in a different prefix before being moved to orig_prefix and (later)
403 orig_prefix. */
422 typically created from the same Makefile variable as orig_prefix came
424 if (orig_prefix != NULL && curr_prefix != NUL
    [all...]
  /src/external/gpl3/gcc.old/dist/intl/
relocatable.c 87 static char *orig_prefix; variable
105 /* Optimization: if orig_prefix and curr_prefix are equal, the
120 orig_prefix = memory;
127 orig_prefix = NULL;
384 /* At this point, orig_prefix and curr_prefix likely have already been
387 initially been installed in the same orig_prefix. But we can do
389 in a different prefix before being moved to orig_prefix and (later)
391 orig_prefix. */
410 typically created from the same Makefile variable as orig_prefix came
412 if (orig_prefix != NULL && curr_prefix != NUL
    [all...]

Completed in 31 milliseconds