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

1 2 3 4 5 6 7 8 91011>>

  /src/usr.bin/make/unit-tests/
use-inference.mk 8 .SUFFIXES: .from .to
15 .from.to: verbose
19 # @echo 'Building $@ from $<'
21 use-inference.from: # assume it exists
22 @echo 'Building $@ from nothing'
27 # The inference connects the .from to the .to file, otherwise make
28 # would not know that the .from file would need to be built.
30 # The .from file is then built.
33 # This is strange since make definitely knows about the .from.to suffix
use-inference.mk 8 .SUFFIXES: .from .to
15 .from.to: verbose
19 # @echo 'Building $@ from $<'
21 use-inference.from: # assume it exists
22 @echo 'Building $@ from nothing'
27 # The inference connects the .from to the .to file, otherwise make
28 # would not know that the .from file would need to be built.
30 # The .from file is then built.
33 # This is strange since make definitely knows about the .from.to suffix
varfind.mk 7 .SUFFIXES: .from .to
9 VarFind-aliases.from:
17 .from.to:
suff.mk 27 .SUFFIXES: .from .to
29 .from.to:
30 : Making ${.TARGET} from ${.ALLSRC}.
36 edge-case.from edge-case.additional:
40 : Making ${.TARGET} from ${.ALLSRC}.
varfind.mk 7 .SUFFIXES: .from .to
9 VarFind-aliases.from:
17 .from.to:
suff.mk 27 .SUFFIXES: .from .to
29 .from.to:
30 : Making ${.TARGET} from ${.ALLSRC}.
36 edge-case.from edge-case.additional:
40 : Making ${.TARGET} from ${.ALLSRC}.
var-scope-local.mk 29 .SUFFIXES: .ir-gen-from .ir-from .ir-to
34 # expect: target-rule.ir-gen-from: * = <target-rule>
35 all: target-rule.ir-gen-from dir/subdir/target-rule-dir.ir-gen-from
36 target-rule.ir-gen-from dir/subdir/target-rule-dir.ir-gen-from:
43 .ir-from.ir-to:
49 .ir-gen-from.ir-from
    [all...]
var-scope-local.mk 29 .SUFFIXES: .ir-gen-from .ir-from .ir-to
34 # expect: target-rule.ir-gen-from: * = <target-rule>
35 all: target-rule.ir-gen-from dir/subdir/target-rule-dir.ir-gen-from
36 target-rule.ir-gen-from dir/subdir/target-rule-dir.ir-gen-from:
43 .ir-from.ir-to:
49 .ir-gen-from.ir-from
    [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
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 in typeref:typename:char *
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 in typeref:typename:char *
  /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 in function:main
82 fromlen = sizeof(from);
83 if (getsockname(0, (struct sockaddr *)&from, &fromlen) < 0)
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 in function:main
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 in function:main
73 fromlen = sizeof(from);
74 if (getsockname(0, (struct sockaddr *)(void *)&from, &fromlen) == -1)
rusersd.c 16 * derived from this software without specific prior written permission.
67 struct sockaddr_storage from; local in function:main
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 in function:main
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...]
users.c 16 * may be used to endorse or promote products derived from this software
61 struct utmpentry *from, *ehead, *save, **nextp; local in function:main
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/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 in function:main
57 from = getfile("From", 0);
60 if (!(rcc = read(from, buf, bsize)))
70 printf("Block size set from input; %d bytes\n",
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 in function:main
57 from = getfile("From", 0);
60 if (!(rcc = read(from, buf, bsize)))
70 printf("Block size set from input; %d bytes\n",
  /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 in function:__rec_dleaf
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 in function:rexec
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.sprayd/
sprayd.c 70 struct sockaddr_storage from; local in function:main
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 in function:mount_autofs
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/sys/arch/pmax/ibus/
if_le_ibus.c 108 uint8_t *from = fromv; local in function:le_dec_copytobuf_gap2
114 *bptr = (*from++ << 8) | (*bptr & 0xff);
120 *bptr = (from[1] << 8) | (from[0] & 0xff);
122 from += 2;
126 *bptr = (uint16_t)*from;

Completed in 105 milliseconds

1 2 3 4 5 6 7 8 91011>>