Searched refs:getattrlist (Results 1 - 25 of 41) sorted by relevance

12

/macosx-10.10.1/xnu-2782.1.97/libsyscall/wrappers/legacy/
H A Dgetattrlist.c46 * getattrlist stub, legacy version
50 getattrlist(const char *path, void *attrList, void *attrBuf, function
53 getattrlist(const char *path, void *attrList, void *attrBuf,
/macosx-10.10.1/Libsystem-1213/
H A DCompatibilityHacks.c43 SYM(getattrlist); variable
/macosx-10.10.1/bless-103/libbless/HFS/
H A DBLGetFileID.c60 err = getattrlist(path, &blist, &attrbuf, sizeof(attrbuf), 0);
H A DBLGetDiskSectorsForFile.c94 ret = getattrlist(path, &alist, &info, sizeof(info), 1);
108 ret = getattrlist(sb.f_mntonname, &blist, &ainfo, sizeof(ainfo), 1);
H A DBLLookupFileIDOnMount.c78 err = getattrlist(mount, &alist, &catinfo, sizeof(catinfo), 0);
142 err = getattrlist(volpath, &alist, &catinfo, sizeof(catinfo), 0);
/macosx-10.10.1/bless-103/test/
H A Dtestvol.c50 ret = getattrlist(argv[1], &alist, &vinfo, sizeof(vinfo), 0);
52 err(1, "getattrlist");
/macosx-10.10.1/autofs-246/checktrigger/
H A Dchecktrigger.c31 if (getattrlist(argv[i], &attrs, &attrbuf, sizeof attrbuf,
33 fprintf(stderr, "checktrigger: getattrlist of %s failed: %s\n",
/macosx-10.10.1/bless-103/libbless/FinderInfo/
H A DBLGetFinderFlag.c68 err = getattrlist(path, &alist, &finfo, sizeof(finfo), 0);
H A DBLGetVolumeFinderInfo.c62 err = getattrlist(mountpoint, &alist, &vinfo, sizeof(vinfo), 0);
H A DBLSetTypeAndCreator.c63 err = getattrlist(path, &alist, &finfo, sizeof(finfo), 0);
H A DBLSetVolumeFinderInfo.c63 err = getattrlist(mountpoint, &alist, &vinfo, sizeof(vinfo), 0);
H A DBLSetFinderFlag.c68 err = getattrlist(path, &alist, &finfo, sizeof(finfo), 0);
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dunistd.h888 int getattrlist(const char*,void*,void*,size_t,unsigned int) __DARWIN_ALIAS(getattrlist); variable
891 int getattrlist(const char*,void*,void*,size_t,unsigned int) LIBC_ALIAS(getattrlist); variable
912 int getattrlist(const char*,void*,void*,size_t,unsigned long) __DARWIN_ALIAS(getattrlist); variable
915 int getattrlist(const char*,void*,void*,size_t,unsigned long) LIBC_ALIAS(getattrlist); variable
/macosx-10.10.1/tcl-105/tcl/tcl/macosx/
H A DtclMacOSXFCmd.c167 result = getattrlist(native, &alist, &finfo, sizeof(fileinfobuf), 0);
260 result = getattrlist(native, &alist, &finfo, sizeof(fileinfobuf), 0);
417 if (getattrlist(src, &alist, &finfo, sizeof(fileinfobuf), 0)) {
433 if (getattrlist(src, &alist, &finfo, sizeof(fileinfobuf), 0)) {
510 if (getattrlist(pathName, &alist, &finfo, sizeof(fileinfobuf), 0) != 0) {
/macosx-10.10.1/lsof-53/lsof/dialects/darwin/libproc/
H A Ddmnt.c99 if (getattrlist(mb->f_mntonname, &al, &ab, sizeof(ab), 0) == 0) {
/macosx-10.10.1/xnu-2782.1.97/bsd/man/man2/
H A DMakefile68 getattrlist.2 \
/macosx-10.10.1/Libc-1044.1.2/stdlib/FreeBSD/
H A Drealpath.c227 if (getattrlist(resolved, (void *)&_rp_alist, &attrs, sizeof(attrs), FSOPT_NOFOLLOW) == 0) {
252 * the getattrlist name may not match the actual
/macosx-10.10.1/xar-254/xar/lib/
H A Ddarwinattr.c82 * This is for archiving the finderinfo via the getattrlist method.
114 getattrlist(DARWINATTR_CONTEXT(context)->finfo, &attrs, &finfo, sizeof(finfo), 0);
316 * Archive the finderinfo and resource fork through getattrlist and
334 ret = getattrlist(file, &attrs, &finfo, sizeof(finfo), 0);
384 ret = getattrlist(file, &attrs, &finfo, sizeof(finfo), 0);
680 ret = getattrlist(file, &attrs, &fts, sizeof(fts), 0);
/macosx-10.10.1/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A D32bit_inode_tests.c216 /* set up to validate results via multiple sources. we use getattrlist to get volume
224 my_err = getattrlist( "/", &my_attrlist, &my_attr_buf, sizeof(my_attr_buf), 0 );
226 printf( "getattrlist call failed. got errno %d - %s. \n", errno, strerror( errno ) );
255 printf( "fstatfs and getattrlist results do not match for volume block size \n" );
273 printf( "statfs and getattrlist results do not match for volume block size \n" );
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A DSCPLock.c262 ret = getattrlist(statbuf.f_mntonname, // path (of mount point)
269 CFSTR("SCPreferencesLock getattrlist() failed: %s"),
/macosx-10.10.1/diskdev_cmds-576/vsdbutil.tproj/
H A Dvsdbutil_main.c562 result = getattrlist(path, &alist, &volFinderInfo, sizeof(volFinderInfo), 0);
614 result = getattrlist(path, &alist, &volFinderInfo, sizeof(volFinderInfo), 0);
/macosx-10.10.1/DiskArbitration-268/diskarbitrationd/
H A DDABase.c68 status = getattrlist( path, &attributes, &buffer, sizeof( buffer ), 0 );
/macosx-10.10.1/file_cmds-242/du/
H A Ddu.c529 if (-1 == getattrlist(p->fts_path, &attrList, &buf, sizeof(buf), 0))
/macosx-10.10.1/hfs-285/mount_hfs/
H A Dmount_hfs.c369 result = getattrlist(path, &attributes, &attrReturnBuffer, sizeof(attrReturnBuffer), 0 );
/macosx-10.10.1/tcl-105/tcl/tcl/unix/
H A Dconfigure.in513 AC_CHECK_FUNCS(getattrlist)

Completed in 198 milliseconds

12