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

  /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,
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,
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/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...]
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...]
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/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...]
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/bsd/pcc/dist/pcc/cc/driver/
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);
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/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)
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/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 };
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 };

Completed in 36 milliseconds