Home
last modified time | relevance | path

Searched refs:id_loc (Results 1 – 9 of 9) sorted by relevance

/NextBSD/sbin/fsck_ffs/
HDdir.c118 idesc->id_loc = 0; in dirscan()
127 memmove(bp->b_un.b_buf + idesc->id_loc - dsize, dbuf, in dirscan()
151 if (idesc->id_loc % DIRBLKSIZ == 0 && idesc->id_filesize > 0 && in fsck_readdir()
152 idesc->id_loc < blksiz) { in fsck_readdir()
153 dp = (struct direct *)(bp->b_un.b_buf + idesc->id_loc); in fsck_readdir()
160 dp = (struct direct *)(bp->b_un.b_buf + idesc->id_loc); in fsck_readdir()
168 idesc->id_loc += DIRBLKSIZ; in fsck_readdir()
173 if (idesc->id_filesize <= 0 || idesc->id_loc >= blksiz) in fsck_readdir()
175 dploc = idesc->id_loc; in fsck_readdir()
177 idesc->id_loc += dp->d_reclen; in fsck_readdir()
[all …]
HDfsck.h235 int id_loc; /* for DATA nodes, current location in dir */ member
/NextBSD/contrib/gcc/
HDc-tree.h333 location_t id_loc; /* Currently only set for cdk_id. */ member
HDc-decl.c5446 DECL_SOURCE_LOCATION (decl) = declarator->id_loc; in grokdeclarator()
7716 ret->id_loc = input_location; in build_id_declarator()
HDc-parser.c2514 inner->id_loc = c_parser_peek_token (parser)->location; in c_parser_direct_declarator()
HDChangeLog-200529271 * c-tree.h (struct c_declarator): New id_loc field.
29278 (c_parser_direct_declarator): Set declarator's id_loc from
29279 c_token's id_loc.
29281 declarator's id_loc, rather than probably-imprecise input_location.
29282 (build_id_declarator): Initialize c_declarator's id_loc field.
/NextBSD/contrib/gcc/cp/
HDcp-tree.h3767 location_t id_loc; /* Currently only set for cdk_id. */ member
HDChangeLog6394 * cp-tree.h (struct cp_declarator): New id_loc field.
6397 (cp_parser_direct_declarator): Set declarator's id_loc from
6398 cp_token's id_loc.
HDparser.c12368 declarator->id_loc = token->location; in cp_parser_direct_declarator()