| /src/usr.bin/make/unit-tests/ | 
| dep-colon.mk | 14 # The semicolon for separating the sources from the creation commands must 
 | 
| var-scope-cmdline.mk | 22 #	Whenever a global variable is created, this creation is ignored if 
 | 
| /src/dist/pf/sbin/pfctl/ | 
| pf_print_state.c | 271 		sec = s->creation % 60; 272 		s->creation /= 60;
 273 		min = s->creation % 60;
 274 		s->creation /= 60;
 275 		printf("   age %.2u:%.2u:%.2u", s->creation, min, sec);
 
 | 
| pfctl_parser.c | 668 		sec = sn->creation % 60; 669 		sn->creation /= 60;
 670 		min = sn->creation % 60;
 671 		sn->creation /= 60;
 672 		printf("   age %.2u:%.2u:%.2u", sn->creation, min, sec);
 
 | 
| /src/sys/dist/pf/net/ | 
| if_pfsync.c | 321 	st->creation = time_second - ntohl(sp->creation); 1221 		sp->creation = htonl(secs - st->creation);
 
 | 
| pfvar.h | 662 	u_int32_t	 creation;  member in struct:pf_src_node 764 	u_int32_t		 creation;  member in struct:pf_state
 819 	u_int32_t	 creation;  member in struct:pfsync_state
 
 | 
| pf_ioctl.c | 1121 	sp->creation = secs - s->creation; 1165 	s->creation = time_second;
 3128 			pstore->creation = secs - pstore->creation;
 
 | 
| pf_norm.c | 1620 	    time_second - state->creation > TS_MAX_CONN))  { 
 | 
| pf.c | 824 		(*sn)->creation = time_second; 3592 		s->creation = time_second;
 
 | 
| /src/sys/external/isc/libsodium/dist/m4/ | 
| ltoptions.m4 | 142 _LT_DECL([], [DLLTOOL], [1], [DLL creation program])dnl 
 | 
| libtool.m4 | 3189 *** as such.  This will affect the creation of libtool libraries that 6412         # A generic and very simple default shared library creation
 8188 _LT_DECL([], [DLLTOOL], [1], [DLL creation program])
 
 | 
| /src/usr.bin/m4/TEST/ | 
| test.m4 | 184 After creation of the kingdom, a major duty of the wizards is to search for 
 | 
| /src/common/dist/zlib/ | 
| make_vms.com | 20 $!               shared image creation 
 |