Searched refs:pathname (Results 1 - 17 of 17) sorted by relevance

/haiku/src/system/libroot/posix/unistd/
H A Dttyname.c55 static char pathname[MAXPATHLEN]; local
57 int err = ttyname_r(fd, pathname, sizeof(pathname));
62 return pathname;
/haiku/src/tools/fs_shell/
H A Dfcntl.cpp28 fssh_open(const char *pathname, int oflags, ...) argument
44 fd = open(pathname, to_platform_open_mode(oflags),
47 fd = _kern_open(-1, pathname, to_platform_open_mode(oflags),
/haiku/src/system/libnetwork/netresolv/dst/
H A Dsupport.c310 char pathname[PATH_MAX]; local
312 if (strlen(filename) + strlen(dst_path) >= sizeof(pathname))
316 strcpy(pathname, dst_path);
317 strcat(pathname, filename);
319 strcpy(pathname, filename);
321 fp = fopen(pathname, mode);
323 chmod(pathname, (mode_t)perm);
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dcache.h38 const char *pathname; member in struct:CACHED_INODE
48 const char *pathname; /* not used */ member in struct:CACHED_NIDATA
H A Dplugin.h175 * The argument pathname may be NULL
180 const char *pathname,
H A Ddir.h69 const char *pathname);
H A Ddir.c150 if (w->pathname) {
151 len = strlen(w->pathname);
154 && (strncmp(c->pathname, w->pathname, len)
155 || ((c->pathname[len] != '\0')
156 && (c->pathname[len] != '/'))));
158 different = !c->pathname
640 * ntfs_pathname_to_inode - Find the inode which represents the given pathname
643 * @pathname: Pathname to be located
645 * Take an ASCII pathname an
652 ntfs_pathname_to_inode(ntfs_volume *vol, ntfs_inode *parent, const char *pathname) argument
1907 ntfs_delete(ntfs_volume *vol, const char *pathname, ntfs_inode *ni, ntfs_inode *dir_ni, const ntfschar *name, u8 name_len) argument
[all...]
H A Dinode.c447 item.pathname = (const char*)NULL;
475 item.pathname = (const char*)NULL;
534 item.pathname = (const char*)NULL;
/haiku/headers/private/fs_shell/
H A Dfssh_fcntl.h72 extern int fssh_open(const char *pathname, int oflags, ...);
/haiku/src/kits/tracker/
H A DNavigator.cpp280 BString pathname = fLocation->Text(); local
282 if (pathname.Compare("") == 0)
283 pathname = "/";
288 if (entry.SetTo(pathname.String()) == B_OK
/haiku/src/bin/network/ftpd/
H A Dftpcmd.y165 %type <s> pathstring pathname password username
563 | RETR check_login SP pathname CRLF
573 | STOR check_login_ro SP pathname CRLF
580 | APPE check_login_ro SP pathname CRLF
609 | STAT check_login SP pathname CRLF
622 | DELE check_login_ro SP pathname CRLF
629 | RNTO check_login_ro SP pathname CRLF
654 | CWD check_login SP pathname CRLF
685 | MKD check_login_ro SP pathname CRLF
692 | RMD check_login_ro SP pathname CRL
[all...]
/haiku/src/libs/iconv/
H A Dlocalcharset.c65 # define relocate(pathname) (pathname)
/haiku/src/tests/kits/storage/
H A DEntryTest.cpp1330 // too long pathname
1421 string pathname = testEntry->path; local
1424 //printf("path: `%s', dir: `%s', new name: `%s'\n", pathname.c_str(),
1429 CreateFile(pathname.c_str());
1432 CreateDir(pathname.c_str());
1435 CreateLink(pathname.c_str(), file1.cpath);
1441 CPPUNIT_ASSERT( entry.SetTo(pathname.c_str()) == B_OK );
1445 printf("`%s'.Rename(`%s', %d): ", pathname.c_str(), newName.c_str(), clobber);
1453 CPPUNIT_ASSERT( !PingFile(pathname.c_str()) );
1457 CPPUNIT_ASSERT( !PingDir(pathname
1642 string pathname = testEntry->path; local
[all...]
/haiku/src/add-ons/kernel/bus_managers/acpi/
H A DACPIPrivate.h54 status_t (*get_handle)(acpi_handle parent, const char *pathname,
175 status_t get_handle(acpi_handle parent, const char* pathname,
H A DBusManager.cpp292 get_handle(acpi_handle parent, const char *pathname, acpi_handle *retHandle) argument
294 return AcpiGetHandle(parent, (ACPI_STRING)pathname, retHandle) == AE_OK
/haiku/src/apps/packageinstaller/
H A DPackageInfo.cpp625 char *pathname = new char[length + 1]; local
626 fPackageFile->Read(pathname, length);
627 pathname[length] = 0;
628 BString *path = new BString(pathname);
629 if (length > 0 && pathname[length - 1] == '/')
632 delete[] pathname;
/haiku/headers/os/drivers/
H A DACPI.h184 status_t (*get_handle)(acpi_handle parent, const char *pathname,

Completed in 214 milliseconds