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

1 2 3 4

  /src/external/gpl3/gdb/dist/gdb/syscalls/
update-linux-defaults.sh 55 post () function
85 post
update-linux-from-src.sh 134 post () function
249 post
  /src/external/gpl3/gdb.old/dist/gdb/syscalls/
update-linux-defaults.sh 55 post () function
85 post
update-linux-from-src.sh 65 post () function
85 post
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/
devinit.h 12 bool post; member in struct:nvkm_devinit
  /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/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
  /src/usr.bin/make/unit-tests/
varparse-errors.mk 47 VAR.${:U:Z}post= unknown modifier with text in the variable name macro
48 .if ${VAR.post} != "unknown modifier with text in the variable name"
  /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...]
man_html.c 44 int (*post)(MAN_ARGS); member in struct:man_html_act
  /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/games/battlestar/
command6.c 44 static void post(int);
89 post(' ');
103 post('!');
120 post(int ch) function
  /src/external/gpl3/gcc/dist/gcc/
graphds.h 41 int post; /* Postorder number. */ member in struct:vertex
lto-streamer.cc 107 char post[32]; local
137 strcpy (post, "");
139 sprintf (post, "." HOST_WIDE_INT_PRINT_HEX_PURE, f->id);
141 sprintf (post, "." HOST_WIDE_INT_PRINT_HEX_PURE, get_random_seed (false));
142 char *res = concat (section_name_prefix, sep, add, post, NULL);
  /src/external/gpl3/gcc.old/dist/gcc/
graphds.h 41 int post; /* Postorder number. */ member in struct:vertex
lto-streamer.cc 107 char post[32]; local
137 strcpy (post, "");
139 sprintf (post, "." HOST_WIDE_INT_PRINT_HEX_PURE, f->id);
141 sprintf (post, "." HOST_WIDE_INT_PRINT_HEX_PURE, get_random_seed (false));
142 char *res = concat (section_name_prefix, sep, add, post, NULL);
  /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/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/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/sbin/nvmectl/
humanize_bignum.c 106 const BIGNUM *divisor, *post; local
116 post = BN_value_one();
216 if (BN_mul(t1, nbytes, post, NULL) == 0)
  /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;
  /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/sys/arch/alpha/stand/standtest/
test.c 179 const char *pre, *post; local
213 post = "allowed words";
217 post = "matches";
223 printf("\", %s:\n", post);
  /src/external/bsd/unbound/dist/testcode/
dohclient.c 65 /* Use POST :method if 1 */
66 int post; member in struct:http2_session
89 printf("-P Use POST method instead of default GET\n");
161 if(h2_session->post) {
182 if(h2_session->post)
183 headers[0].value = (uint8_t*)"POST";
208 (h2_session->post) ? &data_prd : NULL, h2_stream);
348 if(!h2_session->post)
592 h2_session->post = 0;
616 h2_session->post = 1
    [all...]

Completed in 43 milliseconds

1 2 3 4