Home
last modified time | relevance | path

Searched refs:state (Results 1 – 25 of 4575) sorted by path

12345678910>>...183

/freebsd/
H A DObsoleteFiles.inc18118 OLD_FILES+=usr/share/games/quiz.db/state
H A DUPDATING1726 keep state is specified in a rule. r316810 aligns ipfilter with
1727 documentation in man pages separating keep frags from keep state.
1728 This allows keep state to be specified without forcing keep frags
1729 and allows keep frags to be specified independently of keep state.
1731 keep state (as documented in ipf.conf.5).
/freebsd/bin/cpuset/
H A Dcpuset.c93 enum { NONE, NUM, DASH } state; in parselist() local
98 state = NONE; in parselist()
109 switch (state) { in parselist()
112 state = NUM; in parselist()
117 state = NONE; in parselist()
127 switch (state) { in parselist()
132 state = NONE; in parselist()
140 if (state != NUM) in parselist()
142 state = DASH; in parselist()
149 switch (state) { in parselist()
/freebsd/bin/ps/
H A Dextern.h80 char *state(KINFO *, VARENT *);
H A Dkeyword.c186 {"state", "STAT", NULL, "state", LJUST, state, 0, CHAR, NULL, 0},
H A Dprint.c210 state(KINFO *k, VARENT *ve __unused) in state() function
/freebsd/bin/sh/
H A DTOUR3 does not represent the current state of the shell. It is provided anyway
H A Dexpand.c80 enum wordstate state; member
168 if (p != stackblock() || (is_ws ? dst->state == WORD_QUOTEMARK : in nextword()
169 dst->state != WORD_WS_DELIMITED) || c == '\0') { in nextword()
175 dst->state = is_ws ? WORD_WS_DELIMITED : WORD_IDLE; in nextword()
176 } else if (!is_ws && dst->state == WORD_WS_DELIMITED) in nextword()
177 dst->state = WORD_IDLE; in nextword()
231 exparg.state = WORD_IDLE; in expandarg()
239 exparg.state == WORD_QUOTEMARK) { in expandarg()
294 dst->state = WORD_QUOTEMARK; in argstr()
778 dst->state = WORD_QUOTEMARK; in evalvar()
[all …]
H A Djobs.c275 if (jp->state == JOBDONE) in bgcmd()
292 if (jp->state == JOBDONE) in restartjob()
300 jp->state = 0; in restartjob()
389 if (jp->state == 0) { in showjob()
724 if (jp->state == JOBDONE) in killjob()
788 jp->state = 0; in makejob()
1085 while (jp->state == 0) in waitforjob()
1190 job->state = JOBDONE; in dowait()
1215 jp->state = 0; in dowait()
1227 if (jp->state != state) { in dowait()
[all …]
H A Dmain.c96 volatile int state; in main() local
101 state = 0; in main()
103 if (state == 0 || iflag == 0 || ! rootshell || in main()
111 if (state == 1) in main()
113 else if (state == 2) in main()
115 else if (state == 3) in main()
138 state = 1; in main()
141 state = 2; in main()
148 state = 3; in main()
151 state = 3; in main()
[all …]
H A Dnodes.c.pat124 copynode(union node *n, struct nodecopystate *state)
134 copynodelist(struct nodelist *lp, struct nodecopystate *state)
141 *lpp = state->block;
142 state->block = (char *)state->block +
144 (*lpp)->n = copynode(lp->n, state);
155 nodesavestr(const char *s, struct nodecopystate *state)
158 char *q = state->string;
159 char *rtn = state->string;
163 state->string = q;
H A Dparser.c1420 state[level].parenlevel = 0; in readtoken1()
1532 state[level].parenlevel++; in readtoken1()
1561 state[level].syntax == DQSYNTAX || state[level].syntax == ARISYNTAX); in readtoken1()
1585 if (state != state_static) in readtoken1()
1761 state = parser_temp_realloc(state, in readtoken1()
1772 state[level].syntax = state[level - 1].syntax; in readtoken1()
1806 if (state == state_static) { in readtoken1()
1807 state = parser_temp_alloc( in readtoken1()
1809 memcpy(state, state_static, in readtoken1()
1812 state = parser_temp_realloc(state, in readtoken1()
[all …]
/freebsd/bin/sh/tests/builtins/
H A Dbreak5.45 # shell environment's state.
/freebsd/bin/sh/tests/expansion/
H A Dplus-minus3.024 # a double-quote in one switches back to unquoted state.
/freebsd/cddl/contrib/opensolaris/
H A DOPENSOLARIS.LICENSE383 California and the state courts of the State of California, with
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/
H A Dtst.localsctpstate.ksh143 sctp:::state-change
H A Dtst.localsctpstate.ksh.out7 sctp:::state-change to cookie-wait - yes
8 sctp:::state-change to cookie-echoed - yes
9 sctp:::state-change to established - yes
10 sctp:::state-change to shutdown-sent - yes
11 sctp:::state-change to shutdown-received - yes
12 sctp:::state-change to shutdown-ack-sent - yes
H A Dtst.localtcpstate.ksh127 tcp:::state-change
H A Dtst.localtcpstate.ksh.out7 tcp:::state-change to syn-sent - yes
8 tcp:::state-change to syn-received - yes
9 tcp:::state-change to established - yes
10 tcp:::state-change to fin-wait-1 - yes
11 tcp:::state-change to close-wait - yes
12 tcp:::state-change to fin-wait-2 - yes
13 tcp:::state-change to last-ack - yes
14 tcp:::state-change to time-wait - yes
H A Dtst.remotesctpstate.ksh121 sctp:::state-change
H A Dtst.remotesctpstate.ksh.out7 sctp:::state-change to cookie-wait - yes
8 sctp:::state-change to cookie-echoed - yes
9 sctp:::state-change to established - yes
10 sctp:::state-change to shutdown-sent - yes
11 sctp:::state-change to closed - yes
H A Dtst.remotetcpstate.ksh124 tcp:::state-change
H A Dtst.remotetcpstate.ksh.out7 tcp:::state-change to syn-sent - yes
8 tcp:::state-change to established - yes
9 tcp:::state-change to fin-wait-1 - yes
10 tcp:::state-change to close-wait - yes
11 tcp:::state-change to fin-wait-2 - yes
12 tcp:::state-change to time-wait - yes
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/
H A Dtst.Bean.ksh.out168 …serialized: org.opensolaris.os.dtrace.ProcessState[pid = 123456, state = UNDEAD, terminationSignal…
169 …deserialized: org.opensolaris.os.dtrace.ProcessState[pid = 123456, state = UNDEAD, terminationSign…
171 …encoded: org.opensolaris.os.dtrace.ProcessState[pid = 123456, state = UNDEAD, terminationSignal = …
172 …decoded: org.opensolaris.os.dtrace.ProcessState[pid = 123456, state = UNDEAD, terminationSignal = …
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ustack/
H A Dtst.spin.ksh48 * its steady state.

12345678910>>...183