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

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dreparse.c138 int lkup; local
170 lkup = ntfs_index_lookup((char*)&find, uname_len, icx);
184 if (lkup
190 lkup = 0;
191 if (!lkup) {
H A Ddir.c2513 int lkup; local
2521 lkup = ntfs_attr_lookup(AT_FILE_NAME, AT_UNNAMED, 0,
2523 if (!lkup) {
2531 } while (!lkup && !found);
2535 lkup = ntfs_index_lookup((char*)fn, len, icx);
2536 if (!lkup && icx->data && icx->data_len) {

Completed in 52 milliseconds