/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfstruncate.c | 539 if (a->type == AT_END) { in dump_attr_record() 541 (unsigned int)le32_to_cpu(AT_END)); in dump_attr_record() 672 if (a->type == AT_END) in dump_mft_record()
|
H A D | ntfsck.c | 284 if (attr_rec->type==AT_END) { in load_runlist() 291 // not AT_END yet no room for the length field. in load_runlist() 292 check_failed("Attribute 0x%x is not AT_END, yet no " in load_runlist() 633 if (attr_rec->type==AT_END) { in check_file_record() 638 // not AT_END yet no room for the length field. in check_file_record() 639 check_failed("Attribute 0x%x is not AT_END, yet no " in check_file_record()
|
H A D | ntfsmftalloc.c | 259 if (a->type == AT_END) in dump_mft_record()
|
H A D | ntfscmp.c | 426 if (atype == AT_END) in get_attr_name() 819 *atype = AT_END; in next_attr()
|
H A D | ntfsresize.c | 918 if (fsck->ctx->attr->type == AT_END) in walk_attributes() 1135 if (resize->ctx->attr->type == AT_END) in resize_constraints_by_attributes() 2175 if (resize->ctx->attr->type == AT_END) in relocate_attributes() 3131 while ((a->type != AT_END) in find_attr() 4013 memset(((char*)mrec) + bytes_in_use, 255, 4); /* AT_END */ in minimal_record() 4039 while (!res && (a->type != AT_END) in rebase_runlists() 4124 while (!res && (a->type != AT_END) in rebase_runlists_meta()
|
H A D | playlog.c | 209 case AT_END : in valid_type() 324 && (attr->type != AT_END) in sanity_mft() 370 if ((optv > 1) && (attr->type == AT_END)) in sanity_mft() 373 if ((attr->type != AT_END) in sanity_mft() 1735 && (attr->type != AT_END) in check_full_mft() 1740 /* AT_END must be present */ in check_full_mft() 1742 && (attr->type == AT_END); in check_full_mft()
|
H A D | ntfsinfo.c | 1312 case AT_END: return "$END"; in get_attribute_type_name() 2360 if (ctx->attr->type == AT_END || ctx->attr->type == AT_UNUSED) { in ntfs_dump_file_attributes()
|
H A D | ntfsclone.c | 1413 if (ctx->attr->type == AT_END) 1834 if (ctx->attr->type == AT_END)
|
H A D | ntfsfix.c | 790 && (a->type != AT_END) in find_unnamed_attr()
|
H A D | ntfsrecover.c | 747 case AT_END : in mftattrname()
|
H A D | mkntfs.c | 1178 * If @type is AT_END, seek to the end and return -1 with errno set to ENOENT. 1179 * AT_END is not a valid attribute, its length is zero for example, thus it is 1239 (a->type == AT_END)) { in mkntfs_attr_find() 1357 * If @type is AT_END, seek to the end of the base mft record ignoring the 1358 * attribute list completely and return -1 with errno set to ENOENT. AT_END is 1389 * The only exception to this is when @type is AT_END, in which case
|
/third_party/python/Lib/re/ |
H A D | _constants.py | 130 'AT_END', 'AT_END_LINE', 'AT_END_STRING', 171 AT_END: AT_END_LINE
|
H A D | _parser.py | 879 subpatternappend((AT, AT_END))
|
/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-dotprinter.cc | 175 case AssertionNode::AT_END: in VisitAssertion()
|
H A D | regexp-nodes.h | 461 AT_END, enumerator 468 return on_success->zone()->New<AssertionNode>(AT_END, on_success); in AtEnd()
|
H A D | regexp-compiler.cc | 2256 case AT_END: { in Emit()
|
/third_party/ntfs-3g/libntfs-3g/ |
H A D | mft.c | 285 && (a->type != AT_END) in ntfs_mft_record_check() 302 /* We are supposed to reach an AT_END */ in ntfs_mft_record_check() 303 if ((space < 4) || (a->type != AT_END)) { in ntfs_mft_record_check() 461 a->type = AT_END; in ntfs_mft_record_layout()
|
H A D | attrib.c | 2790 * If @type is AT_END, seek to the end and return -1 with errno set to ENOENT. 2791 * AT_END is not a valid attribute, its length is zero for example, thus it is 2873 && ((space < 4) || (a->type != AT_END)))) 2878 (a->type == AT_END)) { 3020 * If @type is AT_END, seek to the end of the base mft record ignoring the 3021 * attribute list completely and return -1 with errno set to ENOENT. AT_END is 3054 * The only exception to this is when @type is AT_END, in which case 3090 if (type == AT_END) 3327 if ((space >= 4) && (a->type == AT_END)) 3376 * If we were looking for AT_END o [all...] |
/third_party/ntfs-3g/include/ntfs-3g/ |
H A D | layout.h | 341 * is terminated by an attribute of type AT_END which is a truncated attribute 342 * in that it only consists of the attribute type code AT_END and none of the 517 AT_END = const_cpu_to_le32(0xffffffff), enumerator
|
/third_party/node/deps/v8/src/objects/ |
H A D | elements.cc | 101 enum Where { AT_START, AT_END }; enumerator 2158 return Subclass::RemoveElement(receiver, AT_END); in PopImpl() 2170 AT_END); in PushImpl()
|