Searched refs:fspath (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCPreferencesKeychainPrivate.c49 char fspath[MAXPATHLEN]; local
60 ok = CFURLGetFileSystemRepresentation(url, TRUE, (UInt8 *)fspath, sizeof(fspath));
65 fspath[sizeof(fspath) - 1] = '\0';
70 slash = strrchr(fspath, '/');
74 contents = strstr(fspath, "/Contents/MacOS/");
77 path = CFDataCreate(NULL, (UInt8 *)fspath, contents - fspath);
83 path = CFDataCreate(NULL, (UInt8 *)fspath, strle
862 char fspath[MAXPATHLEN]; local
[all...]
/macosx-10.10/xar-254/xar/lib/
H A Dfiletree.c744 XAR_FILE(ret)->fspath = NULL;
803 free((char *)XAR_FILE(f)->fspath);
1046 if (XAR_FILE(f)->fspath) { /* It's possible that a XAR header may contain multiple name entries. Make sure we don't smash the old one. */
1047 free((void*)XAR_FILE(f)->fspath);
1048 XAR_FILE(f)->fspath = NULL;
1051 asprintf((char **)&XAR_FILE(f)->fspath, "%s/%s", XAR_FILE(XAR_FILE(f)->parent)->fspath, XAR_PROP(p)->value);
1054 if (XAR_FILE(f)->fspath) { /* It's possible that a XAR header may contain multiple name entries. Make sure we don't smash the old one. */
1055 free((void*)XAR_FILE(f)->fspath);
1056 XAR_FILE(f)->fspath
[all...]
H A Dfiletree.h76 const char *fspath; member in struct:__xar_file_t
H A Darchive.c843 XAR_FILE(ret)->fspath = tmp;
851 path = XAR_FILE(f)->fspath;
878 XAR_FILE(ret)->fspath = tmp;
883 if( xar_arcmod_archive(x, ret, XAR_FILE(ret)->fspath, NULL, 0) < 0 ) {
934 XAR_FILE(ret)->fspath = tmp;
942 path = XAR_FILE(f)->fspath;
969 XAR_FILE(ret)->fspath = tmp;
1136 XAR_FILE(ret)->fspath = NULL;
1173 XAR_FILE(ret)->fspath = NULL;
1188 if( xar_arcmod_archive(x, ret, XAR_FILE(ret)->fspath, NUL
[all...]
H A Dstat.c779 if( link(XAR_FILE(tmpf)->fspath, file) != 0 ) {
/macosx-10.10/xnu-2782.1.97/bsd/nfs/
H A Dnfs_vfsops.c2112 struct nfs_fs_path fspath, *nfsp, fspath2; local
2145 bzero(&fspath, sizeof(fspath));
2146 fspath.np_compcount = nfsp->np_compcount;
2147 if (fspath.np_compcount > 0) {
2148 MALLOC(fspath.np_components, char **, fspath.np_compcount*sizeof(char*), M_TEMP, M_WAITOK|M_ZERO);
2149 if (!fspath.np_components) {
2155 MALLOC(fspath.np_components[comp], char *, slen+1, M_TEMP, M_WAITOK|M_ZERO);
2156 if (!fspath
[all...]
/macosx-10.10/NFS-82/nfsd/
H A Dmountd.c1862 find_exported_fs_by_path_and_uuid(char *fspath, u_char *fsuuid) argument
1878 /* we're done if fspath ommitted or matches */
1879 if (!fspath || !strcmp(ulp->ul_mntonname, fspath))
2001 char fspath[MAXPATHLEN]; local
2073 fspath[0] = '\0';
2109 &exflags, &anon, &secflavs, fspath, fsuuid)) {
2324 (opt_flags & OP_FSPATH) ? fspath : NULL,
2354 if ((opt_flags & OP_FSPATH) && strcmp(fsb.f_mntonname, fspath)) {
2355 /* fspath does
4027 do_opt( char **cpp, char **endcpp, struct grouplist *ngrp, int *hostcountp, int *opt_flagsp, int *exflagsp, struct xucred *cr, struct nfs_sec *sec_flavs, char *fspath, u_char *fsuuid) argument
[all...]

Completed in 353 milliseconds