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

  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
printf-parse.h 40 const char* dir_end; member in struct:__anon9167
wprintf-parse.h 40 const wchar_t* dir_end; member in struct:__anon9169
  /src/external/gpl2/gettext/dist/gettext-runtime/libasprintf/
printf-parse.h 40 const char* dir_end; member in struct:__anon9175
  /src/external/gpl2/texinfo/dist/intl/
printf-parse.h 42 const char* dir_end; member in struct:__anon9550
wprintf-parse.h 42 const wchar_t* dir_end; member in struct:__anon9552
  /src/external/gpl2/xcvs/dist/lib/
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)
printf-parse.h 39 const char* dir_end; member in struct:__anon9595
  /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/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/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/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 173 milliseconds