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

12

/macosx-10.9.5/Libc-997.90.3/stdlib/OpenBSD/
H A Decvt.c33 __cvt(double value, int ndigit, int * __restrict decpt, int * __restrict sign, int fmode, int pad) argument
58 *decpt = 1 - fmode; /* 1 for 'e', 0 for 'f' */
65 p = __dtoa(value, fmode + 2, ndigit, decpt, sign, &rve);
76 if (pad && fmode)
/macosx-10.9.5/Libc-997.90.3/net/FreeBSD/
H A Dsourcefilter.c150 uint32_t fmode, uint32_t numsrc, struct in_addr *slist)
165 (fmode != MCAST_INCLUDE && fmode != MCAST_EXCLUDE)) {
198 sizeof(struct sockaddr_in), fmode, numsrc,
220 uint32_t *fmode, uint32_t *numsrc, struct in_addr *slist)
230 assert(fmode != NULL);
263 sizeof(struct sockaddr_in), fmode, numsrc,
285 socklen_t grouplen, uint32_t fmode, uint32_t numsrc,
292 if (fmode != MCAST_INCLUDE && fmode !
149 setipv4sourcefilter(int s, struct in_addr interface, struct in_addr group, uint32_t fmode, uint32_t numsrc, struct in_addr *slist) argument
219 getipv4sourcefilter(int s, struct in_addr interface, struct in_addr group, uint32_t *fmode, uint32_t *numsrc, struct in_addr *slist) argument
284 setsourcefilter(int s, uint32_t interface, struct sockaddr *group, socklen_t grouplen, uint32_t fmode, uint32_t numsrc, struct sockaddr_storage *slist) argument
341 getsourcefilter(int s, uint32_t interface, struct sockaddr *group, socklen_t grouplen, uint32_t *fmode, uint32_t *numsrc, struct sockaddr_storage *slist) argument
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/sdx/sdx/lib/app-sdx/
H A Dls.tcl48 [fmode sb] $sb(nlink) $sb(uid) $sb(gid) $sb(size) \
53 proc fmode arr { # From Richard Suchenwirth, bag of algorithms, file mode procedure
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_vnops.c133 static int vn_open_auth_finish(vnode_t vp, int fmode, vfs_context_t ctx);
164 vn_open(struct nameidata *ndp, int fmode, int cmode) argument
166 return(vn_open_modflags(ndp, &fmode, cmode));
181 vn_open_auth_finish(vnode_t vp, int fmode, vfs_context_t ctx) argument
185 if ((error = vnode_ref_ext(vp, fmode, 0)) != 0) {
193 mac_vnode_notify_open(ctx, vp, fmode);
212 vn_open_auth_do_create(struct nameidata *ndp, struct vnode_attr *vap, int fmode, boolean_t *did_create, boolean_t *did_open, vfs_context_t ctx) argument
224 if (fmode & O_EXCL)
241 error = vn_create(dvp, &ndp->ni_vp, ndp, vap, VN_CREATE_DOOPEN, fmode, &status, ctx);
363 int fmode; local
[all...]
H A Dvfs_subr.c217 struct vnode_attr *vap, uint32_t flags, int fmode, uint32_t *statusp, vfs_context_t ctx);
1525 vnode_ref_ext(vnode_t vp, int fmode, int flags) argument
1552 if (fmode & FWRITE) {
1556 if (fmode & O_EVTONLY) {
1771 vnode_rele_ext(vnode_t vp, int fmode, int dont_reenter) argument
1773 vnode_rele_internal(vp, fmode, dont_reenter, 0);
1778 vnode_rele_internal(vnode_t vp, int fmode, int dont_reenter, int locked) argument
1790 if (fmode & FWRITE) {
1794 if (fmode & O_EVTONLY) {
5004 vnode_open(const char *path, int fmode, in argument
5098 vn_create_reg(vnode_t dvp, vnode_t *vpp, struct nameidata *ndp, struct vnode_attr *vap, uint32_t flags, int fmode, uint32_t *statusp, vfs_context_t ctx) argument
5151 vn_create(vnode_t dvp, vnode_t *vpp, struct nameidata *ndp, struct vnode_attr *vap, uint32_t flags, int fmode, uint32_t *statusp, vfs_context_t ctx) argument
5393 vn_authorize_open_existing(vnode_t vp, struct componentname *cnp, int fmode, vfs_context_t ctx, void *reserved) argument
[all...]
/macosx-10.9.5/apache-786.1/httpd/build/
H A Dinstall-bindist.sh.in50 fmode=$4
55 if test "X${fmode}" != X ; then
56 find ${to} -type f -print | xargs chmod ${fmode}
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dposix_shm.c389 int fmode ; local
453 fmode = FFLAGS(uap->oflag);
454 if ((fmode & (FREAD | FWRITE)) == 0) {
502 if (fmode & O_CREAT) {
522 if (fmode & O_CREAT) {
524 if ((fmode & O_EXCL)) {
541 if ((error = mac_posixshm_check_open(kauth_cred_get(), pinfo, fmode))) {
545 if ( (error = pshm_access(pinfo, fmode, kauth_cred_get(), p)) ) {
550 if (!(fmode & O_CREAT)) {
561 if ((error = mac_posixshm_check_open(kauth_cred_get(), pinfo, fmode))) {
[all...]
H A Dposix_sem.c373 int fmode ; local
466 fmode = FFLAGS(uap->oflag);
468 if((fmode & O_CREAT)) {
513 if (((fmode & (O_CREAT | O_EXCL))==(O_CREAT | O_EXCL)) && incache) {
524 if (((fmode & (O_CREAT | O_EXCL))== O_CREAT) && incache) {
526 fmode &= ~O_CREAT;
529 if ( (fmode & O_CREAT) ) {
569 if ( (error = psem_access(pinfo, fmode, kauth_cred_get())) ) {
604 fp->f_flag = fmode & FMASK;
/macosx-10.9.5/ruby-104/ruby/
H A Dio.c1280 # define MODE_BTMODE(a,b,c) ((fmode & FMODE_BINMODE) ? (b) : \
1281 (fmode & FMODE_TEXTMODE) ? (c) : (a))
1292 #define fmode (fptr->mode) macro
1299 #undef fmode macro
1318 #define fmode (fptr->mode) macro
1332 #undef fmode macro
4691 rb_io_fmode_modestr(int fmode) argument
4693 if (fmode & FMODE_APPEND) {
4694 if ((fmode & FMODE_READWRITE) == FMODE_READWRITE) {
4699 switch (fmode
4729 int fmode = 0; local
4778 int fmode = 0; local
4811 rb_io_fmode_oflags(int fmode) argument
4886 rb_io_ext_int_to_encs(rb_encoding *ext, rb_encoding *intern, rb_encoding **enc, rb_encoding **enc2, int fmode) argument
4921 int fmode = fmode_p ? *fmode_p : 0; local
5059 int fmode = *fmode_p; local
5081 extract_binmode(VALUE opthash, int *fmode) argument
5110 int oflags, fmode; local
5172 rb_io_ext_int_to_encs(rb_ascii8bit_encoding(), NULL, &enc, &enc2, fmode); local
5408 rb_file_open_generic(VALUE io, VALUE filename, int oflags, int fmode, convconfig_t *convconfig, mode_t perm) argument
5436 int fmode = rb_io_modestr_fmode(modestr); local
5710 pipe_open(VALUE execarg_obj, const char *modestr, int fmode, convconfig_t *convconfig) argument
5948 pipe_open_s(VALUE prog, const char *modestr, int fmode, convconfig_t *convconfig) argument
6052 int oflags, fmode; local
6122 int oflags, fmode; local
6142 int oflags, fmode; local
6393 int oflags, fmode; local
6549 int fmode; local
7105 prep_io(int fd, int fmode, VALUE klass, const char *path) argument
7136 prep_stdio(FILE *f, int fmode, VALUE klass, const char *path) argument
7315 int fd, fmode, oflags = O_RDONLY; local
7645 int fmode; local
9204 int fmode = 0; local
[all...]
/macosx-10.9.5/network_cmds-433/mtest.tproj/
H A Dmtest.c375 uint32_t fmode, ifindex; local
525 fmode = (*cmd == 'i') ? MCAST_INCLUDE : MCAST_EXCLUDE;
575 &su.sa, su.sa.sa_len, fmode, n, &sources[0].ss) != 0)
600 &su.sa, su.sa.sa_len, &fmode, (uint32_t *)&n, NULL) != 0) {
619 if (fmode == MCAST_EXCLUDE) {
653 if (fmode == MCAST_EXCLUDE) {
703 su.sa.sa_len, &fmode, (uint32_t *)&nsrc,
709 printf("%s\n", (fmode == MCAST_INCLUDE) ? "include" :
/macosx-10.9.5/network_cmds-433/netstat.tproj/
H A Dmcast.c600 uint32_t fmode; local
639 fmode = *p++;
642 modestr = inm_mode(fmode);
646 printf(" mode (%u)", fmode);
725 uint32_t fmode; local
768 fmode = *p++;
771 modestr = inm_mode(fmode);
775 printf(" mode (%u)", fmode);
/macosx-10.9.5/xnu-2422.115.4/bsd/nfs/
H A Dnfs_syscalls.c521 int fmode, error, type; local
538 fmode = FFLAGS(uap->flags);
540 if (((fmode & (FREAD | FWRITE)) == 0) || (fmode & O_CREAT))
580 if (vnode_isdir(vp) && (fmode & (FWRITE | O_TRUNC))) {
587 if (fmode & FREAD)
589 if (fmode & (FWRITE | O_TRUNC))
594 if ((error = VNOP_OPEN(vp, fmode, ctx)))
596 if ((error = vnode_ref_ext(vp, fmode, 0)))
605 vn_close(vp, fmode
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dvnode_internal.h385 int vn_open(struct nameidata *ndp, int fmode, int cmode);
386 int vn_open_modflags(struct nameidata *ndp, int *fmode, int cmode);
387 int vn_open_auth(struct nameidata *ndp, int *fmode, struct vnode_attr *);
404 int vn_authorize_open_existing(vnode_t vp, struct componentname *cnp, int fmode, vfs_context_t ctx, void *reserved);
H A Dvnode_if.h291 int fmode, /* As passed to VNOP */
322 extern int VNOP_COMPOUND_OPEN(vnode_t dvp, vnode_t *vpp, struct nameidata *ndp, int32_t flags, int32_t fmode, uint32_t *status, struct vnode_attr *vap, vfs_context_t ctx);
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dhelp.el792 (let ((fmode (or (get mode :minor-mode-function) mode)))
794 (fboundp fmode)
797 (symbol-name fmode))
799 (substring (symbol-name fmode)
801 fmode)))
802 (push (list fmode pretty-minor-mode
H A Dfollow.el1703 (fmode (assq 'follow-mode
1706 (if (and fmode (cdr fmode))
1758 (let ((fmode (assq 'follow-mode
1762 (if (and fmode (cdr fmode))
/macosx-10.9.5/xnu-2422.115.4/libkern/zlib/
H A Dgzio.c130 char fmode[80]; /* copy of mode, without the compression level */ local
131 char *m = fmode;
175 } while (*p++ && m != fmode + sizeof(fmode));
208 s->file = fd < 0 ? F_OPEN(path, fmode) : (FILE*)fdopen(fd, fmode);
/macosx-10.9.5/smb-697.95.1/kernel/smbfs/
H A Dsmbfs_vnops.c527 smbfs_get_rights_shareMode(int fmode, uint32_t *rights, uint32_t *shareMode, uint16_t *accessMode) argument
534 if (fmode & FREAD) {
538 if (fmode & FWRITE) {
553 if (fmode & O_SHLOCK) {
559 if (fmode & O_EXLOCK) {
588 struct vnode_attr *vap, uint32_t open_disp, int fmode,
626 smbfs_get_rights_shareMode(fmode, &rights, &shareMode, &accessMode);
723 if ((fmode & O_EXLOCK) || (fmode & O_SHLOCK)) {
1302 int fmode local
587 smbfs_create_open(struct smb_share *share, vnode_t dvp, struct componentname *cnp, struct vnode_attr *vap, uint32_t open_disp, int fmode, SMBFID *fidp, struct smbfattr *fattrp, vnode_t *vpp, vfs_context_t context) argument
[all...]
/macosx-10.9.5/removefile-33/
H A Dremovefile_sunlink.c299 int fmode = O_WRONLY; local
310 if ( (state->file = open(path, fmode)) == -1) /* BSD doesn't support O_SYNC */
/macosx-10.9.5/srm-7/srm/src/
H A Dsunlink.c332 int fmode = (options & OPT_VERIFY) ? O_RDWR : O_WRONLY; local
346 if ( (file = open(path, fmode)) == -1) /* BSD doesn't support O_SYNC */
/macosx-10.9.5/zsh-60/zsh/Src/Zle/
H A Dcomp.h120 mode_t fmode; /* mode field of a stat, following symlink */ member in struct:cmatch
121 char fmodec; /* LIST_TYPE-character for fmode or nul */
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet/
H A Din_mcast.c1465 uint16_t fmode; local
1575 fmode = imf->imf_st[0];
1576 if (fmode != MCAST_EXCLUDE) {
1601 ims = imf_graft(imf, fmode, &ssa->sin);
3165 uint32_t fmode, ifindex; variable
3211 fmode = inm->inm_st[1].iss_fmode;
3212 retval = SYSCTL_OUT(req, &fmode, sizeof(uint32_t));
3227 if (fmode != ims_get_mode(inm, ims, 1)) {
3707 printf("t%d: fmode %s asm %u ex %u in %u rec %u\n", t,
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet6/
H A Din6_mcast.c1413 uint16_t fmode; local
1494 fmode = imf->im6f_st[0];
1495 if (fmode != MCAST_EXCLUDE) {
1520 ims = im6f_graft(imf, fmode, &ssa->sin6);
2989 uint32_t fmode, ifindex; variable
3039 fmode = inm->in6m_st[1].iss_fmode;
3040 retval = SYSCTL_OUT(req, &fmode, sizeof(uint32_t));
3051 if (fmode != im6s_get_mode(inm, ims, 1)) {
3525 printf("t%d: fmode %s asm %u ex %u in %u rec %u\n", t,
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-c/detail/
H A Dfs_test.c623 mode_t fmode; member in struct:tests
686 printf("File mode : %04o\n", (unsigned int)t->fmode);
689 ATF_REQUIRE(chmod(atf_fs_path_cstring(&p), t->fmode) != -1);
/macosx-10.9.5/tcl-102/tcl_ext/sdx/sdx/lib/ftpd/
H A Dftpd.tcl82 [fmode sb] $sb(nlink) $sb(uid) $sb(gid) $sb(size) \
87 proc ftpd::fmode arr { # From Richard Suchenwirth

Completed in 580 milliseconds

12