Home
last modified time | relevance | path

Searched refs:__file (Results 1 – 4 of 4) sorted by relevance

/haiku/src/add-ons/print/transports/ipp/
H A DIppTransport.cpp34 __file[0] = '\0'; in IppTransport()
68 sprintf(__file, "%s/%s@ipp.%" B_PRId32, spool_path, __user, __jobid); in IppTransport()
70 __fs.open(__file, ios::in | ios::out | ios::binary | ios::trunc); in IppTransport()
72 DBGMSG(("spool_file: %s\n", __file)); in IppTransport()
129 unlink(__file); in ~IppTransport()
H A DIppTransport.h31 char __file[256]; variable
/haiku/src/system/libroot/posix/glibc/include/
H A Dfcntl.h7 extern int __open64 (__const char *__file, int __oflag, ...);
15 extern int __open (__const char *__file, int __oflag, ...);
/haiku/src/system/libroot/posix/glibc/include/sys/
H A Dstat.h8 extern int __stat (__const char *__file, struct stat *__buf);
10 extern int __lstat (__const char *__file, struct stat *__buf);
11 extern int __chmod (__const char *__file, __mode_t __mode);