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

/osnet-11/usr/src/cmd/sendmail/db/lock/
H A Dlock_deadlock.c203 int is_first, ret; local
313 for (is_first = 1,
316 is_first = 0,
343 if (is_first)
/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dattrib.h61 * @is_first: if true lookup_attr() begins search with @attr, else after @attr
66 * if calling the _first() functions), and set @is_first to TRUE (not necessary
69 * If @is_first is TRUE, the search begins with @attr. If @is_first is FALSE,
78 BOOL is_first; member in struct:_ntfs_attr_search_ctx
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dattrib.c1625 * If @ctx->is_first is TRUE, the search begins with @ctx->attr itself. If it
1696 * attribute following that, if @ctx->is_first is TRUE.
1698 if (ctx->is_first) {
1700 ctx->is_first = FALSE;
1910 * or the entry following that, if @ctx->is_first is TRUE.
1912 if (ctx->is_first) {
1914 ctx->is_first = FALSE;
1949 ctx->is_first = TRUE;
1963 ctx->is_first = TRUE;
2195 ctx->is_first
[all...]
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dmkntfs.c852 * If @ctx->is_first is TRUE, the search begins with @ctx->attr itself. If it
907 * attribute following that, if @ctx->is_first is TRUE.
909 if (ctx->is_first) {
911 ctx->is_first = FALSE;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dtoke.c246 bool is_first = (PL_oldbufptr == PL_linestart); local
254 if (is_first)

Completed in 56 milliseconds