Searched refs:cre (Results 1 - 25 of 242) sorted by relevance

12345678910

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

Completed in 359 milliseconds

12345678910