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

/macosx-10.10.1/sudo-73/src/
H A Dpathnames.h122 #ifndef _PATH_VARTMP
123 #define _PATH_VARTMP "/var/tmp/" macro
124 #endif /* _PATH_VARTMP */
H A Dpathnames.h.in121 #ifndef _PATH_VARTMP
122 #define _PATH_VARTMP "/var/tmp/"
123 #endif /* _PATH_VARTMP */
H A Dsudo_edit.c94 if (stat(_PATH_VARTMP, &sb) == 0 && S_ISDIR(sb.st_mode))
95 tmpdir = _PATH_VARTMP;
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dpaths.h97 #define _PATH_VARTMP "/var/tmp/" macro
/macosx-10.10.1/libpcap-48/libpcap/Win32/Include/net/
H A Dpaths.h72 #define _PATH_VARTMP "/var/tmp/" macro
/macosx-10.10.1/configd-699.1.5/configd.tproj/
H A D_snapshot.c44 #define SNAPSHOT_PATH_STATE _PATH_VARTMP "configd-state"
45 #define SNAPSHOT_PATH_STORE _PATH_VARTMP "configd-store.plist"
46 #define SNAPSHOT_PATH_PATTERN _PATH_VARTMP "configd-pattern.plist"
47 #define SNAPSHOT_PATH_SESSION _PATH_VARTMP "configd-session.plist"
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/reachability/
H A DSCNetworkReachabilityServer_server.c1647 #define SNAPSHOT_PATH_STATE _PATH_VARTMP "configd-reachability"

Completed in 177 milliseconds