Searched refs:existing (Results 1 - 23 of 23) sorted by relevance

/freebsd-9.3-release/sbin/restore/
H A Dutilities.c198 linkit(char *existing, char *new, int type) argument
206 if (!Nflag && symlink(existing, new) < 0) {
209 new, existing, strerror(errno));
215 if (!Nflag && (ret = link(existing, new)) < 0) {
222 if (stat(existing, &s) == 0 && s.st_flags != 0 &&
223 chflags(existing, 0) == 0) {
224 ret = link(existing, new);
225 chflags(existing, s.st_flags);
230 new, existing, strerror(errno));
239 type == SYMLINK ? "symbolic" : "hard", new, existing);
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/common/ctf/
H A Dctf_util.c55 * Prepend the specified existing element to the given ctf_list_t. The
56 * existing pointer should be pointing at a struct with embedded ctf_list_t.
75 * Delete the specified existing element from the given ctf_list_t. The
76 * existing pointer should be pointing at a struct with embedded ctf_list_t.
79 ctf_list_delete(ctf_list_t *lp, void *existing) argument
81 ctf_list_t *p = existing;
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_list.c98 dt_list_delete(dt_list_t *dlp, void *existing) argument
100 dt_list_t *p = existing;
H A Ddt_aggregate.c63 dt_aggregate_count(int64_t *existing, int64_t *new, size_t size) argument
68 existing[i] = existing[i] + new[i];
88 dt_aggregate_min(int64_t *existing, int64_t *new, size_t size) argument
90 if (*new < *existing)
91 *existing = *new;
96 dt_aggregate_max(int64_t *existing, int64_t *new, size_t size) argument
98 if (*new > *existing)
99 *existing = *new;
134 dt_aggregate_lquantize(int64_t *existing, int64_ argument
216 dt_aggregate_llquantize(int64_t *existing, int64_t *new, size_t size) argument
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCXX.cpp231 if (llvm::GlobalValue *existing = GetGlobalValue(name))
232 return existing;
287 if (llvm::GlobalValue *existing = GetGlobalValue(name))
288 return existing;
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dgdbarch.sh861 against the existing \`\`gdbarch.[hc]''. Any differences found
1081 doesn't recognize the selected architecture; an existing \`\`struct
1167 architecture'' et.al., the existing architecture and BFD's default
2130 /* The existing architecture has been swapped out - all this code
2135 sources: "set ..."; INFOabfd supplied; and the existing
2193 /* Is this a pre-existing architecture (as determined by already
2205 /* Find the existing arch in the list. */
2270 /* Restore the existing architecture. */
2277 /* Make the specified architecture current, swapping the existing one
H A Dgdb-events.sh143 them against the existing \`\`gdb-events.[hc]''. Any differences
/freebsd-9.3-release/tools/tools/editing/
H A Dfreebsd.vim29 " indentation rules but does not change the indentation of existing code.
/freebsd-9.3-release/crypto/openssl/util/
H A Dmkdef.pl1479 my %existing; my @remaining;
1483 $existing{$s}=1;
1486 if (!exists $existing{$sym}) {
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Dsol2-c1.asm39 ! from the ABI, information obtained from single stepping existing
H A Dsol2-gc1.asm39 ! from the ABI, information obtained from single stepping existing
/freebsd-9.3-release/usr.bin/xlint/llib/
H A Dllib-lposix183 int (link)(const char *existing, const char *new);
/freebsd-9.3-release/usr.sbin/portsnap/portsnap/
H A Dportsnap.sh55 or update an existing snapshot.
57 extract -- Extract snapshot of ports tree, replacing existing
/freebsd-9.3-release/contrib/dtc/Documentation/
H A Ddtc-paper.tex401 \S\ref{sec:format}. This mode is useful for checking a pre-existing
426 existing revisions of the blob format. When reading, \dtc takes the
510 an existing blob.
/freebsd-9.3-release/contrib/ipfilter/
H A DHISTORY693 allow new connections with the same port numbers as an existing one
1231 fix loop in nat_new for pre-existing nat
/freebsd-9.3-release/contrib/sendmail/contrib/
H A Dexpn.pl1273 list out of an existing one.
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c8862 dtrace_difv_t *v = &dp->dtdo_vartab[i], *existing = NULL;
8902 existing = &svar->dtsv_var;
8909 existing = &vstate->dtvs_tlocals[ndx];
8917 existing = &svar->dtsv_var;
8938 if (existing == NULL || existing->dtdv_id == 0)
8941 ASSERT(existing->dtdv_id == v->dtdv_id);
8942 ASSERT(existing->dtdv_scope == v->dtdv_scope);
8944 if (existing->dtdv_kind != v->dtdv_kind)
8947 et = &existing
[all...]
/freebsd-9.3-release/contrib/ncurses/include/
H A DCaps.keys241 can_change ccc bool cc - - ----- terminal can re-define existing colors
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp2586 // Look for an existing type with these properties.
2642 IncompleteArrayType *existing = local
2644 assert(!existing && "Shouldn't be in the map!"); (void) existing;
3470 // Look in the folding set for an existing type.
3672 // Look in the folding set for an existing type.
/freebsd-9.3-release/contrib/amd/doc/
H A Dtexinfo.tex56 % extent. You can get the existing language-specific files from the
6053 % Read the last existing aux file, if any. No error if none exists.
6930 \global\let\rawbackslashxx=\backslashcurfont % let existing .??s files work
/freebsd-9.3-release/contrib/gcc/doc/include/
H A Dtexinfo.tex56 % extent. You can get the existing language-specific files from the
6251 % Read the last existing aux file, if any. No error if none exists.
7150 \global\let\rawbackslashxx=\backslashcurfont % let existing .??s files work
/freebsd-9.3-release/contrib/groff/doc/
H A Dtexinfo.tex56 % extent. You can get the existing language-specific files from the
6125 % Read the last existing aux file, if any. No error if none exists.
7002 \global\let\rawbackslashxx=\backslashcurfont % let existing .??s files work
/freebsd-9.3-release/contrib/groff/
H A Dconfigure1955 # The IRIX 6 linker writes into existing files which may not be
3295 /* Treat any failure as ASCII for compatibility with existing art.
9794 echo "$as_me:$LINENO: checking for existing troff installation" >&5
9795 echo $ECHO_N "checking for existing troff installation... $ECHO_C" >&6
11638 (an existing file will be saved as \`GXditview.old').
11653 (an existing file will be saved as \`GXditview.old').

Completed in 384 milliseconds