HomeSort by: relevance | last modified time | path
    Searched defs:with (Results 1 - 11 of 11) sorted by relevancy

  /src/usr.bin/make/unit-tests/
sh-jobs.mk 10 all: .PHONY comment .WAIT comment-with-followup-line .WAIT no-comment
12 # If a shell command starts with a comment character after stripping the
21 # If a shell command starts with a comment character after stripping the
25 comment-with-followup-line: .PHONY
opt-file.mk 11 all: line-with-trailing-whitespace
56 line-with-trailing-whitespace: .PHONY
  /src/distrib/amiga/miniroot/
install.md 10 # Redistribution and use in source and binary forms, with or without
17 # documentation and/or other materials provided with the distribution.
168 As with anything which modifies your disk's contents, this
214 # with some special frobbing.
254 the disk device containing the partition with the netbsd kernel:
262 echo -n "Which is the disk with the kernel? [abort] "
  /src/distrib/atari/floppies/prepare/
install.md 10 # Redistribution and use in source and binary forms, with or without
17 # documentation and/or other materials provided with the distribution.
141 As with anything which modifies your disk's contents, this
  /src/distrib/sparc/
install.md 10 # Redistribution and use in source and binary forms, with or without
17 # documentation and/or other materials provided with the distribution.
137 echo -n "Do you want to create one with the disklabel editor? [y]"
227 As with anything which modifies your disk's contents, this
  /src/distrib/sun2/miniroot/
install.md 10 # Redistribution and use in source and binary forms, with or without
17 # documentation and/or other materials provided with the distribution.
173 As with anything which modifies your disk's contents, this
  /src/distrib/sun3/miniroot/
install.md 10 # Redistribution and use in source and binary forms, with or without
17 # documentation and/or other materials provided with the distribution.
173 As with anything which modifies your disk's contents, this
  /src/distrib/hp300/miniroot/
install.md 11 # Redistribution and use in source and binary forms, with or without
18 # documentation and/or other materials provided with the distribution.
203 # What we have is a 'c' partition with the total number of
204 # blocks, and an 'a' partition with 1 sector; just large enough
220 # common even with OEM HP drives! So, we've given ourselves
305 # XXX What kind of ugliness to we have to deal with to get around
397 label the disk with SYS_INST before continuing.
407 re-label the disk with SYS_INST before continuing.
495 As with anything which modifies your hard disk's contents, this
  /src/distrib/mac68k/miniroot/
install.md 11 # Redistribution and use in source and binary forms, with or without
18 # documentation and/or other materials provided with the distribution.
147 As with anything which modifies your hard disk's contents, this
  /src/distrib/mvme68k/miniroot/
install.md 11 # Redistribution and use in source and binary forms, with or without
18 # documentation and/or other materials provided with the distribution.
130 echo -n "Do you want to create one with the disklabel editor? [y]"
193 As with anything which modifies your hard disk's contents, this program can
  /src/lib/libedit/
readline.c 10 * Redistribution and use in source and binary forms, with or without
17 * documentation and/or other materials provided with the distribution.
520 * substitute ``what'' with ``with'', returning resulting string; if
525 _rl_compat_sub(const char *str, const char *what, const char *with,
533 with_len = strlen(with);
553 memcpy(r, with, with_len);
754 char *with = el_realloc(*top, size * sizeof(*with)); local in function:getto
756 if (with == NULL
    [all...]

Completed in 16 milliseconds