/src/sys/arch/powerpc/stand/mkbootimage/ |
mkbootimage.c | 681 bebox_build_image(char *kernel, char *boot, char *rawdev, char *outname, char *repro_timestamp) 823 if (repro_timestamp) { 824 tp.tv_sec = (time_t)atoll(repro_timestamp); 853 char *repro_timestamp = NULL; local in function:main 887 repro_timestamp = optarg; 938 repro_timestamp);
|
mkbootimage.c | 681 bebox_build_image(char *kernel, char *boot, char *rawdev, char *outname, char *repro_timestamp) 823 if (repro_timestamp) { 824 tp.tv_sec = (time_t)atoll(repro_timestamp); 853 char *repro_timestamp = NULL; local in function:main 887 repro_timestamp = optarg; 938 repro_timestamp);
|
mkbootimage.c | 681 bebox_build_image(char *kernel, char *boot, char *rawdev, char *outname, char *repro_timestamp) 823 if (repro_timestamp) { 824 tp.tv_sec = (time_t)atoll(repro_timestamp); 853 char *repro_timestamp = NULL; local in function:main 887 repro_timestamp = optarg; 938 repro_timestamp);
|