| /netbsd-src/sys/ufs/lfs/ |
| H A D | lfs_itimes.c | 58 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 D | lfs_accessors.h | 651 #define LFS_ITIMES(ip, acc, mod, cre) \ argument 653 lfs_itimes(ip, acc, mod, cre)
|
| /netbsd-src/sys/ufs/ext2fs/ |
| H A D | ext2fs_subr.c | 106 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 D | ext2fs_extern.h | 87 #define EXT2FS_ITIMES(ip, acc, mod, cre) \ argument 89 ext2fs_itimes(ip, acc, mod, cre)
|
| /netbsd-src/usr.bin/vgrind/ |
| H A D | regexp.c | 160 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 D | chfs_subr.c | 307 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 D | chfs.h | 748 #define CHFS_ITIMES(ip, acc, mod, cre) \ argument 750 chfs_itimes(ip, acc, mod, cre)
|
| /netbsd-src/usr.bin/csplit/ |
| H A D | csplit.c | 368 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 D | ptyfs.h | 150 #define PTYFS_ITIMES(ptyfs, acc, mod, cre) \ argument 152 ptyfs_itimes(ptyfs, acc, mod, cre)
|
| H A D | ptyfs_vnops.c | 931 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 D | xargs.c | 622 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 D | search.c | 594 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 D | ufsmount.h | 146 #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 D | ffs_extern.h | 71 #define FFS_ITIMES(ip, acc, mod, cre) \ argument 73 ffs_itimes(ip, acc, mod, cre)
|
| H A D | ffs_inode.c | 804 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 D | denode.h | 261 #define DETIMES(dep, acc, mod, cre, gmtoff) \ argument 263 msdosfs_detimes(dep, acc, mod, cre, gmtoff)
|
| H A D | msdosfs_vnops.c | 1430 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 D | iplcb.h | 368 uint32_t cre[16]; /* Storage Configuration Registers. */ member
|
| /netbsd-src/share/misc/ |
| H A D | language | 103 Cree cre cr
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | dinterpret.d | 5755 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 D | ctfeexpr.d | 412 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 D | configure | 285 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | dinterpret.c | 5544 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 D | configure | 469 -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 D | configure | 912 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
|