| /src/usr.sbin/installboot/ |
| cd9660.c | 112 char *stage2; local 120 assert(params->stage2 != NULL); 130 strlcpy(name, params->stage2, ISO_MAXNAMLEN); 131 stage2 = name; 132 if (stage2[0] == '/') 133 stage2++; 134 if (strchr(stage2, '/') != NULL) { 136 "on filesystem `%s'", params->stage2, params->filesystem); 139 if (strchr(stage2, '.') == NULL) { 213 if (isofncmp((u_char *)stage2, strlen(stage2) [all...] |
| fstypes.c | 88 assert(params->stage2 != NULL); 95 if (stat(params->stage2, &s2sb) == -1) { 96 warn("Examining `%s'", params->stage2); 100 warnx("`%s' must be a regular file", params->stage2); 109 params->stage2, s2sb.st_size, params->fstype->blocksize, nblk); 114 params->stage2, nblk, *maxblk); 145 assert(params->stage2 != NULL);
|
| /src/external/bsd/tre/dist/utils/ |
| build-sources.sh | 20 mkdir stage2 21 cd stage2 28 mkdir stage2-tree 29 cd stage2-tree 30 tar xzvf ../stage2/tre-*/tre-*.tar.gz 33 diff -r -wibu stage1-tree stage2-tree
|
| /src/external/gpl3/binutils/dist/config/ |
| bootstrap-asan.mk | 1 # This option enables -fsanitize=address for stage2 and stage3.
|
| bootstrap-debug-big.mk | 3 # stage3, it generates dumps during stage2 and stage3, saving them all
|
| bootstrap-lto-noplugin.mk | 1 # This option enables LTO for stage2 and stage3 on
|
| bootstrap-debug.mk | 6 # stage2, for no debug information is generated when compiling with
|
| /src/external/gpl3/binutils.old/dist/config/ |
| bootstrap-asan.mk | 1 # This option enables -fsanitize=address for stage2 and stage3.
|
| bootstrap-debug-big.mk | 3 # stage3, it generates dumps during stage2 and stage3, saving them all
|
| bootstrap-lto-noplugin.mk | 1 # This option enables LTO for stage2 and stage3 on
|
| bootstrap-debug.mk | 6 # stage2, for no debug information is generated when compiling with
|
| /src/external/gpl3/gcc/dist/config/ |
| bootstrap-asan.mk | 1 # This option enables -fsanitize=address for stage2 and stage3.
|
| bootstrap-debug-big.mk | 3 # stage3, it generates dumps during stage2 and stage3, saving them all
|
| bootstrap-lto-noplugin.mk | 1 # This option enables LTO for stage2 and stage3 on
|
| /src/external/gpl3/gcc.old/dist/config/ |
| bootstrap-asan.mk | 1 # This option enables -fsanitize=address for stage2 and stage3.
|
| bootstrap-debug-big.mk | 3 # stage3, it generates dumps during stage2 and stage3, saving them all
|
| bootstrap-lto-noplugin.mk | 1 # This option enables LTO for stage2 and stage3 on
|
| /src/external/gpl3/gdb/dist/config/ |
| bootstrap-asan.mk | 1 # This option enables -fsanitize=address for stage2 and stage3.
|
| bootstrap-debug-big.mk | 3 # stage3, it generates dumps during stage2 and stage3, saving them all
|
| bootstrap-lto-noplugin.mk | 1 # This option enables LTO for stage2 and stage3 on
|
| /src/external/gpl3/gdb.old/dist/config/ |
| bootstrap-asan.mk | 1 # This option enables -fsanitize=address for stage2 and stage3.
|
| bootstrap-debug-big.mk | 3 # stage3, it generates dumps during stage2 and stage3, saving them all
|
| bootstrap-lto-noplugin.mk | 1 # This option enables LTO for stage2 and stage3 on
|
| /src/crypto/external/apache2/openssl/dist/util/ |
| ctags.sh | 71 macros=.ctags.d/openssl-stage2/50macro-definitons.ctags 85 $CTAGS --options=openssl-stage2 \
|
| /src/sys/arch/sparc/stand/binstall/ |
| binstall.sh | 95 stage2="" 102 stage2=${targ} 137 vecho "${INSTALLBOOT} ${VERBOSE} -m $machine $DEV $BOOTXX $stage2" 139 "$DEV" "$BOOTXX" "$stage2"
|