Searched refs:open (Results 1 - 25 of 740) sorted by relevance

1234567891011>>

/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dfcntl--.h23 #undef open macro
24 #define open open_safer macro
H A Dsave-cwd.c35 /* On systems without the fchdir function (WOE), pretend that open
39 # undef open macro
40 # define open(File, Flags) (-1) macro
50 space using malloc (via xgetcwd) or leave a file descriptor open;
58 So, we prefer to use the open/fchdir approach, but fall back on
72 cwd->desc = open (".", O_RDONLY);
H A Dopen-safer.c1 /* Invoke open, but avoid some glitches.
48 return fd_safer (open (file, flags, mode));
H A Dfcntl.h40 # define open rpl_open macro
41 extern int open (const char *filename, int flags, ...);
H A Dfcntl.in.h39 # define open rpl_open macro
40 extern int open (const char *filename, int flags, ...);
H A Dopenat-proc.c1 /* Create /proc/self/fd-related names for subfiles of open directories.
36 /* The results of open() in this file are not used with fchdir,
38 #undef open macro
67 int proc_self_fd = open ("/proc/self/fd", O_RDONLY);
/haiku-fatelf/data/bin/
H A Duserguide10 open file://$localizedUserGuide
12 open $userGuide
14 open $userGuideURL
H A Dwelcome10 open file://$localizedWelcomeFile
12 open $welcomeFile
14 open $welcomeURL
/haiku-fatelf/data/config/boot/
H A DUserBootscript5 # Start programs and open files in the boot launch folder
8 /bin/open "$file" &
/haiku-fatelf/src/bin/coreutils/lib/
H A Dfcntl--.h23 #undef open macro
24 #define open open_safer macro
H A Dfcntl.in.h80 # undef open
81 # define open rpl_open
82 extern int open (const char *filename, int flags, ...) _GL_ARG_NONNULL ((1));
85 # undef open
86 # define open \
87 (GL_LINK_WARNING ("open is not always POSIX compliant - " \
88 "use gnulib module open for portability"), \
89 open)
H A Dsave-cwd.c41 /* On systems without the fchdir function (WOE), pretend that open
45 # undef open macro
46 # define open(File, Flags) (-1) macro
56 space using malloc (via xgetcwd) or leave a file descriptor open;
64 So, we prefer to use the open/fchdir approach, but fall back on
78 cwd->desc = open (".", O_RDONLY);
H A Dopen-safer.c1 /* Invoke open, but avoid some glitches.
45 return fd_safer (open (file, flags, mode));
H A Dfcntl.h119 # undef open macro
120 # define open rpl_open macro
121 extern int open (const char *filename, int flags, ...) _GL_ARG_NONNULL ((1));
124 # undef open macro
125 # define open \ macro
126 (GL_LINK_WARNING ("open is not always POSIX compliant - " \
127 "use gnulib module open for portability"), \
128 open)
H A Dopenat-proc.c1 /* Create /proc/self/fd-related names for subfiles of open directories.
37 /* The results of open() in this file are not used with fchdir,
42 #undef open macro
78 int proc_self_fd = open ("/proc/self/fd", O_RDONLY);
/haiku-fatelf/src/libs/stdc++/legacy/
H A Dpfstream.cc43 if (!pbuf->open(p+1, mode))
63 if (pbuf->open(command, mode))
72 if (!rdbuf()->open(name, mode, prot))
84 if (!pbuf->open(p+1, mode))
89 if (!rdbuf()->open(name, mode, prot))
H A Dprocbuf.cc39 procbuf *procbuf::open(const char *command, int mode) function in class:procbuf
H A DSFile.cc59 void SFile::open(const char *name, int size, int mode, int prot) function in class:SFile
61 fstream::open(name, mode, prot);
/haiku-fatelf/src/tests/servers/app/
H A Drun20 open $BASE
/haiku-fatelf/headers/cpp/
H A Dprocbuf.h43 procbuf* open(const char *command, int mode);
H A Dfstream.h49 void open(const char *name, int mode, int prot=0664);
66 void open(const char *name, int mode=ios::in, int prot=0664) function in class:ifstream
67 { fstreambase::open(name, mode | ios::in, prot); }
77 void open(const char *name, int mode=ios::out, int prot=0664) function in class:ofstream
78 { fstreambase::open(name, mode | ios::out, prot); }
88 void open(const char *name, int mode, int prot=0664) function in class:fstream
89 { fstreambase::open(name, mode, prot); }
/haiku-fatelf/src/bin/zip/beos/
H A Dzipup.h15 #define zopen(n,p) open(n,p)
/haiku-fatelf/src/tools/zip/unix/
H A Dzipup.h15 #define zopen(n,p) open(n,p)
/haiku-fatelf/src/libs/print/libgutenprint/src/foomatic/
H A Dmk_printerlist.in8 open PRINTERS, "(wget -q -O - http://www.openprinting.org/printer_list.cgi; cat foomatic-printermap) |" or die "Can't get print list: $!";
/haiku-fatelf/src/libs/util/
H A Dlogin.c66 if (tty > 0 && (fd = open(_PATH_UTMP, O_WRONLY|O_CREAT, 0644)) >= 0) {
71 if ((fd = open(_PATH_WTMP, O_WRONLY|O_APPEND, 0)) >= 0) {

Completed in 113 milliseconds

1234567891011>>