| /mirbsd/src/sbin/restore/ |
| D | utilities.c | 200 linkit(char *existing, char *new, int type) in linkit() argument 204 if (!Nflag && symlink(existing, new) < 0) { in linkit() 206 new, existing); in linkit() 210 if (!Nflag && link(existing, new) < 0) { in linkit() 212 new, existing); in linkit() 220 type == SYMLINK ? "symbolic" : "hard", new, existing); in linkit()
|
| /mirbsd/src/gnu/usr.bin/perl/ext/threads/shared/t/ |
| D | hv_simple.t | 56 ok(8, exists($hash{"1"}), "Exist on existing key"); 57 ok(9, !exists($hash{"4"}), "Exists on non existing key");
|
| /mirbsd/src/sys/dev/ic/ |
| D | pcdisplay_subr.c | 44 pcdisplay_cursor_init(scr, existing) in pcdisplay_cursor_init() argument 46 int existing; 56 if (existing) {
|
| D | vga.c | 400 vga_init_screen(vc, scr, type, existing, attrp) in vga_init_screen() argument 404 int existing; 417 if (existing) { 441 pcdisplay_cursor_init(&scr->pcs, existing);
|
| /mirbsd/src/lib/libssl/src/doc/crypto/ |
| D | buffer.pod | 40 BUF_MEM_free() frees up an already existing buffer. The data is zeroed 43 BUF_MEM_grow() changes the size of an already existing buffer to
|
| D | BN_new.pod | 24 initializes an existing uninitialized B<BIGNUM>.
|
| D | BN_CTX_new.pod | 25 structure. BN_CTX_init() initializes an existing uninitialized
|
| D | BIO_new.pod | 21 BIO_set() sets the method of an already existing BIO.
|
| D | BN_mod_mul_reciprocal.pod | 34 BN_RECP_CTX_init() initializes an existing uninitialized B<BN_RECP>.
|
| /mirbsd/src/gnu/usr.bin/perl/ext/DynaLoader/ |
| D | README | 32 interface similar to an existing generic type, e.g., dlopen or dld, 49 Refer to DynaLoader.pm, lib/ExtUtils/MakeMaker.pm and any existing
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Digest/MD5/t/ |
| D | badfile.t | 14 open(BAR, "no-existing-file.$$");
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Storable/ |
| D | Makefile.PL | 29 variables. If you have existing data written with an earlier version of
|
| /mirbsd/src/gnu/usr.bin/perl/Cross/ |
| D | README | 17 We are currently dependent on an existing working local copy of 31 4) make patch ## This will patch the existing source-tree.
|
| /mirbsd/src/gnu/usr.bin/rcs/ |
| D | rcs_func.ms | 72 RCS is fully compatible with existing software development tools. 74 all your existing software tools can be used as before.
|
| /mirbsd/src/gnu/usr.bin/cvs/m4/ |
| D | chdir-long.m4 | 5 # that when it is given the name of an existing directory, it
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | gdbarch.sh | 959 doesn't recognize the selected architecture; an existing \`\`struct 1045 architecture'' et.al., the existing architecture and BFD's default 2060 /* The existing architecture has been swapped out - all this code 2065 sources: "set ..."; INFOabfd supplied; and the existing 2123 /* Is this a pre-existing architecture (as determined by already 2135 /* Find the existing arch in the list. */ 2200 /* Restore the existing architecture. */ 2207 /* Make the specified architecture current, swapping the existing one
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Switch/ |
| D | README | 14 of existing Perl control structures. The semantics are particularly
|
| /mirbsd/src/sys/dev/isa/ |
| D | ega.c | 360 ega_init_screen(vc, scr, type, existing, attrp) in ega_init_screen() argument 364 int existing; 377 if (existing) { 399 pcdisplay_cursor_init(&scr->pcs, existing);
|
| /mirbsd/src/lib/libssl/src/crypto/engine/ |
| D | README | 45 However existing API usage cannot be made to understand when an EVP_CIPHER 48 The other problem with the existing API w.r.t. to hooking EVP_CIPHER support 54 stored, or exposed to the caller in the same manner as existing ciphers. This is 71 solution is to change the way ENGINE feeds existing "classes", ie. how the 88 and the existing EVP API functions that return "software" implementations and
|
| /mirbsd/src/lib/libssl/src/ |
| D | README.ASN1 | 73 which will then automatically handle all existing templates. 84 o Convert existing ASN1 code to template form. *IN PROGRESS* 86 o Convert an existing ASN1 compiler (probably SNACC) to output templates
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/ |
| D | HACKERS | 102 Remove all existing todo files in the F<parts/base> and 160 existing files in F<parts/inc/>. If not, just start a new one and 197 It's usually the best approach to just copy an existing file and
|
| /mirbsd/src/gnu/usr.bin/perl/pod/ |
| D | perldbmfilter.pod | 53 All filter methods return the existing filter, if present, or C<undef> 79 the length of existing keys/values.
|
| /mirbsd/src/usr.bin/ssh/ |
| D | README.smartcard | 47 It just loads an already existing key on to the card.
|
| /mirbsd/src/usr.bin/vi/docs/ |
| D | ev | 57 the existing characters.
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Filter/Simple/ |
| D | Changes | 53 - Added automatic preservation of existing &import subroutines
|