HomeSort by: relevance | last modified time | path
    Searched defs:from (Results 1 - 25 of 604) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/bsd/nsd/dist/compat/
memmove.c 16 uint8_t* from = (uint8_t*) src; local
19 if (from == to || n == 0)
21 if (to > from && to-from < (int)n) {
22 /* to overlaps with from */
23 /* <from......> */
25 /* copy in reverse, to avoid overwriting from */
28 to[i] = from[i];
31 if (from > to && from-to < (int)n)
    [all...]
  /src/external/bsd/unbound/dist/compat/
memmove.c 16 uint8_t* from = (uint8_t*) src; local
19 if (from == to || n == 0)
21 if (to > from && to-from < (int)n) {
22 /* to overlaps with from */
23 /* <from......> */
25 /* copy in reverse, to avoid overwriting from */
28 to[i] = from[i];
31 if (from > to && from-to < (int)n)
    [all...]
  /src/sys/fs/autofs/
autofs_mount.h 8 * This code is derived from software contributed to The NetBSD Foundation
41 char *from; member in struct:autofs_args
  /src/usr.sbin/lpr/common_source/
common_vars.c 7 * All or some portions of this file are derived from material licensed
21 * may be used to endorse or promote products derived from this software
48 char *from = host; /* client's machine name */ variable
  /src/libexec/rpc.rstatd/
rstatd.c 20 * may be used to endorse or promote products derived from this software
55 int from_inetd = 1; /* started from inetd ? */
71 struct sockaddr_storage from; local
82 fromlen = sizeof(from);
83 if (getsockname(0, (struct sockaddr *)&from, &fromlen) < 0)
  /src/libexec/rpc.rusersd/
rusersd.c 16 * derived from this software without specific prior written permission.
67 struct sockaddr_storage from; local
73 fromlen = sizeof(from);
74 if (getsockname(0, (struct sockaddr *)(void *)&from, &fromlen) == -1)
  /src/usr.bin/users/
users.c 16 * may be used to endorse or promote products derived from this software
61 struct utmpentry *from, *ehead, *save, **nextp; local
86 from = ehead;
88 while (from != NULL) {
90 (*nextp) && strcmp(from->name, (*nextp)->name) > 0;
93 save = from;
94 from = from->next;
102 for (from = ehead->next; from; from = from->next
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/Shared/
TargetProcessControlTypes.cpp 19 WrapperFunctionResult WrapperFunctionResult::from(StringRef S) { function in class:llvm::orc::tpctypes::WrapperFunctionResult
  /src/sys/stand/
copy.c 16 * may be used to endorse or promote products derived from this software
49 * Copy from from to to. Intended for use in system installation.
54 register int from, to, record, rcc, wcc, bsize = BSIZE; local
57 from = getfile("From", 0);
60 if (!(rcc = read(from, buf, bsize)))
70 printf("Block size set from input; %d bytes\n",
  /src/external/gpl3/gcc/dist/libgcc/
fixed-obj.mk 3 # $(iter-labels) and $(iter-from) and $(iter-to) are also advanced.
11 $o-from := $(firstword $(iter-from))
12 iter-from := $(wordlist 2,$(words $(iter-from)),$(iter-from))
17 ifeq ($($o-from),$($o-to))
18 $o-opt := -D$($o-from)_MODE
20 $o-opt := -DFROM_$($o-from) -DTO_$($o-to)
  /src/external/gpl3/gcc.old/dist/libgcc/
fixed-obj.mk 3 # $(iter-labels) and $(iter-from) and $(iter-to) are also advanced.
11 $o-from := $(firstword $(iter-from))
12 iter-from := $(wordlist 2,$(words $(iter-from)),$(iter-from))
17 ifeq ($($o-from),$($o-to))
18 $o-opt := -D$($o-from)_MODE
20 $o-opt := -DFROM_$($o-from) -DTO_$($o-to)
  /src/lib/libc/db/recno/
rec_delete.c 7 * This code is derived from software contributed to Berkeley by
19 * may be used to endorse or promote products derived from this software
142 * __REC_DLEAF -- Delete a single record from a recno leaf page.
157 char *from; local
162 * Delete a record from a recno leaf page. Internal records are never
163 * deleted from internal pages, regardless of the records that caused
180 from = (char *)(void *)h + h->upper;
181 memmove(from + nbytes, from, (size_t)((char *)to - from));
    [all...]
  /src/lib/libcompat/4.3/
rexec.c 16 * may be used to endorse or promote products derived from this software
66 struct sockaddr_in rsin, from; local
96 /* Avoid data corruption from bogus DNS results */
139 fromlen = sizeof(from);
140 s3 = accept(s2, (struct sockaddr *)(void *)&from, &fromlen);
154 warn("Error reading from %s", *ahost);
  /src/libexec/rpc.rwalld/
rwalld.c 21 * derived from this software without specific prior written permission.
79 struct sockaddr_storage from; local
93 fromlen = sizeof(from);
94 if (getsockname(0, (struct sockaddr *)&from, &fromlen) < 0)
  /src/libexec/rpc.sprayd/
sprayd.c 70 struct sockaddr_storage from; local
76 fromlen = sizeof(from);
77 if (getsockname(0, (struct sockaddr *)&from, &fromlen) < 0)
  /src/sbin/mount_autofs/
mount_autofs.c 7 * This code is derived from software contributed to The NetBSD Foundation
81 strlcpy(am->from, optarg, MAXPATHLEN);
113 char from[MAXPATHLEN], master_options[MAXPATHLEN]; local
117 .from = from,
127 printf("from=%s, master_options=%s, master_prefix=%s\n",
128 am.from, am.master_options, am.master_prefix);
138 "Usage: %s [-f from] [-O autofs_options] [-o options] [-p prefix] "
  /src/crypto/external/bsd/heimdal/dist/admin/
copy.c 20 * may be used to endorse or promote products derived from this software
58 const char *from = argv[0]; local
61 ret = krb5_kt_resolve (context, from, &src_keytab);
63 krb5_warn (context, ret, "resolving src keytab `%s'", from);
81 fprintf(stderr, "copying %s to %s\n", from, to);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
VarBypassDetector.cpp 139 unsigned from = S.second; local
142 Detect(from, ToScopes[LS]);
146 Detect(from, ToScopes[SC]);
155 void VarBypassDetector::Detect(unsigned From, unsigned To) {
156 while (From != To) {
157 if (From < To) {
163 assert(Scopes[From].first < From);
164 From = Scopes[From].first
    [all...]
  /src/external/bsd/nvi/dist/ex/
ex_join.c 43 db_recno_t from, to; local
51 from = cmdp->addr1.lno;
55 if (!db_exist(sp, from + 1)) {
71 from = cmdp->addr1.lno, to = cmdp->addr2.lno; from <= to; ++from) {
74 * less than 10 lines from the end-of-file, so we do too.
76 if (db_get(sp, from, 0, &p, &len)) {
77 cmdp->addr2.lno = from - 1;
99 * whitespace from the joined line
    [all...]
  /src/external/bsd/nvi/dist/motif_l/
m_util.c 104 XrmValue from, to;
112 from.addr = XGetDefault( XtDisplay(wid), root, resources[i].name );
113 if ( from.addr == NULL || *from.addr == '\0' )
117 from.size = strlen( from.addr );
161 success = XtConvertAndStore( wid, XtRString, &from, kind, &to );
102 XrmValue from, to; local
  /src/external/gpl2/groff/dist/src/preproc/eqn/
limit.cpp 29 box *from; member in class:limit_box
46 : p(pp), from(qq), to(rr)
54 delete from;
66 if (from != 0) {
67 res = from->compute_metrics(cramped_style(script_style(style)));
69 mark_uid = from->uid;
92 if (from != 0)
94 p->uid, from->uid);
102 if (from != 0)
104 p->uid, from->uid)
    [all...]
  /src/external/mpl/dhcp/dist/includes/
ctrace.h 19 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
40 struct iaddr from; member in struct:__anon24423
48 struct iaddr from; member in struct:__anon24424
  /src/games/adventure/
vocab.c 9 * Gillogly. This code is derived from software contributed to Berkeley
21 * may be used to endorse or promote products derived from this software
74 int from; local
77 from = place[object];
79 from = fixed[object - 100];
80 if (from > 0 && from <= 300)
81 carry(object, from);
  /src/sys/arch/pmax/ibus/
if_le_ibus.c 108 uint8_t *from = fromv; local
114 *bptr = (*from++ << 8) | (*bptr & 0xff);
120 *bptr = (from[1] << 8) | (from[0] & 0xff);
122 from += 2;
126 *bptr = (uint16_t)*from;
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_quarantine_test.cc 47 QuarantineBatch from; local
48 from.init(kFakePtr, 8UL);
50 into.merge(&from);
58 ASSERT_EQ(from.count, 0UL);
59 ASSERT_EQ(from.size, sizeof(QuarantineBatch));
60 ASSERT_EQ(from.quarantined_size(), 0UL);
64 from.push_back(kFakePtr, 8UL);
65 ASSERT_TRUE(into.count + from.count == QuarantineBatch::kSize);
66 ASSERT_TRUE(into.can_merge(&from));
68 into.merge(&from);
105 Cache from; local
128 Cache from; local
157 Cache from; local
    [all...]

Completed in 52 milliseconds

1 2 3 4 5 6 7 8 91011>>