Searched refs:oflag (Results 1 - 25 of 31) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/win32/wince/
H A Dwincecompat.c32 int open(const char *filename,int oflag, ...) argument
36 if ( oflag==(O_WRONLY|O_CREAT) )
38 else if (oflag==O_RDONLY)
H A Dwincecompat.h36 int open(const char *filename,int oflag, ...);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A Dvfs.h77 #define VFS_FUNC_ARGS_EA_GETSIZE const struct vol * __restrict vol, char * __restrict rbuf, size_t * __restrict rbuflen, const char * __restrict uname, int oflag, const char * __restrict attruname
78 #define VFS_FUNC_VARS_EA_GETSIZE vol, rbuf, rbuflen, uname, oflag, attruname
80 #define VFS_FUNC_ARGS_EA_GETCONTENT const struct vol * __restrict vol, char * __restrict rbuf, size_t * __restrict rbuflen, const char * __restrict uname, int oflag, const char * __restrict attruname, int maxreply
81 #define VFS_FUNC_VARS_EA_GETCONTENT vol, rbuf, rbuflen, uname, oflag, attruname, maxreply
83 #define VFS_FUNC_ARGS_EA_LIST const struct vol * __restrict vol, char * __restrict attrnamebuf, size_t * __restrict buflen, const char * __restrict uname, int oflag
84 #define VFS_FUNC_VARS_EA_LIST vol, attrnamebuf, buflen, uname, oflag
86 #define VFS_FUNC_ARGS_EA_SET const struct vol * __restrict vol, const char * __restrict uname, const char * __restrict attruname, const char * __restrict ibuf, size_t attrsize, int oflag
87 #define VFS_FUNC_VARS_EA_SET vol, uname, attruname, ibuf, attrsize, oflag
89 #define VFS_FUNC_ARGS_EA_REMOVE const struct vol * __restrict vol, const char * __restrict uname, const char * __restrict attruname, int oflag
90 #define VFS_FUNC_VARS_EA_REMOVE vol, uname, attruname, oflag
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dvfs.h77 #define VFS_FUNC_ARGS_EA_GETSIZE const struct vol * vol, char * rbuf, size_t * rbuflen, const char * uname, int oflag, const char * attruname
78 #define VFS_FUNC_VARS_EA_GETSIZE vol, rbuf, rbuflen, uname, oflag, attruname
80 #define VFS_FUNC_ARGS_EA_GETCONTENT const struct vol * vol, char * rbuf, size_t * rbuflen, const char * uname, int oflag, const char * attruname, int maxreply
81 #define VFS_FUNC_VARS_EA_GETCONTENT vol, rbuf, rbuflen, uname, oflag, attruname, maxreply
83 #define VFS_FUNC_ARGS_EA_LIST const struct vol * vol, char * attrnamebuf, size_t * buflen, const char * uname, int oflag
84 #define VFS_FUNC_VARS_EA_LIST vol, attrnamebuf, buflen, uname, oflag
86 #define VFS_FUNC_ARGS_EA_SET const struct vol * vol, const char * uname, const char * attruname, const char * ibuf, size_t attrsize, int oflag
87 #define VFS_FUNC_VARS_EA_SET vol, uname, attruname, ibuf, attrsize, oflag
89 #define VFS_FUNC_ARGS_EA_REMOVE const struct vol * vol, const char * uname, const char * attruname, int oflag
90 #define VFS_FUNC_VARS_EA_REMOVE vol, uname, attruname, oflag
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dextattrs.c76 int ret, oflag = 0, adflags = 0; local
123 oflag = O_NOFOLLOW;
201 ret = vol->vfs->vfs_ea_list(vol, attrnamebuf, &attrbuflen, uname, oflag);
264 int ret, oflag = 0; local
295 oflag = O_NOFOLLOW;
337 ret = vol->vfs->vfs_ea_getsize(vol, rbuf, rbuflen, s_path->u_name, oflag, attruname);
339 ret = vol->vfs->vfs_ea_getcontent(vol, rbuf, rbuflen, s_path->u_name, oflag, attruname, maxreply);
346 int oflag = 0, ret; local
377 oflag |= O_NOFOLLOW;
380 oflag |
426 int oflag = 0, ret; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dextattrs.c76 int ret, oflag = 0, adflags = 0; local
123 oflag = O_NOFOLLOW;
189 ret = vol->vfs->vfs_ea_list(vol, attrnamebuf, &attrbuflen, uname, oflag);
252 int ret, oflag = 0; local
283 oflag = O_NOFOLLOW;
325 ret = vol->vfs->vfs_ea_getsize(vol, rbuf, rbuflen, s_path->u_name, oflag, attruname);
327 ret = vol->vfs->vfs_ea_getcontent(vol, rbuf, rbuflen, s_path->u_name, oflag, attruname, maxreply);
334 int oflag = 0, ret; local
365 oflag |= O_NOFOLLOW;
368 oflag |
414 int oflag = 0, ret; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/vfs/
H A Dea_sys.c74 * oflag (r) link and create flag
90 if ((oflag & O_NOFOLLOW) ) {
141 * oflag (r) link and create flag
165 if ((oflag & O_NOFOLLOW) ) {
210 * oflag (r) link and create flag
230 if ((oflag & O_NOFOLLOW)) {
298 * oflag (r) link and create flag
311 if ((oflag & O_CREAT) )
314 else if ((oflag & O_TRUNC) )
317 if ((oflag
[all...]
H A Dsys_ea.c76 static int solaris_attropen(const char *path, const char *attrpath, int oflag, mode_t mode);
77 static int solaris_openat(int fildes, const char *path, int oflag, mode_t mode);
724 static int solaris_attropen(const char *path, const char *attrpath, int oflag, mode_t mode) argument
726 int filedes = attropen(path, attrpath, oflag, mode);
736 static int solaris_openat(int fildes, const char *path, int oflag, mode_t mode) argument
738 int filedes = openat(fildes, path, oflag, mode);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/vfs/
H A Dea_sys.c74 * oflag (r) link and create flag
90 if ((oflag & O_NOFOLLOW) ) {
141 * oflag (r) link and create flag
165 if ((oflag & O_NOFOLLOW) ) {
210 * oflag (r) link and create flag
230 if ((oflag & O_NOFOLLOW)) {
298 * oflag (r) link and create flag
311 if ((oflag & O_CREAT) )
314 else if ((oflag & O_TRUNC) )
317 if ((oflag
[all...]
H A Dsys_ea.c76 static int solaris_attropen(const char *path, const char *attrpath, int oflag, mode_t mode);
77 static int solaris_openat(int fildes, const char *path, int oflag, mode_t mode);
724 static int solaris_attropen(const char *path, const char *attrpath, int oflag, mode_t mode) argument
726 return attropen(path, attrpath, oflag, mode);
729 static int solaris_openat(int fildes, const char *path, int oflag, mode_t mode) argument
731 int filedes = openat(fildes, path, oflag, mode);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/ipc/
H A Dcompat_mq.c50 int oflag, compat_mode_t mode,
54 if (u_attr && oflag & O_CREAT) {
61 return sys_mq_open(u_name, oflag, mode, p);
49 compat_sys_mq_open(const char __user *u_name, int oflag, compat_mode_t mode, struct compat_mq_attr __user *u_attr) argument
H A Dmqueue.c603 int oflag, mode_t mode, struct mq_attr __user *u_attr)
625 return dentry_open(dentry, mqueue_mnt, oflag);
634 static struct file *do_open(struct dentry *dentry, int oflag) argument
639 if ((oflag & O_ACCMODE) == (O_RDWR | O_WRONLY)) {
645 if (permission(dentry->d_inode, oflag2acc[oflag & O_ACCMODE], NULL)) {
651 return dentry_open(dentry, mqueue_mnt, oflag);
654 asmlinkage long sys_mq_open(const char __user *u_name, int oflag, mode_t mode, argument
662 error = audit_mq_open(oflag, mode, u_attr);
681 if (oflag & O_CREAT) {
685 if (oflag
602 do_create(struct dentry *dir, struct dentry *dentry, int oflag, mode_t mode, struct mq_attr __user *u_attr) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Ddd.c234 int oflag = O_WRONLY | O_CREAT; local
237 oflag |= O_TRUNC;
239 ofd = xopen(outfile, oflag);
H A Dstty.c586 unsigned long iflag, oflag, cflag, lflag; local
591 &iflag, &oflag, &cflag, &lflag, &n) != 4)
594 mode->c_oflag = oflag;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A DdigiFep1.h51 u16 oflag; member in struct:board_chan
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dexecute.c97 nonintr_open (const char *pathname, int oflag, mode_t mode) argument
102 retval = open (pathname, oflag, mode);
H A Dpipe.c96 nonintr_open (const char *pathname, int oflag, mode_t mode) argument
101 retval = open (pathname, oflag, mode);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Daudit.h404 extern int __audit_mq_open(int oflag, mode_t mode, struct mq_attr __user *u_attr);
428 static inline int audit_mq_open(int oflag, mode_t mode, struct mq_attr __user *u_attr) argument
431 return __audit_mq_open(oflag, mode, u_attr);
H A Dcdk.h215 unsigned long oflag; member in struct:asyport
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dsystem.c375 int sys_open(const char *path, int oflag, mode_t mode) argument
378 return open64(path, oflag, mode);
380 return open(path, oflag, mode);
975 int wsys_open(const smb_ucs2_t *wfname, int oflag, mode_t mode)
978 return sys_open(unicode_to_unix(fname,wfname,sizeof(fname)), oflag, mode);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/ip2/
H A Di2cmd.h383 // Enable on-board post-processing, using options given in oflag argument.
392 #define CMD_OPOST_ON(oflag) \
393 (*(USHORT *)(((cmdSyntaxPtr)(ct39))->cmd[1]) = (oflag), \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/sys/solaris/
H A Ddlpi.c39 dlpi_open( queue_t *q, dev_t *dev, int oflag, int sflag, cred_t *cred ) argument
57 dlpi_close( queue_t *q, int oflag, cred_t *cred ) argument
H A Dtpi.c85 tpi_open( queue_t *q, dev_t *dev, int oflag, int sflag, cred_t *cred ) argument
102 tpi_close( queue_t *q, int oflag, cred_t *cred ) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/sys/solaris/
H A Ddlpi.c39 dlpi_open( queue_t *q, dev_t *dev, int oflag, int sflag, cred_t *cred ) argument
57 dlpi_close( queue_t *q, int oflag, cred_t *cred ) argument
H A Dtpi.c85 tpi_open( queue_t *q, dev_t *dev, int oflag, int sflag, cred_t *cred ) argument
102 tpi_close( queue_t *q, int oflag, cred_t *cred ) argument

Completed in 254 milliseconds

12