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

  /src/external/bsd/atf/dist/atf-c/detail/
sanity.h 49 #define POST(x) \
65 #define POST(x) \
  /src/external/bsd/kyua-cli/dist/utils/
sanity.hpp 151 #define POST(expr) _UTILS_ASSERT(utils::postcondition, expr, #expr)
  /src/tests/dev/audio/
h_pad.c 112 POST,
213 phase = POST;
216 } else if (phase == POST) {
224 errx(1, "bad post output: %08x", actual);
  /src/external/bsd/ntp/dist/libntp/lib/isc/include/isc/
util.h 56 #define POST(x) (void)(x)
  /src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
util.h 92 #define POST(x) (void)(x)
  /src/external/mpl/bind/dist/lib/isc/include/isc/
util.h 84 #define POST(x) (void)(x)
  /src/external/mit/libuv/dist/src/unix/
fs.c 139 #define POST \
1784 POST;
1796 POST;
1810 POST;
1820 POST;
1832 POST;
1846 POST;
1860 POST;
1870 POST;
1880 POST;
    [all...]
  /src/external/mpl/bind/dist/tests/isc/
doh_test.c 96 static atomic_bool POST = true;
200 connect_send_request(isc_nm_t *mgr, const char *uri, bool post,
217 isc_nm_httpconnect(mgr, NULL, &tcp_listen_addr, uri, post,
336 atomic_store(&POST, false);
555 connect_send_request(connect_nm, req_url, atomic_load(&POST),
569 atomic_store(&POST, true);
574 atomic_store(&POST, false);
598 connect_send_request(connect_nm, req_url, atomic_load(&POST),
607 atomic_store(&POST, true);
612 atomic_store(&POST, false)
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
m68k-parse.h 315 POST,
rx-parse.c 152 #define POST(v) rx_post (v)
3882 POST((yyvsp[-5].regno) << 4); }
3897 POST((yyvsp[0].regno) << 4); }
  /src/external/gpl3/binutils.old/dist/gas/config/
m68k-parse.h 315 POST,
rx-parse.c 152 #define POST(v) rx_post (v)
3882 POST((yyvsp[-5].regno) << 4); }
3897 POST((yyvsp[0].regno) << 4); }
  /src/external/mit/libuv/dist/src/win/
fs.c 82 #define POST \
3237 POST;
3244 POST;
3277 POST;
3310 POST;
3325 POST;
3341 POST;
3358 POST;
3375 POST;
3389 POST;
    [all...]

Completed in 28 milliseconds