Searched refs:attrBuf (Results 1 - 5 of 5) sorted by path

/macosx-10.9.5/BootCache-106/
H A Dcontrol.c1272 } attrBuf = {0}; local
1274 if (0 != getattrlist(volume, &list, &attrBuf, sizeof(attrBuf), 0)) {
1278 uuid_copy(uuid_out, attrBuf.uuid);
H A Dlibrary.c846 } attrBuf = {0, {0}}; local
853 uuid_clear(attrBuf.uuid);
865 if (0 != getattrlist(statfs_buf.f_mntonname, &list, &attrBuf, sizeof(attrBuf), 0)) {
868 uuid_clear(attrBuf.uuid);
892 uuid_copy(pc->p_mounts[0].pm_uuid, attrBuf.uuid);
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Duloc_tag.c1259 char attrBuf[ULOC_KEYWORD_AND_VALUES_CAPACITY] = { 0 }; local
1316 attrBuf[attrBufLength++] = buf[i];
1323 attrBuf[attrBufLength] = 0;
1340 uprv_strcpy(attrValue, attrBuf);
1560 char attrBuf[ULOC_KEYWORD_AND_VALUES_CAPACITY]; local
1586 if (len < (int32_t)sizeof(attrBuf) - attrBufIdx) {
1587 uprv_memcpy(&attrBuf[attrBufIdx], pTag, len);
1588 attrBuf[attrBufIdx + len] = 0;
1589 attr->attribute = &attrBuf[attrBufIdx];
/macosx-10.9.5/xnu-2422.115.4/libsyscall/wrappers/legacy/
H A Dgetattrlist.c50 getattrlist(const char *path, void *attrList, void *attrBuf, argument
53 getattrlist(const char *path, void *attrList, void *attrBuf,
57 int ret = __getattrlist(path, attrList, attrBuf, attrBufSize, options);
H A Dsetattrlist.c50 setattrlist(const char *path, void *attrList, void *attrBuf, argument
53 setattrlist(const char *path, void *attrList, void *attrBuf,
57 int ret = __setattrlist(path, attrList, attrBuf, attrBufSize, options);

Completed in 309 milliseconds