/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/ |
H A D | mktemp.c | 54 _mktemp(char *path) argument 56 _DIAGASSERT(path != NULL); 58 return (__gettemp(path, (int *)NULL, 0) ? path : (char *)NULL); 65 mktemp(char *path) argument 68 _DIAGASSERT(path != NULL); 70 return (__gettemp(path, (int *)NULL, 0) ? path : (char *)NULL);
|
H A D | gettemp.c | 74 char *path, 88 _DIAGASSERT(path != NULL); 91 /* Move to end of path and count trailing X's. */ 92 for (trv = path; *trv; ++trv) { 128 if (trv <= path) 132 if (stat(path, &sbuf)) 146 open(path, O_CREAT | O_EXCL | O_RDWR, 0600)) >= 0) 151 if (mkdir(path, 0700) >= 0) 155 } else if (lstat(path, &sbuf)) 73 GETTEMP( char *path, int *doopen, int domkdir ) argument
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/PosixLib/Gen/ |
H A D | utime.c | 56 const char *path, 62 _DIAGASSERT(path != NULL); 72 return (utimes(path, tvp)); 55 utime( const char *path, const struct utimbuf *times ) argument
|
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/ |
H A D | efi_pci.h | 28 /** Device path */ 29 EFI_DEVICE_PATH_PROTOCOL *path; member in struct:efi_pci_device
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/ |
H A D | w16proc.c | 46 const char *path, 45 _PR_CreateWindowsProcess( const char *path, char *const *argv, char *const *envp, const PRProcessAttr *attr) argument
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/ |
H A D | loaderProcs.h | 63 char *path; member in struct:module_desc 82 void LoaderSetPath(const char *path);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/ |
H A D | hotplug.h | 41 /* path to kernel device node - Linux e.g. /dev/dri/card0 */ 42 char *path; member in struct:OdevAttributes 44 /* system device path - Linux e.g. /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card1 */
|
H A D | loaderProcs.h | 63 char *path; member in struct:module_desc 82 void LoaderSetPath(const char *path);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/ |
H A D | loaderProcs.h | 63 char *path; member in struct:module_desc 82 void LoaderSetPath(const char *path);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/ |
H A D | loaderProcs.h | 63 char *path; member in struct:module_desc 82 void LoaderSetPath(const char *path);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/ |
H A D | loaderProcs.h | 63 char *path; member in struct:module_desc 82 void LoaderSetPath(const char *path);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/ |
H A D | loaderProcs.h | 63 char *path; member in struct:module_desc 82 void LoaderSetPath(const char *path);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/ |
H A D | loaderProcs.h | 63 char *path; member in struct:module_desc 82 void LoaderSetPath(const char *path);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/ |
H A D | loaderProcs.h | 63 char *path; member in struct:module_desc 82 void LoaderSetPath(const char *path);
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/ |
H A D | Exception.py | 18 import os.path namespace 30 self.FilePath = os.path.normpath(XmlElement(Item, '%s/FilePath' % Key)) 70 if FilePath and os.path.isfile(FilePath):
|
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/test/ |
H A D | lslr.c | 52 static int listdir(struct fsw_posix_volume *vol, char *path, int level) argument 59 dir = fsw_posix_opendir(vol, path); 61 printf("opendir(%s) call failed.\n", path); 70 snprintf(subpath, 4095, "%s%s/", path, dent->d_name); 79 static int catfile(struct fsw_posix_volume *vol, char *path) argument 85 file = fsw_posix_open(vol, path, 0, 0); 87 printf("open(%s) call failed.\n", path);
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/sys/ |
H A D | utime.h | 84 static inline int utime(const char* path, struct _utimbuf* buf) { return _utime(path, buf); } argument
|
/vbox/src/VBox/Main/include/ |
H A D | HostVideoInputDeviceImpl.h | 42 HRESULT init(const com::Utf8Str &name, const com::Utf8Str &path, const com::Utf8Str &alias); 51 virtual HRESULT getPath(com::Utf8Str &aPath) { aPath = m.path; return S_OK; } 62 com::Utf8Str path; member in struct:HostVideoInputDevice::Data
|
/vbox/src/VBox/Main/src-helper-apps/ |
H A D | VBoxVolInfo.cpp | 79 char path[PATH_MAX]; local 86 snprintf(path, sizeof(path), "/dev/%s", de->d_name); 87 if (!stat(path, &st))
|
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/ |
H A D | ib_cm.h | 53 struct ib_path *path; member in struct:ib_connection
|
H A D | ib_pathrec.h | 6 * Infiniband path records 17 /** Infiniband path operations */ 19 /** Handle path transaction completion 22 * @v path Path 27 struct ib_path *path, int rc, 31 /** An Infiniband path */ 46 * Set Infiniband path owner-private data 48 * @v path Path 52 ib_path_set_ownerdata ( struct ib_path *path, void *priv ) { argument 53 path [all...] |
/vbox/src/VBox/Additions/linux/sharedfolders/ |
H A D | lnkops.c | 29 char *path = (char*)get_zeroed_page(GFP_KERNEL); local 32 if (path) 35 rc = vboxReadLink(&client_handle, &sf_g->map, sf_i->path, PATH_MAX, path); 39 free_page((unsigned long)path); 43 nd_set_link(nd, error ? ERR_PTR(error) : path);
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/sys/ |
H A D | utime.h | 84 static inline int utime(const char* path, struct _utimbuf* buf) { return _utime(path, buf); } argument
|
/vbox/src/libs/libxml2-2.6.31/include/libxml/ |
H A D | uri.h | 40 char *path; /* the path string */ member in struct:_xmlURI 81 xmlNormalizeURIPath (char *path); 87 xmlCanonicPath (const xmlChar *path); 89 xmlPathToURI (const xmlChar *path);
|
/vbox/src/VBox/ValidationKit/testanalysis/ |
H A D | tst-a1.py | 33 import os.path namespace 36 # Only the main script needs to modify the path. 39 g_ksValidationKitDir = os.path.dirname(os.path.dirname(os.path.abspath(__file__))); 40 sys.path.append(g_ksValidationKitDir);
|