Searched refs:dend (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Drunlist.c512 int dend, send; /* Last index into @[ds]rl. */ local
533 for (dend = 0; drl[dend].length; dend++)
535 dend++;
536 drl = ntfs_rl_realloc(drl, dend, dend + 1);
540 ntfs_rl_mm(drl, 1, 0, dend);
586 for (dend = di; drl[dend]
[all...]
/haiku/src/build/libgnuregex/
H A Dregex.c3069 #define MATCHING_IN_FIRST_STRING (dend == end_match_1)
3074 while (d == dend) \
3077 if (dend == end_match_2) \
3081 dend = end_match_2; \
3191 const char *d, *dend;
3359 `dend' is the end of the input string that `d' points within. `d'
3367 dend = end_match_1;
3372 dend = end_match_2;
3426 /* Restore best match. It may happen that `dend ==
3434 dend
3175 const char *d, *dend; local
[all...]

Completed in 52 milliseconds