Searched refs:current_state (Results 1 - 25 of 32) sorted by path

12

/macosx-10.9.5/Heimdal-323.92.1/lib/asn1/
H A Dcheck-common.c171 static char *current_state = "<uninit>"; variable
184 write(fd, current_state, strlen(current_state));
219 current_state = "init";
236 current_state = "encode";
252 current_state = "length";
261 current_state = "memcmp";
280 current_state = "decode";
294 current_state = "cmp";
301 current_state
[all...]
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dkrl.c439 choose_next_state(int current_state, u_int64_t contig, int final, argument
456 * switching cost is independent of the current_state.
460 switch (current_state) {
/macosx-10.9.5/SmartCardServices-55111/src/PCSC/
H A Dconfigfile.c360 static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
1108 * next_state = yy_try_NUL_trans( current_state );
H A Ddriverparser.c313 current_state));
1068 * synopsis next_state = yy_try_NUL_trans( current_state );
H A Dtokenparser.c335 current_state));
1094 * synopsis next_state = yy_try_NUL_trans( current_state );
/macosx-10.9.5/SmartcardCCID-55005/ccid/ccid/src/
H A Dtokenparser.c360 static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
1134 * next_state = yy_try_NUL_trans( current_state );
/macosx-10.9.5/WebCore-7537.78.1/plugins/gtk/
H A Dgtk2xtbin.h118 struct _XtStateRec *current_state; /* Translation Manager state ptr */ member in struct:_XtTMRec
/macosx-10.9.5/apache-786.1/httpd/modules/ssl/
H A Dssl_expr_scan.c291 static yy_state_type yy_try_NUL_trans YY_PROTO(( yy_state_type current_state ));
1379 * next_state = yy_try_NUL_trans( current_state );
/macosx-10.9.5/bc-21/bc/bc/
H A Dscan.c271 static yy_state_type yy_try_NUL_trans YY_PROTO(( yy_state_type current_state ));
1666 * next_state = yy_try_NUL_trans( current_state );
/macosx-10.9.5/cups-372.4/cups/backend/
H A Dsnmp-supplies.c83 static int current_state = -1; variable
380 if (current_state < 0)
383 change_state = current_state ^ new_state;
398 current_state = new_state;
511 current_state = -1;
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Darlex.c271 static yy_state_type yy_try_NUL_trans YY_PROTO(( yy_state_type current_state ));
1252 * next_state = yy_try_NUL_trans( current_state );
H A Ddeflex.c271 static yy_state_type yy_try_NUL_trans YY_PROTO(( yy_state_type current_state ));
1277 * next_state = yy_try_NUL_trans( current_state );
H A Drclex.c271 static yy_state_type yy_try_NUL_trans YY_PROTO(( yy_state_type current_state ));
1750 * next_state = yy_try_NUL_trans( current_state );
H A Dsyslex.c271 static yy_state_type yy_try_NUL_trans YY_PROTO(( yy_state_type current_state ));
1130 * next_state = yy_try_NUL_trans( current_state );
/macosx-10.9.5/pcre-7/pcre/
H A Dpcre_dfa_exec.c605 stateblock *current_state = active_states + i; local
607 int state_offset = current_state->offset;
619 ims = current_state->ims;
627 if (current_state->data > 0)
630 ADD_NEW_DATA(state_offset, current_state->count,
631 current_state->data - 1);
636 current_state->offset = state_offset = -state_offset;
647 active_states[j].count == current_state->count)
994 count = current_state->count; /* Already matched */
1060 count = current_state
[all...]
/macosx-10.9.5/remote_cmds-41.90.1/talk.tproj/
H A Dinit_disp.c127 current_state = "No connection yet";
H A Dinvite.c114 current_state = "Waiting for your party to respond";
164 current_state = "Trying to connect to your party's talk daemon";
173 current_state = "Trying to connect to local talk daemon";
H A Dlook_up.c79 current_state = "Waiting to connect with caller";
114 current_state = "Checking for invitation on caller's machine";
H A Dmsgs.c55 const char *current_state; variable
63 message(current_state);
71 message(current_state);
H A Dtalk.h51 extern const char *current_state;
/macosx-10.9.5/sudo-72/src/
H A Dtoke.c278 static yy_state_type yy_try_NUL_trans YY_PROTO(( yy_state_type current_state ));
2758 * next_state = yy_try_NUL_trans( current_state );
/macosx-10.9.5/top-89.1.2/
H A Duserinput.c44 static struct user_input_state *current_state = NULL; variable in typeref:struct:user_input_state
53 current_state = NULL;
81 current_state = &error_state;
82 reset_state(current_state);
83 current_state->misc = 0;
84 strncpy(current_state->buf, err, sizeof(current_state->buf));
85 current_state->buf[sizeof(current_state->buf) - 1] = '\0';
109 current_state
[all...]
/macosx-10.9.5/vim-53/src/
H A Dsyntax.c350 * When current_state.ga_itemsize is 0 the current state is invalid.
360 static garray_T current_state /* current stack of state_items */ variable
366 #define CUR_STATE(idx) ((stateitem_T *)(current_state.ga_data))[idx]
482 * After switching buffers, invalidate current_state.
506 if (VALID_STATE(&current_state)
520 * current_state and figure it out below.
532 if (INVALID_STATE(&current_state) && syn_block->b_sst_array != NULL)
554 if (INVALID_STATE(&current_state))
658 * Cleanup the current_state stack.
666 sip = (stateitem_T *)(current_state
[all...]
/macosx-10.9.5/xnu-2422.115.4/osfmk/i386/
H A Dgenassym.c526 offsetof(struct processor *, processor_data.current_state));
H A Dmachine_routines.c336 boolean_t current_state; local
338 current_state = ml_get_interrupts_enabled();
343 (void) ml_set_interrupts_enabled(current_state);
562 boolean_t current_state; local
564 current_state = ml_set_interrupts_enabled(FALSE);
579 (void) ml_set_interrupts_enabled(current_state);
585 boolean_t current_state; local
587 current_state = ml_set_interrupts_enabled(FALSE);
593 (void) ml_set_interrupts_enabled(current_state);

Completed in 348 milliseconds

12