HomeSort by: relevance | last modified time | path
    Searched refs:libdirs (Results 1 - 25 of 48) sorted by relevancy

1 2

  /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
relocwrapper.c 37 - LIBDIRS a comma-terminated list of strings representing the list of
113 static const char *libdirs[] = { LIBDIRS NULL }; variable
115 typedef int verify1[2 * (sizeof (libdirs) / sizeof (libdirs[0]) > 1) - 1];
123 for (i = 0; i < sizeof (libdirs) / sizeof (libdirs[0]) - 1; i++)
124 libdirs[i] = relocate (libdirs[i]);
142 for (i = 0; i < sizeof (libdirs) / sizeof (libdirs[0]) - 1; i++
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
relocwrapper.c 37 - LIBDIRS a comma-terminated list of strings representing the list of
113 static const char *libdirs[] = { LIBDIRS NULL }; variable
115 typedef int verify1[2 * (sizeof (libdirs) / sizeof (libdirs[0]) > 1) - 1];
123 for (i = 0; i < sizeof (libdirs) / sizeof (libdirs[0]) - 1; i++)
124 libdirs[i] = relocate (libdirs[i]);
142 for (i = 0; i < sizeof (libdirs) / sizeof (libdirs[0]) - 1; i++
    [all...]
csharpcomp.h 26 libdirs is a list of directories to be searched for libraries.
33 const char * const *libdirs,
csharpexec.h 30 libdirs is a list of directories to be searched for libraries.
38 const char * const *libdirs,
csharpexec.c 93 const char * const *libdirs,
134 *argp++ = (char *) libdirs[i];
163 const char * const *libdirs,
196 old_monopath = set_monopath (libdirs, libdirs_count, false, verbose);
225 const char * const *libdirs,
257 old_clixpath = set_clixpath (libdirs, libdirs_count, false, verbose);
286 const char * const *libdirs,
305 result = execute_csharp_using_pnet (assembly_path, libdirs, libdirs_count,
313 result = execute_csharp_using_mono (assembly_path, libdirs, libdirs_count,
322 result = execute_csharp_using_pnet (assembly_path, libdirs, libdirs_count
    [all...]
csharpcomp.c 66 const char * const *libdirs,
116 *argp++ = (char *) libdirs[i];
172 const char * const *libdirs,
231 char *option = (char *) xallocsa (5 + strlen (libdirs[i]) + 1);
233 strcpy (option + 5, libdirs[i]);
326 const char * const *libdirs,
412 char *option = (char *) xallocsa (5 + strlen (libdirs[i]) + 1);
414 strcpy (option + 5, libdirs[i]);
476 const char * const *libdirs,
492 libdirs, libdirs_count
    [all...]
  /src/external/gpl2/gettext/dist/gnulib-local/lib/
relocwrapper.c 37 - LIBDIRS a comma-terminated list of strings representing the list of
113 static const char *libdirs[] = { LIBDIRS NULL }; variable
115 typedef int verify1[2 * (sizeof (libdirs) / sizeof (libdirs[0]) > 1) - 1];
123 for (i = 0; i < sizeof (libdirs) / sizeof (libdirs[0]) - 1; i++)
124 libdirs[i] = relocate (libdirs[i]);
142 for (i = 0; i < sizeof (libdirs) / sizeof (libdirs[0]) - 1; i++
    [all...]
  /src/external/gpl2/gettext/dist/build-aux/
install-reloc 104 libdirs=
109 case "$libdirs" in
111 *) libdirs="$libdirs\"$dir\"," ;;
118 test -n "$libdirs" || exit 0
122 func_verbose $compile_command -I"$builddir" -I"$srcdir" -I"$config_h_dir" -DHAVE_CONFIG_H -DIN_RELOCWRAPPER -DNO_XMALLOC -D"INSTALLPREFIX=\"$prefix\"" -D"INSTALLDIR=\"$installdir\"" -D"LIBPATHVAR=\"$library_path_var\"" -D"LIBDIRS=$libdirs" -D"EXEEXT=\"$exeext\"" "$srcdir"/relocwrapper.c "$srcdir"/progname.c "$srcdir"/progreloc.c "$srcdir"/xreadlink.c "$srcdir"/readlink.c "$srcdir"/canonicalize.c "$srcdir"/allocsa.c "$srcdir"/relocatable.c "$srcdir"/setenv.c "$srcdir"/strerror.c -o "$destprog.wrapper$exeext" || exit $?
  /src/external/bsd/pcc/dist/pcc/cc/driver/
driver.h 47 extern struct strlist libdirs;
driver.c 76 struct strlist libdirs; variable in typeref:struct:strlist
142 &user_sysincdirs, &libdirs, &progdirs, NULL };
542 strlist_init(&libdirs);
589 strlist_append(&libdirs, argp);
865 strlist_free(&libdirs);
  /src/external/gpl2/gettext/dist/gettext-tools/src/
read-csharp.c 100 const char *libdirs[1]; local
156 libdirs[0] = gettextlibdir;
157 if (execute_csharp_program (assembly_path, libdirs, 1,
read-resources.c 99 const char *libdirs[1]; local
120 libdirs[0] = gettextlibdir;
121 if (execute_csharp_program (assembly_path, libdirs, 1,
write-csharp.c 599 const char *libdirs[1]; local
742 libdirs[0] = gettextlibdir;
744 if (compile_csharp_class (csharp_sources, 1, libdirs, 1, libraries, 1,
  /src/external/bsd/pcc/dist/pcc/driver/
path.c 48 &user_sysincdirs, &libdirs, &progdirs, NULL };
  /src/external/bsd/pcc/dist/pcc/cc/cc/
cc.c 412 struct strlist libdirs; variable in typeref:struct:strlist
436 strlist_init(&libdirs);
557 strlist_append(&libdirs, t);
1090 strlist_free(&libdirs);
1539 &user_sysincdirs, &libdirs, &progdirs, &dirafterdirs, NULL };
  /src/usr.bin/crunch/crunchgen/
crunchgen.c 106 static strlst_t *libdirs = NULL; variable
180 case 'L': add_string(&libdirs, optarg); break;
981 for (libdir = libdirs; libdir != NULL; libdir = libdir->next)
  /src/sys/external/isc/libsodium/dist/build-aux/
ltmain.sh 3973 libdirs=
3979 func_append libdirs " $opt"
4017 if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then
4018 for libdir in $libdirs; do
4036 if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then
4039 for libdir in $libdirs; do
9549 # Just accumulate the unique libdirs.
9569 # Substitute the hardcoded libdirs into the rpath.
10279 # Just accumulate the unique libdirs.
10314 # Substitute the hardcoded libdirs into the rpath
    [all...]
  /src/sys/external/isc/libsodium/dist/
ltmain.sh 2654 libdirs=
2660 func_append libdirs " $opt"
2698 if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then
2699 for libdir in $libdirs; do
2717 if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then
2720 for libdir in $libdirs; do
8063 # Just accumulate the unique libdirs.
8083 # Substitute the hardcoded libdirs into the rpath.
8792 # Just accumulate the unique libdirs.
8827 # Substitute the hardcoded libdirs into the rpath
    [all...]
  /src/crypto/external/cpl/tpm-tools/dist/
ltmain.sh 1771 libdirs="$nonopt"
1774 if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then
1777 libdirs="$libdirs $dir"
1780 for libdir in $libdirs; do
1800 for libdir in $libdirs; do
6894 # Just accumulate the unique libdirs.
6914 # Substitute the hardcoded libdirs into the rpath.
7583 # Just accumulate the unique libdirs.
7618 # Substitute the hardcoded libdirs into the rpath
    [all...]
  /src/crypto/external/cpl/trousers/dist/
ltmain.sh 1771 libdirs="$nonopt"
1774 if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then
1777 libdirs="$libdirs $dir"
1780 for libdir in $libdirs; do
1800 for libdir in $libdirs; do
6894 # Just accumulate the unique libdirs.
6914 # Substitute the hardcoded libdirs into the rpath.
7583 # Just accumulate the unique libdirs.
7618 # Substitute the hardcoded libdirs into the rpath
    [all...]
  /src/external/bsd/am-utils/dist/
ltmain.sh 2654 libdirs=
2660 func_append libdirs " $opt"
2698 if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then
2699 for libdir in $libdirs; do
2717 if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then
2720 for libdir in $libdirs; do
8063 # Just accumulate the unique libdirs.
8083 # Substitute the hardcoded libdirs into the rpath.
8792 # Just accumulate the unique libdirs.
8827 # Substitute the hardcoded libdirs into the rpath
    [all...]
  /src/external/bsd/file/dist/
ltmain.sh 3976 libdirs=
3982 func_append libdirs " $opt"
4020 if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then
4021 for libdir in $libdirs; do
4039 if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then
4042 for libdir in $libdirs; do
9564 # Just accumulate the unique libdirs.
9584 # Substitute the hardcoded libdirs into the rpath.
10294 # Just accumulate the unique libdirs.
10329 # Substitute the hardcoded libdirs into the rpath
    [all...]
  /src/external/bsd/flex/dist/build-aux/
ltmain.sh 3973 libdirs=
3979 func_append libdirs " $opt"
4017 if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then
4018 for libdir in $libdirs; do
4036 if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then
4039 for libdir in $libdirs; do
9558 # Just accumulate the unique libdirs.
9578 # Substitute the hardcoded libdirs into the rpath.
10288 # Just accumulate the unique libdirs.
10323 # Substitute the hardcoded libdirs into the rpath
    [all...]
  /src/external/bsd/ntp/dist/sntp/libevent/build-aux/
ltmain.sh 3973 libdirs=
3979 func_append libdirs " $opt"
4017 if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then
4018 for libdir in $libdirs; do
4036 if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then
4039 for libdir in $libdirs; do
9549 # Just accumulate the unique libdirs.
9569 # Substitute the hardcoded libdirs into the rpath.
10279 # Just accumulate the unique libdirs.
10314 # Substitute the hardcoded libdirs into the rpath
    [all...]
  /src/external/bsd/ntp/dist/sntp/libevent/
ltmain.sh 3973 libdirs=
3979 func_append libdirs " $opt"
4017 if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then
4018 for libdir in $libdirs; do
4036 if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then
4039 for libdir in $libdirs; do
9549 # Just accumulate the unique libdirs.
9569 # Substitute the hardcoded libdirs into the rpath.
10279 # Just accumulate the unique libdirs.
10314 # Substitute the hardcoded libdirs into the rpath
    [all...]

Completed in 79 milliseconds

1 2