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

  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
printf-parse.h 40 const char* dir_end; member in struct:__anon6824
wprintf-parse.h 40 const wchar_t* dir_end; member in struct:__anon6826
vasnprintf.c 205 for (cp = format, i = 0, dp = &d.dir[0]; ; cp = dp->dir_end, i++, dp++)
  /src/external/gpl2/gettext/dist/gettext-runtime/libasprintf/
printf-parse.h 40 const char* dir_end; member in struct:__anon6832
vasnprintf.c 205 for (cp = format, i = 0, dp = &d.dir[0]; ; cp = dp->dir_end, i++, dp++)
  /src/external/gpl2/texinfo/dist/intl/
printf-parse.h 42 const char* dir_end; member in struct:__anon7207
wprintf-parse.h 42 const wchar_t* dir_end; member in struct:__anon7209
vasnprintf.c 209 for (cp = format, i = 0, dp = &d.dir[0]; ; cp = dp->dir_end, i++, dp++)
  /src/external/gpl2/xcvs/dist/lib/
printf-parse.h 39 const char* dir_end; member in struct:__anon7252
chdir-long.c 129 char *dir_end = dir + len; local
153 char *slash = memchr (dir + 3, '/', dir_end - (dir + 3));
174 assert (dir <= dir_end);
176 while (PATH_MAX <= dir_end - dir)
199 if (dir < dir_end)
vasnprintf.c 219 for (cp = format, i = 0, dp = &d.dir[0]; ; cp = dp->dir_end, i++, dp++)
  /src/external/gpl3/gdb/dist/gnulib/import/
chdir-long.c 118 char *dir_end = dir + len; local
142 char *slash = memchr (dir + 3, '/', dir_end - (dir + 3));
163 assure (dir <= dir_end);
165 while (PATH_MAX <= dir_end - dir)
188 if (dir < dir_end)
  /src/external/gpl3/gdb.old/dist/gnulib/import/
chdir-long.c 118 char *dir_end = dir + len; local
142 char *slash = memchr (dir + 3, '/', dir_end - (dir + 3));
163 assure (dir <= dir_end);
165 while (PATH_MAX <= dir_end - dir)
188 if (dir < dir_end)
  /src/tests/lib/libcurses/director/
testlang_conf.l 208 const char *dir_end = strrchr(cur_file, '/');
209 if (dir_end != NULL) {
210 dir_len = (int)(dir_end + 1 - dir_begin);
  /src/external/mit/libuv/dist/src/win/
process.c 340 const WCHAR *dir_start, *dir_end, *dir_path; local
379 dir_end = path;
390 if (dir_end == NULL || *dir_end == L'\0') {
394 /* Skip the separator that dir_end now points to */
395 if (dir_end != path || *path == L';') {
396 dir_end++;
400 dir_start = dir_end;
404 dir_end = wcschr(dir_start + 1, *dir_start);
405 if (dir_end == NULL)
    [all...]
  /src/external/gpl2/gmake/dist/
dir.c 990 register struct directory **dir_end;
997 dir_end = dir_slot + directories.ht_size;
998 for ( ; dir_slot < dir_end; dir_slot++)
981 register struct directory **dir_end; local
  /src/external/bsd/openldap/dist/servers/slapd/back-ldif/
ldif.c 286 * dir_end = fullpath_alloc() return value.
288 #define FILL_PATH(fpath, dir_end, filename) \
289 ((fpath)->bv_len = lutil_strcopy(dir_end, filename) - (fpath)->bv_val)
953 char *dir_end; /* will point past dirname in fpath */ local
968 dir_end = fullpath_alloc( &fpath, path, fpath.bv_len );
969 if ( dir_end == NULL )
977 FILL_PATH( &fpath, dir_end, BVL_NAME( ptr ));

Completed in 35 milliseconds