| /src/usr.sbin/npf/npftest/libnpftest/ |
| npf_state_test.c | 134 process_packet(const int i, npf_state_t *nst, bool *snew) 142 *snew = true; 147 if (*snew) { 150 *snew = false; 163 bool snew = true; local 167 if (process_packet(i, &nst, &snew)) {
|
| /src/crypto/external/apache2/openssl/dist/demos/http3/ |
| ossl-nghttp3.c | 578 SSL *snew; local 593 if ((snew = SSL_accept_stream(conn->qconn, SSL_ACCEPT_STREAM_NO_BLOCK)) == NULL) 600 if (h3_conn_accept_stream(conn, snew) == NULL) { 601 SSL_free(snew);
|
| /src/external/gpl3/binutils/dist/ld/ |
| ldlang.c | 2035 asection *snew, *as; 2039 snew = os->bfd_section; 2057 && bfd_section != snew) 2071 bfd_section_list_remove (link_info.output_bfd, snew); 2074 bfd_section_list_append (link_info.output_bfd, snew); 2123 if (sec != snew 2232 || (insert_after && after_sec->next != snew) 2233 || (!insert_after && after_sec->prev != snew)) 2236 bfd_section_list_remove (link_info.output_bfd, snew); 2238 /* Place SNEW after AFTER_SEC. If AFTER_SEC is NULL 2034 asection *snew, *as; local [all...] |
| /src/external/gpl3/binutils.old/dist/ld/ |
| ldlang.c | 2062 asection *snew, *as; 2066 snew = os->bfd_section; 2084 && bfd_section != snew) 2098 bfd_section_list_remove (link_info.output_bfd, snew); 2101 bfd_section_list_append (link_info.output_bfd, snew); 2150 if (sec != snew 2259 || (insert_after && after_sec->next != snew) 2260 || (!insert_after && after_sec->prev != snew)) 2263 bfd_section_list_remove (link_info.output_bfd, snew); 2265 /* Place SNEW after AFTER_SEC. If AFTER_SEC is NULL 2061 asection *snew, *as; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-cfg.cc | 6912 edge sorig, snew; local 6986 snew = make_edge (switch_bb, nentry_bb, exits[0]->flags); 6987 snew->probability = exits[0]->probability; 6991 rescan_loop_exit (snew, true, false); 6994 add_phi_args_after_copy (region_copy, n_region, snew);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-cfg.cc | 6720 edge sorig, snew; local 6798 snew = make_edge (switch_bb, nentry_bb, exits[0]->flags); 6799 snew->probability = exits[0]->probability; 6803 rescan_loop_exit (snew, true, false); 6806 add_phi_args_after_copy (region_copy, n_region, snew);
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-ppc.c | 6096 char *snew; 6099 snew = xstrndup (name, len); 6101 S_SET_NAME (sym, snew); 6081 char *snew; local
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-ppc.c | 6138 char *snew; 6141 snew = xstrndup (name, len); 6143 S_SET_NAME (sym, snew); 6123 char *snew; local
|