Searched refs:fields (Results 1 – 12 of 12) sorted by relevance
/bionic/libc/bionic/ |
D | grp_pwd_file.cpp | 74 const char* ParseLine(const char* begin, const char* end, const char** fields, size_t num_fields) { in ParseLine() argument 77 fields[fields_written++] = position; in ParseLine() 84 fields[fields_written++] = position + 1; in ParseLine() 98 return fields[0]; in name() 102 return fields[2]; in uid() 105 return fields[3]; in gid() 109 return fields[5]; in dir() 112 return fields[6]; in shell() 152 const char* fields[kNumFields] = {}; member 157 return fields[0]; in name() [all …]
|
/bionic/libc/tzcode/ |
D | strptime.c | 109 static int century, relyear, fields; in _strptime() local 114 fields = 0; in _strptime() 238 fields |= FIELD_TM_WDAY; in _strptime() 263 fields |= FIELD_TM_MON; in _strptime() 282 fields |= FIELD_TM_MDAY; in _strptime() 308 fields |= FIELD_TM_YDAY; in _strptime() 322 fields |= FIELD_TM_MON; in _strptime() 362 fields = 0xffff; /* everything */ in _strptime() 381 fields |= FIELD_TM_WDAY; in _strptime() 389 fields |= FIELD_TM_WDAY; in _strptime() [all …]
|
/bionic/libc/kernel/uapi/linux/ |
D | acrn.h | 194 } fields; member
|
D | audit.h | 366 __u32 fields[AUDIT_MAX_FIELDS]; member
|
D | v4l2-controls.h | 1146 __u8 fields; member 1179 __u8 fields; member
|
/bionic/libc/kernel/uapi/asm-x86/asm/ |
D | kvm.h | 88 } fields; member
|
/bionic/docs/ |
D | elf-tls.md | 249 struct TlsDescriptor { // NB: arm32 reverses these fields 445 * x86_64: use `PTRACE_PEEKUSER` to read the `{fs,gs}_base` fields of `user_regs_struct` 642 `pthread_internal_t` fields) become host accesses. Laying out TLS memory differently across 647 the initial `pthread_internal_t` fields could break those apps.
|
D | NOTICE | 182 boilerplate notice, with the fields enclosed by brackets "[]"
|
D | status.md | 353 syscall or other, and sometimes update fields in the `pthread_internal_t`
|
/bionic/apex/ |
D | NOTICE | 182 boilerplate notice, with the fields enclosed by brackets "[]"
|
/bionic/build/ |
D | NOTICE | 182 boilerplate notice, with the fields enclosed by brackets "[]"
|
/bionic/ |
D | README.md | 90 # what _value_ that constant has, or what _order_ the fields in a type
|