/osnet-11/usr/src/lib/libcmd/common/ |
H A D | cat.c | 124 vcat(register char* states, Sfio_t* ip, Sfio_t* op, Reserve_f reserve, int flags) argument 150 states[0] = T_ENDBUF; 156 while (!(n = states[*cp++])); 160 while (!(n = states[*cp++])); 192 states[0] = sfvalue(ip) ? T_ERROR : T_EOF; 198 states[0] = n ? T_ERROR : T_EOF; 277 states[0] = (m = sfvalue(ip)) ? T_ERROR : T_EOF; 283 states[0] = m ? T_ERROR : T_EOF; 296 if (!(n = states[c])) 317 } while (states[ 406 char states[UCHAR_MAX+1]; local [all...] |
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/unicode/ |
H A D | ure.c | 149 * This is a structure used to track a list or a stack of states. 158 * Structure to track the list of unique states for a symbol 167 _ure_stlist_t states; member in struct:__anon1040 184 * Structure used for keeping lists of states. 187 _ure_state_t *states; member in struct:__anon1042 193 * Structure to track pairs of DFA states when equivalent states are 227 * The reduced table of unique groups of NFA states. 229 _ure_statetable_t states; member in struct:_ure_buffer_t 232 * Tracks states whe 256 _ure_dstate_t *states; member in struct:_ure_dfa_t 1315 _ure_add_state(ucs2_t nstates, ucs2_t *states, _ure_buffer_t *b) argument [all...] |
/osnet-11/usr/src/lib/libshell/common/include/ |
H A D | defs.h | 83 int states; member in struct:sh_scoped 189 unsigned char *sigflag; /* pointer to signal states */ \ 286 /* states */ 287 /* low numbered states are same as options */ 463 #define sh_isstate(x) (sh.st.states&sh_state(x)) 464 #define sh_onstate(x) (sh.st.states |= sh_state(x)) 465 #define sh_offstate(x) (sh.st.states &= ~sh_state(x)) 466 #define sh_getstate() (sh.st.states) 467 #define sh_setstate(x) (sh.st.states = (x))
|
/osnet-11/usr/src/lib/libdhcpagent/common/ |
H A D | dhcpagent_util.c | 64 const char *states[] = { local 83 return (states[state]);
|
/osnet-11/usr/src/lib/fm/topo/maps/SUNW,Sun-Fire-X4500/ |
H A D | Sun-Fire-X4500-disk-hc-topology.xmlgen | 43 my @states = ( 69 printf " <propval name='indicator-rule-states-%d' " . 70 "type='string' value='%s' />\n", $i, $states[$i];
|
/osnet-11/usr/src/lib/fm/topo/maps/SUNW,Sun-Fire-X4540/ |
H A D | Sun-Fire-X4540-disk-hc-topology.xmlgen | 43 my @states = ( 69 printf " <propval name='indicator-rule-states-%d' " . 70 "type='string' value='%s' />\n", $i, $states[$i];
|
/osnet-11/usr/src/lib/libdiskmgt/common/ |
H A D | path.c | 194 for (i = 0; pp->disks[i] && pp->states[i] != -1; i++) { 200 path_state_name(pp->states[i])) != 0) { 232 for (i = 0; pp->disks[i] && pp->states[i] != -1; i++) {
|
H A D | disks_private.h | 72 int *states; member in struct:path
|
H A D | cache.c | 292 free(pp->states);
|
H A D | findevs.c | 761 if (add_int2array(st, &pp->states) != 0) {
|
/osnet-11/usr/src/lib/libshell/common/sh/ |
H A D | main.c | 394 int states,jmpval; local 443 states = sh_getstate(); 455 sh_setstate(states); 479 sh_setstate(states);
|
/osnet-11/usr/src/tools/onbld/Scm/ |
H A D | WorkSpace.py | 560 states = ['modified', 'added', 'removed', 'deleted', 'unknown', 564 return dict(zip(states, chngs))
|
/osnet-11/usr/src/lib/cfgadm_plugins/shp/common/ |
H A D | shp.c | 796 pciehpc_led_t states[] = { local 833 n = sizeof (states)/sizeof (pciehpc_led_t); 835 led = states[i];
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | utf8.pm | 165 on B<or> if string is held as bytes (both these states are 'consistent').
|
H A D | perl5db.pl | 83 Boolean algebra states that the truth table for XOR looks like this:
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/ |
H A D | POP3.pm | 427 states that it returns a value, failure will be returned as I<undef> or an
|
H A D | SMTP.pm | 614 states that it returns a value, failure will be returned as I<undef> or an
|
H A D | NNTP.pm | 740 states that it returns a value, failure will be returned as I<undef> or an
|
H A D | FTP.pm | 1336 states that it returns a value, failure will be returned as I<undef> or an
|
/osnet-11/usr/src/lib/libbsm/common/ |
H A D | adt.c | 72 * Local audit states are a bit mask 74 * The global audit states are 79 * The local Zone states are 132 * of audit states set in the argument. 137 adt_audit_state(int states) argument 142 return ((auditstate & states) ? B_TRUE : B_FALSE);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/ |
H A D | Deparse.pm | 2545 my @states; 2547 push @states, $state; 2549 $body = $self->lineseq(undef, @states);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/ |
H A D | Complex.pm | 1596 number) and the above definition states that
|