Searched refs:is_first (Results 1 - 5 of 5) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Dsolib-irix.c489 int is_first = 1; local
510 if (!is_first)
560 is_first = 0;
/haiku-fatelf/src/bin/gdb/bfd/
H A Dsom.h156 unsigned int is_first : 1; member in struct:som_subspace_dictionary_record
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dattrib.h71 * @is_first: if true lookup_attr() begins search with @attr, else after @attr
76 * if calling the _first() functions), and set @is_first to TRUE (not necessary
79 * If @is_first is TRUE, the search begins with @attr. If @is_first is FALSE,
88 BOOL is_first; member in struct:_ntfs_attr_search_ctx
H A Dattrib.c2660 * If @ctx->is_first is TRUE, the search begins with @ctx->attr itself. If it
2732 * attribute following that, if @ctx->is_first is TRUE.
2734 if (ctx->is_first) {
2736 ctx->is_first = FALSE;
2958 * or the entry following that, if @ctx->is_first is TRUE.
2960 if (ctx->is_first) {
2962 ctx->is_first = FALSE;
2998 ctx->is_first = TRUE;
3012 ctx->is_first = TRUE;
3223 ctx->is_first
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dmkntfs.c807 * If @ctx->is_first is TRUE, the search begins with @ctx->attr itself. If it
862 * attribute following that, if @ctx->is_first is TRUE.
864 if (ctx->is_first) {
866 ctx->is_first = FALSE;

Completed in 63 milliseconds