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

1 2

  /src/usr.bin/make/unit-tests/
varmod-assign.mk 125 APPEND.prev= previous
126 APPEND.var= ${APPEND.prev}
127 APPEND.indirect= indirect $${:Unot expanded}
128 APPEND.dollar= $${APPEND.indirect}
129 .if ${APPEND.var::+=${APPEND.dollar}} != ""
132 .if ${APPEND.var} != "previous indirect \${:Unot expanded}"
  /src/crypto/external/bsd/heimdal/dist/lib/com_err/
compile_et.h 68 #define APPEND(L, V) \
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
getxxyyy.c 65 #define APPEND(el) \
75 APPEND(pw_name);
77 APPEND(pw_name);
80 APPEND(pw_gecos);
81 APPEND(pw_dir);
82 APPEND(pw_shell);
  /src/lib/libc/include/isc/
list.h 55 #define APPEND(list, elt, link) \
107 APPEND(list, elt, link); \
116 #define ENQUEUE(list, elt, link) APPEND(list, elt, link)
  /src/external/bsd/libbind/dist/include/isc/
list.h 55 #define APPEND(list, elt, link) \
107 APPEND(list, elt, link); \
116 #define ENQUEUE(list, elt, link) APPEND(list, elt, link)
  /src/external/bsd/nvi/dist/ex/
ex_append.c 33 enum which {APPEND, CHANGE, INSERT};
39 * Append one or more lines of new text after the specified line,
47 return (ex_aci(sp, cmdp, APPEND));
77 * Append, change, insert in ex.
96 * append more lines or delete remaining lines. Changes to an empty
101 * Set the address to which we'll append. We set sp->lno to this
124 * :g/pattern/append|stuff1
126 * and append the line of text "stuff1" to the lines containing the
129 * :append|stuff1
139 * :append|stuff1
    [all...]
  /src/external/bsd/blocklist/bin/
support.c 124 #define APPEND(a) \
133 APPEND(y)
134 APPEND(d)
135 APPEND(h)
136 APPEND(m)
137 APPEND(s)
  /src/sbin/dmesg/
dmesg.c 107 #define APPEND(a) \
117 APPEND(h);
118 APPEND(m);
129 APPEND(s);
  /src/external/bsd/dhcpcd/dist/src/
arp.c 97 #define APPEND(b, l) CHECK(memcpy, b, l)
100 APPEND(&ar, sizeof(ar));
101 APPEND(ifp->hwaddr, ifp->hwlen);
103 APPEND(&sip->s_addr, sizeof(sip->s_addr));
107 APPEND(&tip->s_addr, sizeof(tip->s_addr));
  /src/external/bsd/ntp/dist/libntp/lib/isc/include/isc/
util.h 200 #define APPEND(list, elt, link) ISC_LIST_APPEND(list, elt, link)
  /src/external/bsd/openldap/dist/tests/progs/
ldif-filter.c 90 #define APPEND(s /* String or Strings */, data, count, isString) do { \
194 APPEND( &ss, &null_string, 1, 0 ); /* new attr */
197 APPEND( s, line, line_len, 1 ); /* strcat to attr */
  /src/usr.bin/sed/
defs.h 128 * Structure containing things to append before a line is read
137 APPEND, /* Append to the contents. */
  /src/external/mpl/bind/dist/lib/isc/include/isc/
util.h 247 #define APPEND(list, elt, link) ISC_LIST_APPEND(list, elt, link)
  /src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
util.h 217 #define APPEND(list, elt, link) ISC_LIST_APPEND(list, elt, link)
  /src/sys/sys/
stat.h 205 #define UF_APPEND 0x00000004 /* writes to file may only append */
214 #define SF_APPEND 0x00040000 /* writes to file may only append */
225 #define APPEND (UF_APPEND | SF_APPEND)
  /src/external/gpl3/binutils/dist/gas/config/
tc-rl78.c 533 #define APPEND(B, N_B) \
588 APPEND (prefix, n_prefix);
589 APPEND (base, n_base);
590 APPEND (ops, n_ops);
tc-rx.c 1036 #define APPEND(B, N_B) \
1168 APPEND (base, n_base);
1169 APPEND (ops, n_ops);
1170 APPEND (post, n_post);
tc-m68k.c 2275 #define APPEND(STRING) \
2278 APPEND (_("invalid instruction for this architecture; needs "));
2282 APPEND ("ColdFire ISA_A");
2285 APPEND ("ColdFire ");
2286 APPEND (_("hardware divide"));
2289 APPEND ("ColdFire ISA_A+");
2292 APPEND ("ColdFire ISA_B");
2295 APPEND ("ColdFire ISA_C");
2298 APPEND ("ColdFire fpu");
2301 APPEND ("M68K fpu")
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-rl78.c 533 #define APPEND(B, N_B) \
588 APPEND (prefix, n_prefix);
589 APPEND (base, n_base);
590 APPEND (ops, n_ops);
tc-rx.c 1036 #define APPEND(B, N_B) \
1168 APPEND (base, n_base);
1169 APPEND (ops, n_ops);
1170 APPEND (post, n_post);
tc-m68k.c 2275 #define APPEND(STRING) \
2278 APPEND (_("invalid instruction for this architecture; needs "));
2282 APPEND ("ColdFire ISA_A");
2285 APPEND ("ColdFire ");
2286 APPEND (_("hardware divide"));
2289 APPEND ("ColdFire ISA_A+");
2292 APPEND ("ColdFire ISA_B");
2295 APPEND ("ColdFire ISA_C");
2298 APPEND ("ColdFire fpu");
2301 APPEND ("M68K fpu")
    [all...]
  /src/usr.bin/mail/
def.h 69 #define APPEND /* New mail goes to end of mailbox */
88 #define ENAME_APPEND "append"
  /src/external/gpl3/gcc/dist/gcc/jit/
jit-recording.cc 2161 #define APPEND(CH) do { gcc_assert (len < sz); tmp[len++] = (CH); } while (0)
2162 APPEND('"'); /* opening quote */
2169 APPEND(ch);
2172 APPEND('\\');
2173 APPEND('t');
2176 APPEND('\\');
2177 APPEND('n');
2181 APPEND('\\');
2182 APPEND(ch);
2186 APPEND('"'); /* closing quote *
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/jit/
jit-recording.cc 2148 #define APPEND(CH) do { gcc_assert (len < sz); tmp[len++] = (CH); } while (0)
2149 APPEND('"'); /* opening quote */
2156 APPEND(ch);
2159 APPEND('\\');
2160 APPEND('t');
2163 APPEND('\\');
2164 APPEND('n');
2168 APPEND('\\');
2169 APPEND(ch);
2173 APPEND('"'); /* closing quote *
    [all...]
  /src/external/mpl/dhcp/dist/includes/
dhctoken.h 131 APPEND = 326,

Completed in 53 milliseconds

1 2