| /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/external/bsd/tcpdump/dist/cmake/Modules/ |
| FindPCAP.cmake | 124 list(APPEND _extra_paths ${CMAKE_PREFIX_PATH}) 134 list(APPEND _lib_dirs "lib/${CMAKE_LIBRARY_ARCHITECTURE}/pkgconfig") 140 list(APPEND _lib_dirs "lib32/pkgconfig") 144 list(APPEND _lib_dirs "lib64/pkgconfig") 148 list(APPEND _lib_dirs "libx32/pkgconfig") 153 list(APPEND _lib_dirs "libdata/pkgconfig") 155 list(APPEND _lib_dirs "lib/pkgconfig") 156 list(APPEND _lib_dirs "share/pkgconfig") 158 # Check if directories exist and eventually append them to the 163 list(APPEND _pkg_config_path "${_prefix_dir}/${_lib_dir}" [all...] |
| FindCRYPTO.cmake | 110 list(APPEND CRYPTO_LIBRARY_FULLPATHS ${_libfullpath})
|
| /src/external/bsd/libevent/dist/ |
| CMakeLists.txt | 49 list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake/") 273 list(APPEND __FLAGS 296 list(APPEND __FLAGS -Wno-unused-function) 300 list(APPEND __FLAGS -w) 304 list(APPEND __FLAGS 315 list(APPEND __FLAGS -ffunction-sections) 320 list(APPEND __FLAGS -Werror) 367 list(APPEND FILES_TO_CHECK 386 list(APPEND FILES_TO_CHECK 393 list(APPEND FILES_TO_CHEC [all...] |
| /src/external/bsd/ntp/dist/sntp/libevent/ |
| CMakeLists.txt | 49 list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake/") 273 list(APPEND __FLAGS 296 list(APPEND __FLAGS -Wno-unused-function) 300 list(APPEND __FLAGS -w) 304 list(APPEND __FLAGS 315 list(APPEND __FLAGS -ffunction-sections) 320 list(APPEND __FLAGS -Werror) 367 list(APPEND FILES_TO_CHECK 386 list(APPEND FILES_TO_CHECK 393 list(APPEND FILES_TO_CHEC [all...] |
| /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/crypto/external/bsd/heimdal/dist/lib/com_err/ |
| compile_et.h | 68 #define APPEND(L, V) \
|
| parse.y | 136 APPEND(codes, ec);
|
| /src/tools/host-mkdep/ |
| host-mkdep.in | 39 APPEND=false 82 -a) APPEND=true;; 260 if $APPEND; then
|
| /src/usr.bin/sed/ |
| process.c | 87 struct s_appends *appends; /* Array of pointers to strings to append. */ 166 cspace(&PS, "\n", 1, APPEND); 167 cspace(&PS, hs, hsl, APPEND); 173 cspace(&HS, "\n", 1, APPEND); 174 cspace(&HS, ps, psl, APPEND); 192 cspace(&PS, "\n", 1, APPEND); 193 if (!mf_fgets(&PS, APPEND)) 417 cspace(&SS, s, (size_t)re_off, APPEND); 430 APPEND); 438 cspace(&SS, s, (size_t)slen, APPEND); [all...] |
| defs.h | 128 * Structure containing things to append before a line is read 137 APPEND, /* Append to the contents. */
|
| /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/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/external/apache2/llvm/dist/llvm/utils/unittest/ |
| CMakeLists.txt | 39 list(APPEND LIBS pthread)
|
| /src/external/bsd/libbind/dist/resolv/ |
| res_update.c | 143 APPEND(zgrps, zptr, z_link); 146 APPEND(zptr->z_rrlist, rrecp, r_glink);
|
| /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/sbin/dmesg/ |
| dmesg.c | 107 #define APPEND(a) \ 117 APPEND(h); 118 APPEND(m); 129 APPEND(s);
|
| /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/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/usr.bin/mail/ |
| quit.c | 86 #ifndef APPEND 107 #ifdef APPEND 268 _Bool append; local 332 #ifdef APPEND 422 * If he has specified "append" don't copy his mailbox, 428 append = value(ENAME_APPEND) != NULL; 429 if (!append) { 487 if (!append) 501 if (!append) {
|
| /src/sys/ufs/lfs/ |
| ulfs_vnops.c | 138 * Files marked append-only must be opened for appending. 140 if ((VTOI(ap->a_vp)->i_flags & APPEND) && 314 if (vap->va_flags & (IMMUTABLE | APPEND)) { 319 if (ip->i_flags & (IMMUTABLE | APPEND)) { 532 if (vp->v_type == VDIR || (ip->i_flags & (IMMUTABLE | APPEND)) || 533 (VTOI(dvp)->i_flags & APPEND)) 587 if (ip->i_flags & (IMMUTABLE | APPEND)) { 724 if ((dp->i_flags & APPEND) || 725 (ip->i_flags & (IMMUTABLE | APPEND))) {
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| 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-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/historical/nawk/dist/ |
| awkgram.y | 58 %token <i> AND BOR APPEND EQ GE GT LE LT NE IN 86 %nonassoc APPEND EQ GE GT LE LT NE MATCHOP IN '|' 305 | print prarg APPEND term {
|