HomeSort by: relevance | last modified time | path
    Searched refs:cre (Results 1 - 21 of 21) sorted by relevancy

  /src/sys/ufs/lfs/
lfs_itimes.c 58 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);
lfs_accessors.h 651 #define LFS_ITIMES(ip, acc, mod, cre) \
653 lfs_itimes(ip, acc, mod, cre)
  /src/sys/ufs/ext2fs/
ext2fs_subr.c 106 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));
ext2fs_extern.h 87 #define EXT2FS_ITIMES(ip, acc, mod, cre) \
89 ext2fs_itimes(ip, acc, mod, cre)
  /src/sys/fs/ptyfs/
ptyfs.h 150 #define PTYFS_ITIMES(ptyfs, acc, mod, cre) \
152 ptyfs_itimes(ptyfs, acc, mod, cre)
ptyfs_vnops.c 931 const struct timespec *mod, const struct timespec *cre)
949 if (cre == NULL)
950 cre = &now;
951 ptyfs->ptyfs_ctime = *cre;
  /src/usr.bin/vgrind/
regexp.c 160 char *cre; /* pointer to converted regular expression */ local in function:convexp
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;
  /src/sys/ufs/chfs/
chfs_subr.c 307 const struct timespec *mod, const struct timespec *cre)
327 if (cre == NULL)
328 cre = &now;
329 ip->ctime = cre->tv_sec;
chfs.h 748 #define CHFS_ITIMES(ip, acc, mod, cre) \
750 chfs_itimes(ip, acc, mod, cre)
  /src/sys/ufs/ufs/
ufsmount.h 146 #define UFS_ITIMES(vp, acc, mod, cre) \
147 (*UFS_OPS(vp)->uo_itimes)(VTOI(vp), (acc), (mod), (cre))
  /src/sys/ufs/ffs/
ffs_extern.h 71 #define FFS_ITIMES(ip, acc, mod, cre) \
73 ffs_itimes(ip, acc, mod, cre)
ffs_inode.c 804 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);
  /src/usr.bin/csplit/
csplit.c 368 regex_t cre; local in function:do_rexp
391 if (regcomp(&cre, re, REG_BASIC|REG_NOSUB) != 0)
408 if (!first && regexec(&cre, p, 0, NULL, 0) == 0)
443 regfree(&cre);
  /src/sys/fs/msdosfs/
denode.h 261 #define DETIMES(dep, acc, mod, cre, gmtoff) \
263 msdosfs_detimes(dep, acc, mod, cre, gmtoff)
msdosfs_vnops.c 1430 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,
  /src/sys/arch/rs6000/include/
iplcb.h 368 uint32_t cre[16]; /* Storage Configuration Registers. */ member in struct:ipl_info
  /src/tools/host-mkdep/
configure 285 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
748 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  /src/tools/make/
configure 912 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  /src/lib/librumpuser/
configure 923 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  /src/tools/compat/
configure 943 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  /src/sys/external/isc/libsodium/dist/
configure 1086 -no-create | --no-create | --no-creat | --no-crea | --no-cre \

Completed in 77 milliseconds