Home
last modified time | relevance | path

Searched refs:existing (Results 1 – 25 of 199) sorted by relevance

12345678

/mirbsd/src/sbin/restore/
Dutilities.c200 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/
Dhv_simple.t56 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/
Dpcdisplay_subr.c44 pcdisplay_cursor_init(scr, existing) in pcdisplay_cursor_init() argument
46 int existing;
56 if (existing) {
Dvga.c400 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/
Dbuffer.pod40 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
DBN_new.pod24 initializes an existing uninitialized B<BIGNUM>.
DBN_CTX_new.pod25 structure. BN_CTX_init() initializes an existing uninitialized
DBIO_new.pod21 BIO_set() sets the method of an already existing BIO.
DBN_mod_mul_reciprocal.pod34 BN_RECP_CTX_init() initializes an existing uninitialized B<BN_RECP>.
/mirbsd/src/gnu/usr.bin/perl/ext/DynaLoader/
DREADME32 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/
Dbadfile.t14 open(BAR, "no-existing-file.$$");
/mirbsd/src/gnu/usr.bin/perl/ext/Storable/
DMakefile.PL29 variables. If you have existing data written with an earlier version of
/mirbsd/src/gnu/usr.bin/perl/Cross/
DREADME17 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/
Drcs_func.ms72 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/
Dchdir-long.m45 # that when it is given the name of an existing directory, it
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dgdbarch.sh959 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/
DREADME14 of existing Perl control structures. The semantics are particularly
/mirbsd/src/sys/dev/isa/
Dega.c360 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/
DREADME45 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/
DREADME.ASN173 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/
DHACKERS102 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/
Dperldbmfilter.pod53 All filter methods return the existing filter, if present, or C<undef>
79 the length of existing keys/values.
/mirbsd/src/usr.bin/ssh/
DREADME.smartcard47 It just loads an already existing key on to the card.
/mirbsd/src/usr.bin/vi/docs/
Dev57 the existing characters.
/mirbsd/src/gnu/usr.bin/perl/lib/Filter/Simple/
DChanges53 - Added automatic preservation of existing &import subroutines

12345678