| /src/crypto/external/apache2/openssl/dist/include/internal/ |
| quic_fc.h | 142 unsigned char error_code, has_cwm_changed, is_fin, standalone; member in struct:quic_rxfc_st
|
| /src/external/gpl3/gcc/dist/gcc/ |
| timevar.h | 43 - As a standalone timer, using timevar_start and timevar_stop. 157 /* Nonzero if this timing variable is running as a standalone 159 unsigned standalone : 1; member in struct:timer::timevar_def
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| timevar.h | 41 - As a standalone timer, using timevar_start and timevar_stop. 153 /* Nonzero if this timing variable is running as a standalone 155 unsigned standalone : 1; member in struct:timer::timevar_def
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/ |
| ia64-sigill.c | 265 int standalone = 0; local 268 standalone = 1; 287 if (!standalone)
|
| watchthreads-reorder.c | 274 int standalone = 0; local 277 standalone = 1; 296 if (!standalone)
|
| siginfo-threads.c | 334 int standalone = 0; local 338 standalone = 1; 371 if (!standalone)
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/ |
| ia64-sigill.c | 265 int standalone = 0; local 268 standalone = 1; 287 if (!standalone)
|
| watchthreads-reorder.c | 274 int standalone = 0; local 277 standalone = 1; 296 if (!standalone)
|
| siginfo-threads.c | 334 int standalone = 0; local 338 standalone = 1; 371 if (!standalone)
|
| /src/usr.sbin/bootp/bootpgw/ |
| bootpgw.c | 149 int standalone; 181 * something else and we are running standalone. 187 standalone = TRUE; 193 standalone = FALSE; 264 standalone = FALSE; 267 case 's': /* standalone mode */ 268 standalone = TRUE; 339 if (standalone) { 406 } /* if standalone */ 486 fprintf(stderr, "\t -s\tforce standalone mode (run without inetd)\n") 148 int standalone; local [all...] |
| /src/usr.sbin/bootp/bootpd/ |
| bootpd.c | 186 int standalone; 220 * something else and we are running standalone. 226 standalone = TRUE; 232 standalone = FALSE; 310 standalone = FALSE; 313 case 's': /* standalone mode */ 314 standalone = TRUE; 374 if (standalone) { 401 } /* if standalone (1st) */ 420 if (standalone) { 183 int standalone; local [all...] |
| /src/external/gpl3/gdb.old/dist/sim/pru/ |
| interp.c | 154 checks only in standalone mode. */ 155 bool standalone = (STATE_OPEN_KIND (CPU_STATE (cpu)) == SIM_OPEN_STANDALONE); local 163 else if (standalone && ((addr >= PC_ADDR_SPACE_MARKER) 204 checks only in standalone mode. */ 205 bool standalone = (STATE_OPEN_KIND (CPU_STATE (cpu)) == SIM_OPEN_STANDALONE); local 213 else if (standalone && ((addr >= PC_ADDR_SPACE_MARKER) 866 /* Standalone mode (i.e. `run`) will take care of the argv for us in
|
| /src/external/gpl3/gdb/dist/sim/pru/ |
| interp.c | 154 checks only in standalone mode. */ 155 bool standalone = (STATE_OPEN_KIND (CPU_STATE (cpu)) == SIM_OPEN_STANDALONE); local 163 else if (standalone && ((addr >= PC_ADDR_SPACE_MARKER) 204 checks only in standalone mode. */ 205 bool standalone = (STATE_OPEN_KIND (CPU_STATE (cpu)) == SIM_OPEN_STANDALONE); local 213 else if (standalone && ((addr >= PC_ADDR_SPACE_MARKER) 866 /* Standalone mode (i.e. `run`) will take care of the argv for us in
|
| /src/external/mit/expat/dist/lib/ |
| xmlparse.c | 405 XML_Bool standalone; member in struct:__anon23635 2582 return XML_L("document is not standalone"); 3055 if (! dtd->hasParamEntityRefs || dtd->standalone) { 4501 int standalone = -1; local 4513 &version, &versionend, &encodingName, &newEncoding, &standalone)) { 4519 if (! isGeneralTextEntity && standalone == 1) { 4520 parser->m_dtd->standalone = XML_TRUE; 4544 standalone); 5066 if (! dtd->standalone && parser->m_notStandaloneHandler 5106 if (! dtd->standalone && parser->m_notStandaloneHandle [all...] |