HomeSort by: relevance | last modified time | path
    Searched defs:TO (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/make/unit-tests/
hanoi-include.mk 9 # * using the :: dependency operator for adding commands to a target
23 TO?= C # ... to this stack.
25 # Since make has no built-in arithmetic functions, convert N to a list of
32 . for from to in ${FROM} ${TO}
34 @echo "Move the upper disk from stack ${from} to stack ${to}."
37 _:= ${N::=${N:[1..-2]}} ${TMP::=${VIA}} ${VIA::=${TO}} ${TO::=${TMP}
    [all...]
  /src/libexec/getty/
gettytab.h 16 * may be used to endorse or promote products derived from this software
20 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
24 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
38 const char *field; /* name to lookup in gettytab */
44 const char *field; /* name to lookup */
51 const char *field; /* name to lookup */
106 #define TO gettynums[8].value
  /src/sys/arch/powerpc/powerpc/
db_disasm.c 117 /* This table could be modified to make significant the "reserved" fields
754 u_int TO;
755 TO = extract_field(instr, 31 - 10, 1);
756 db_printf("%d, ", TO);
869 /* Need to sign extend and shift up 2, then add addr */
899 /* Need to sign extend and shift up 2, then add addr */
  /src/sys/net/
if_spppsubr.c 10 * Heavily revamped to conform to RFC 1661.
25 * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
29 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
130 * as being administrative openable, but won't be opened to begin
134 * Setting link1 will cause the link to auto-dial only as packets
135 * arrive to be sent.
258 * We follow the spelling and capitalization of RFC 1661 here, to make
259 * it easier comparing with the standard. Please refer to this RFC in
261 * explain the semantics related to the various events and actions
6096 struct spppidletimeout *to = (struct spppidletimeout *)data; local
6105 struct spppidletimeout *to = (struct spppidletimeout *)data; local
    [all...]

Completed in 24 milliseconds