| /src/external/lgpl3/gmp/dist/tests/mpn/ |
| t-instrument.c | 113 post (void) function 142 post (); 147 post (); 153 post (); 159 post (); 165 post (); 170 post (); 175 post (); 181 post (); 187 post (); [all...] |
| /src/external/bsd/mdocml/dist/ |
| eqn_html.c | 37 struct tag *post, *row, *cell, *t; local 47 post = NULL; 69 post = print_otag(p, TAG_MTABLE, ""); 98 post = print_otag(p, TAG_MOVER, ""); 101 post = print_otag(p, TAG_MSUP, ""); 104 post = print_otag(p, TAG_MUNDER, ""); 107 post = print_otag(p, TAG_MSUB, ""); 110 post = print_otag(p, TAG_MFRAC, ""); 113 post = print_otag(p, TAG_MUNDEROVER, ""); 116 post = print_otag(p, TAG_MSUBSUP, "") [all...] |
| /src/external/gpl2/groff/devices/grohtml/ |
| Makefile | 9 PROG_CXX= post-grohtml 11 SRCS= post-html.cpp html-table.cpp html-text.cpp output.cpp
|
| /src/crypto/external/bsd/openssl.old/dist/test/ssl-tests/ |
| 26-tls13_client_auth.conf | 11 test-6 = 6-client-auth-TLSv1.3-request-post-handshake 12 test-7 = 7-client-auth-TLSv1.3-require-fail-post-handshake 13 test-8 = 8-client-auth-TLSv1.3-require-post-handshake 14 test-9 = 9-client-auth-TLSv1.3-require-non-empty-names-post-handshake 15 test-10 = 10-client-auth-TLSv1.3-noroot-post-handshake 16 test-11 = 11-client-auth-TLSv1.3-request-force-client-post-handshake 17 test-12 = 12-client-auth-TLSv1.3-request-force-server-post-handshake 18 test-13 = 13-client-auth-TLSv1.3-request-force-both-post-handshake 210 [6-client-auth-TLSv1.3-request-post-handshake] 211 ssl_conf = 6-client-auth-TLSv1.3-request-post-handshake-ss [all...] |
| /src/usr.bin/make/unit-tests/ |
| dir.exp | 13 Expanding "{fetch,extract}{,-post}"... Expanding "fetch{,-post}"... fetch fetch-post 14 Expanding "extract{,-post}"... fetch fetch-post extract extract-post 15 fetch fetch-post extract extract-post 40 : fetch-post 42 : extract-post [all...] |
| /src/external/lgpl3/gmp/dist/tests/mpf/ |
| t-inp_str.c | 80 int i, pre, post, j, got_nread, want_nread; local 90 for (post = 0; post <= 2; post++) 102 for (j = 0; j < post; j++) 119 printf (" post %d\n", post); 126 /* if data[i].inp is a whole string to read and there's no post 128 if (post == 0 && data[i].want_nread == strlen(data[i].inp)) 137 printf (" post %d\n", post) [all...] |
| /src/external/lgpl3/gmp/dist/tests/mpz/ |
| t-inp_str.c | 87 int i, pre, post, j, got_nread, want_nread; local 97 for (post = 0; post <= 2; post++) 109 for (j = 0; j < post; j++) 126 printf (" post %d\n", post); 133 /* if data[i].inp is a whole string to read and there's no post 135 if (post == 0 && data[i].want_nread == strlen(data[i].inp)) 144 printf (" post %d\n", post) [all...] |
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/devinit/ |
| priv.h | 13 int (*post)(struct nvkm_devinit *, bool post); member in struct:nvkm_devinit_func
|
| nouveau_nvkm_subdev_devinit_nv1a.c | 38 .post = nv04_devinit_post,
|
| nouveau_nvkm_subdev_devinit_base.c | 67 if (init && init->func->post) 68 ret = init->func->post(init, init->post); 79 init->post = true; 91 /* Override the post flag during the first call if NvForcePost is set */ 93 init->post = init->force_post;
|
| nouveau_nvkm_subdev_devinit_gm200.c | 87 pmu_load(struct nv50_devinit *init, u8 type, bool post, 97 if (!post) 114 gm200_devinit_preos(struct nv50_devinit *init, bool post) 119 pmu_load(init, 0x01, post, NULL, NULL); 123 gm200_devinit_post(struct nvkm_devinit *base, bool post) 140 ret = pmu_load(init, 0x04, post, &exec, &args); 147 if (post) { 155 if (post) { 163 if (post) { 173 gm200_devinit_preos(init, post); [all...] |
| nouveau_nvkm_subdev_devinit_nv50.c | 106 * missing, assume it's a secondary gpu which requires post 108 if (!base->post) { 111 base->post = true; 117 if (!base->post) { 121 base->post = true; 142 while (init->base.post && dcb_outp_parse(bios, i, &ver, &hdr, &outp)) { 174 .post = nv04_devinit_post,
|
| nouveau_nvkm_subdev_devinit_tu102.c | 74 tu102_devinit_post(struct nvkm_devinit *base, bool post) 77 gm200_devinit_preos(init, post); 84 .post = tu102_devinit_post,
|
| /src/external/cddl/dtracetoolkit/dist/Apps/ |
| httpdstat.d | 16 * POST Number of "POST"s 55 num = 0; get = 0; head = 0; post = 0; trac = 0; 75 "NUM", "GET", "POST", "HEAD", "TRACE"); 104 post += stringof(this->str) == "POST" ? 1 : 0; 118 num, get, post, head, trac); 119 num = 0; get = 0; head = 0; post = 0; trac = 0;
|
| /src/external/cddl/dtracetoolkit/dist/Bin/ |
| httpdstat.d | 16 * POST Number of "POST"s 55 num = 0; get = 0; head = 0; post = 0; trac = 0; 75 "NUM", "GET", "POST", "HEAD", "TRACE"); 104 post += stringof(this->str) == "POST" ? 1 : 0; 118 num, get, post, head, trac); 119 num = 0; get = 0; head = 0; post = 0; trac = 0;
|
| /src/sys/external/bsd/compiler_rt/dist/lib/xray/ |
| xray_profile_collector.h | 40 void post(BufferQueue *Q, FunctionCallTrie &&T,
|
| /src/external/bsd/atf/dist/atf-c/detail/ |
| sanity_test.c | 54 enum type { inv, pre, post, unreachable }; enumerator in enum:type 78 case post: 79 POST(td->m_cond); 137 case post: 195 ATF_TC(post); variable 196 ATF_TC_HEAD(post, tc) 198 atf_tc_set_md_var(tc, "descr", "Tests the POST macro"); 200 ATF_TC_BODY(post, tc) 204 do_test(post, false); 205 do_test(post, true) [all...] |
| /src/external/lgpl3/gmp/dist/tests/mpq/ |
| t-inp_str.c | 79 int i, post, j, got_nread; local 87 for (post = 0; post <= 2; post++) 95 for (j = 0; j < post; j++) 117 if (post == 0 && data[i].want_nread == strlen(data[i].inp))
|
| /src/external/bsd/wpa/dist/hostapd/ |
| hostapd.android.rc | 9 on post-fs-data
|
| /src/lib/libc/locale/ |
| _wcstod.h | 46 #define INT_NAME_(pre, middle, post) pre ## middle ## post 47 #define INT_NAME(pre, middle, post) INT_NAME_(pre, middle, post)
|
| _wcstoul.h | 48 #define INT_FUNCNAME_(pre, name, post) pre ## name ## post 49 #define INT_FUNCNAME(pre, name, post) INT_FUNCNAME_(pre, name, post)
|
| /src/external/ibm-public/postfix/libexec/postfix-script/ |
| Makefile | 8 SCRIPTS= post-install postfix-script postfix-tls-script \
|
| /src/lib/libc/gen/ |
| humanize_number.c | 52 int64_t divisor, max, post = 1; local 101 post = 100; 110 post = 100; 164 * Cannot go the bytes *= post route, as 169 if (post == 1) 177 * divided bytes by at least 1000, post <= 100, so ... 179 bytes *= post;
|
| /src/crypto/external/apache2/openssl/dist/crypto/ |
| core_algorithm.c | 25 int (*post)(OSSL_PROVIDER *, int operation_id, int no_store, void *data, member in struct:algorithm_data_st 80 /* Do we fulfill post-conditions? */ 81 if (data->post == NULL) { 82 /* If there is no post-condition function, assume "yes" */ 84 } else if (!data->post(provider, cur_operation, no_store, data->data, 129 /* If post-condition not fulfilled, set general failure */ 146 int (*post)(OSSL_PROVIDER *, int operation_id, 160 cbdata.post = post;
|
| /src/crypto/external/bsd/openssl/dist/crypto/ |
| core_algorithm.c | 25 int (*post)(OSSL_PROVIDER *, int operation_id, int no_store, void *data, member in struct:algorithm_data_st 80 /* Do we fulfill post-conditions? */ 81 if (data->post == NULL) { 82 /* If there is no post-condition function, assume "yes" */ 84 } else if (!data->post(provider, cur_operation, no_store, data->data, 129 /* If post-condition not fulfilled, set general failure */ 146 int (*post)(OSSL_PROVIDER *, int operation_id, 158 cbdata.post = post;
|