Searched refs:getosreldate (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/share/examples/FreeBSD_version/
H A DFreeBSD_version.c16 printf("Execution environment release date: %d\n", getosreldate());
/freebsd-12-stable/lib/libc/gen/
H A Dgetosreldate.c43 getosreldate(void) function
H A DMakefile.inc73 getosreldate.c \
243 getosreldate.3 \
/freebsd-12-stable/tools/test/auxinfo/
H A Dauxinfo.c47 printf("OSRELDATE: %d\n", getosreldate());
/freebsd-12-stable/sbin/fsck_ffs/
H A Dmain.c461 fswritefd != -1 && getosreldate() >= P_OSREL_CK_CYLGRP) {
467 getosreldate() >= P_OSREL_CK_SUPERBLOCK &&
471 getosreldate() >= P_OSREL_CK_INODE &&
475 getosreldate() >= P_OSREL_CK_INDIR &&
479 getosreldate() >= P_OSREL_CK_DIR &&
/freebsd-12-stable/usr.bin/uname/
H A Duname.c278 snprintf(buf, sizeof(buf), "%d", getosreldate());
/freebsd-12-stable/include/
H A Dunistd.h514 int getosreldate(void);
/freebsd-12-stable/usr.sbin/rpc.lockd/
H A Dlockd.c200 if (getosreldate() >= 800040)
/freebsd-12-stable/sbin/newfs/
H A Dmkfs.c498 if (getosreldate() >= P_OSREL_CK_CYLGRP)

Completed in 201 milliseconds