Home
last modified time | relevance | path

Searched refs:cre (Results 1 – 25 of 150) sorted by relevance

123456

/netbsd-src/sys/ufs/lfs/
H A Dlfs_itimes.c58 const struct timespec *mod, const struct timespec *cre) in lfs_itimes() argument
105 if (cre == NULL) in lfs_itimes()
106 cre = &now; in lfs_itimes()
108 lfs_dino_setctime(fs, ip->i_din, cre->tv_sec); in lfs_itimes()
109 lfs_dino_setctimensec(fs, ip->i_din, cre->tv_nsec); in lfs_itimes()
H A Dlfs_accessors.h651 #define LFS_ITIMES(ip, acc, mod, cre) \ argument
653 lfs_itimes(ip, acc, mod, cre)
/netbsd-src/sys/ufs/ext2fs/
H A Dext2fs_subr.c106 const struct timespec *mod, const struct timespec *cre) in ext2fs_itimes() argument
127 if (cre == NULL) in ext2fs_itimes()
128 cre = &now; in ext2fs_itimes()
129 EXT2_DINODE_TIME_SET(cre, ip->i_din.e2fs_din, e2di_ctime, EXT2_DINODE_SIZE(ip->i_e2fs)); in ext2fs_itimes()
H A Dext2fs_extern.h87 #define EXT2FS_ITIMES(ip, acc, mod, cre) \ argument
89 ext2fs_itimes(ip, acc, mod, cre)
/netbsd-src/usr.bin/vgrind/
H A Dregexp.c160 char *cre; /* pointer to converted regular expression */ in convexp() local
167 cre = malloc(4 * strlen(re) + 3); in convexp()
168 ccre = cre; in convexp()
172 *cre = META | OPT; in convexp()
173 MSYM(cre) = 'a'; in convexp()
174 ccre = MNEXT(cre); in convexp()
179 return cre; in convexp()
/netbsd-src/sys/ufs/chfs/
H A Dchfs_subr.c307 const struct timespec *mod, const struct timespec *cre) in chfs_itimes() argument
327 if (cre == NULL) in chfs_itimes()
328 cre = &now; in chfs_itimes()
329 ip->ctime = cre->tv_sec; in chfs_itimes()
H A Dchfs.h748 #define CHFS_ITIMES(ip, acc, mod, cre) \ argument
750 chfs_itimes(ip, acc, mod, cre)
/netbsd-src/usr.bin/csplit/
H A Dcsplit.c368 regex_t cre; in do_rexp() local
391 if (regcomp(&cre, re, REG_BASIC|REG_NOSUB) != 0) in do_rexp()
408 if (!first && regexec(&cre, p, 0, NULL, 0) == 0) in do_rexp()
443 regfree(&cre); in do_rexp()
/netbsd-src/sys/fs/ptyfs/
H A Dptyfs.h150 #define PTYFS_ITIMES(ptyfs, acc, mod, cre) \ argument
152 ptyfs_itimes(ptyfs, acc, mod, cre)
H A Dptyfs_vnops.c931 const struct timespec *mod, const struct timespec *cre) in ptyfs_itimes() argument
949 if (cre == NULL) in ptyfs_itimes()
950 cre = &now; in ptyfs_itimes()
951 ptyfs->ptyfs_ctime = *cre; in ptyfs_itimes()
/netbsd-src/usr.bin/xargs/
H A Dxargs.c622 regex_t cre; in prompt() local
633 regcomp(&cre, nl_langinfo(YESEXPR), REG_BASIC) != 0) { in prompt()
638 match = regexec(&cre, response, 0, NULL, 0); in prompt()
640 regfree(&cre); in prompt()
/netbsd-src/external/gpl2/grep/dist/src/
H A Dsearch.c594 static pcre *cre; variable
653 cre = pcre_compile (re, flags, &ep, &e, pcre_maketables ()); in Pcompile()
654 if (!cre) in Pcompile()
657 extra = pcre_study (cre, 0, &ep); in Pcompile()
676 int e = pcre_exec (cre, extra, buf, size, 0, 0, in Pexecute()
/netbsd-src/sys/ufs/ufs/
H A Dufsmount.h146 #define UFS_ITIMES(vp, acc, mod, cre) \ argument
147 (*UFS_OPS(vp)->uo_itimes)(VTOI(vp), (acc), (mod), (cre))
/netbsd-src/sys/ufs/ffs/
H A Dffs_extern.h71 #define FFS_ITIMES(ip, acc, mod, cre) \ argument
73 ffs_itimes(ip, acc, mod, cre)
H A Dffs_inode.c804 const struct timespec *mod, const struct timespec *cre) in ffs_itimes() argument
829 if (cre == NULL) in ffs_itimes()
830 cre = &now; in ffs_itimes()
831 DIP_ASSIGN(ip, ctime, cre->tv_sec); in ffs_itimes()
832 DIP_ASSIGN(ip, ctimensec, cre->tv_nsec); in ffs_itimes()
/netbsd-src/sys/fs/msdosfs/
H A Ddenode.h261 #define DETIMES(dep, acc, mod, cre, gmtoff) \ argument
263 msdosfs_detimes(dep, acc, mod, cre, gmtoff)
H A Dmsdosfs_vnops.c1430 const struct timespec *mod, const struct timespec *cre, int gmtoff) in msdosfs_detimes() argument
1455 if (cre == NULL) in msdosfs_detimes()
1456 cre = ts == NULL ? in msdosfs_detimes()
1458 msdosfs_unix2dostime(cre, gmtoff, &dep->de_CDate, in msdosfs_detimes()
/netbsd-src/sys/arch/rs6000/include/
H A Diplcb.h368 uint32_t cre[16]; /* Storage Configuration Registers. */ member
/netbsd-src/share/misc/
H A Dlanguage103 Cree cre cr
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddinterpret.d5755 auto cre = result.isClassReferenceExp(); in visit() local
5756 auto cd = cre.originalClass(); in visit()
5763 result = interpretFunction(pue, cd.dtor, istate, null, cre); in visit()
6710 auto cre = e.isClassReferenceExp(); in copyRegionExp() local
6711 cre.value = copyRegionExp(cre.value).isStructLiteralExp(); in copyRegionExp()
H A Dctfeexpr.d412 if (auto cre = e.isClassReferenceExp()) in copyLiteral() local
414 emplaceExp!(ClassReferenceExp)(&ue, e.loc, cre.value, e.type); in copyLiteral()
/netbsd-src/tools/host-mkdep/
H A Dconfigure285 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddinterpret.c5544 ClassReferenceExp *cre = (ClassReferenceExp *)result; in visit() local
5545 ClassDeclaration *cd = cre->originalClass(); in visit()
5555 result = interpretFunction(pue, cd->dtor, istate, NULL, cre); in visit()
/netbsd-src/external/gpl2/grep/dist/
H A Dconfigure469 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
996 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
/netbsd-src/tools/make/
H A Dconfigure912 -no-create | --no-create | --no-creat | --no-crea | --no-cre \

123456