Home
last modified time | relevance | path

Searched defs:cre (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/sys/ufs/ext2fs/
H A Dext2fs_extern.h87 #define EXT2FS_ITIMES(ip, acc, mod, cre) \ argument
H A Dext2fs_subr.c106 const struct timespec *mod, const struct timespec *cre) in ext2fs_itimes()
/netbsd-src/sys/ufs/lfs/
H A Dlfs_itimes.c58 const struct timespec *mod, const struct timespec *cre) in lfs_itimes()
H A Dlfs_accessors.h651 #define LFS_ITIMES(ip, acc, mod, cre) \ argument
/netbsd-src/sys/ufs/ffs/
H A Dffs_extern.h71 #define FFS_ITIMES(ip, acc, mod, cre) \ argument
H A Dffs_inode.c804 const struct timespec *mod, const struct timespec *cre) in ffs_itimes()
/netbsd-src/sys/ufs/chfs/
H A Dchfs_subr.c307 const struct timespec *mod, const struct timespec *cre) in chfs_itimes()
H A Dchfs.h748 #define CHFS_ITIMES(ip, acc, mod, cre) \ argument
/netbsd-src/usr.bin/vgrind/
H A Dregexp.c160 char *cre; /* pointer to converted regular expression */ in convexp() local
/netbsd-src/usr.bin/csplit/
H A Dcsplit.c368 regex_t cre; in do_rexp() local
/netbsd-src/sys/fs/ptyfs/
H A Dptyfs.h150 #define PTYFS_ITIMES(ptyfs, acc, mod, cre) \ argument
H A Dptyfs_vnops.c931 const struct timespec *mod, const struct timespec *cre) in ptyfs_itimes()
/netbsd-src/usr.bin/xargs/
H A Dxargs.c622 regex_t cre; in prompt() local
/netbsd-src/external/gpl2/grep/dist/src/
H A Dsearch.c594 static pcre *cre; variable
/netbsd-src/sys/fs/msdosfs/
H A Ddenode.h261 #define DETIMES(dep, acc, mod, cre, gmtoff) \ argument
H A Dmsdosfs_vnops.c1430 const struct timespec *mod, const struct timespec *cre, int gmtoff) in msdosfs_detimes() argument
/netbsd-src/sys/ufs/ufs/
H A Dufsmount.h146 #define UFS_ITIMES(vp, acc, mod, cre) \ argument
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dctfeexpr.d412 if (auto cre = e.isClassReferenceExp()) in copyLiteral() local
H A Ddinterpret.d5755 auto cre = result.isClassReferenceExp(); in visit() local
6710 auto cre = e.isClassReferenceExp(); in copyRegionExp() local
/netbsd-src/sys/arch/rs6000/include/
H A Diplcb.h368 uint32_t cre[16]; /* Storage Configuration Registers. */ member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddinterpret.c5544 ClassReferenceExp *cre = (ClassReferenceExp *)result; in visit() local