Home
last modified time | relevance | path

Searched refs:FMASK (Results 1 – 11 of 11) sorted by relevance

/netbsd/external/gpl3/gdb/dist/sim/bfin/
H A Dgui.c218 #define FMASK(cnt, shift) (((1 << (cnt)) - 1) << (shift)) macro
221 FMASK (rcnt, rsh), FMASK (gcnt, gsh), FMASK (bcnt, bsh), FMASK (acnt, ash),
/netbsd/external/gpl3/gdb.old/dist/sim/bfin/
H A Dgui.c218 #define FMASK(cnt, shift) (((1 << (cnt)) - 1) << (shift)) macro
221 FMASK (rcnt, rsh), FMASK (gcnt, gsh), FMASK (bcnt, bsh), FMASK (acnt, ash),
/netbsd/games/hack/
H A Dconfig.h94 #define FMASK 0660 /* file creation mask */ macro
H A Dhack.save.c106 if ((fd = creat(SAVEF, FMASK)) < 0) { in dosave0()
199 if ((nfd = creat(lock, FMASK)) < 0) in dorecover()
H A Dhack.bones.c143 if ((fd = creat(bones, FMASK)) < 0) in savebones()
H A Dhack.unix.c324 fd = creat(lock, FMASK); in getlock()
H A Dhack.do.c205 fd = creat(lock, FMASK); in goto_level()
/netbsd/sys/sys/
H A Dfcntl.h149 #define FMASK (FREAD|FWRITE|FCNTLFLAGS|FEXEC) macro
/netbsd/sys/kern/
H A Dtty_ptm.c204 fp->f_flag = FREAD|FWRITE|(flags&FMASK); in pty_alloc_master()
H A Dkern_descrip.c1914 fp->f_flag = flag & FMASK; in fd_clone()
H A Dvfs_syscalls.c283 fp->f_flag = flags & FMASK; in open_setfp()