Home
last modified time | relevance | path

Searched refs:state (Results 1 – 15 of 15) sorted by relevance

/coreutils/tests/tail/
Dtail-n0f.sh48 state=$(get_process_status_ $pid)
49 case $state in
56 { echo $0: process in unexpected state: $state >&2; fail=1; }
/coreutils/src/
Ddircolors.c277 enum { ST_TERMNO, ST_TERMYES, ST_TERMSURE, ST_GLOBAL } state = ST_GLOBAL; in dc_parse_stream() local
335 if (state != ST_TERMSURE) in dc_parse_stream()
336 state = fnmatch (arg, term, 0) == 0 ? ST_TERMSURE : ST_TERMNO; in dc_parse_stream()
340 if (state != ST_TERMSURE) in dc_parse_stream()
341 state = fnmatch (arg, colorterm, 0) == 0 ? ST_TERMSURE : ST_TERMNO; in dc_parse_stream()
345 if (state == ST_TERMSURE) in dc_parse_stream()
346 state = ST_TERMYES; /* Another {COLOR,}TERM can cancel. */ in dc_parse_stream()
348 if (state != ST_TERMNO) in dc_parse_stream()
378 if (unrecognized && (state == ST_TERMSURE || state == ST_TERMYES)) in dc_parse_stream()
Dtr.c151 count state; member
993 s->state = NEW_ELEMENT; in skip_construct()
1020 if (s->state == BEGIN_STATE) in get_next()
1023 s->state = NEW_ELEMENT; in get_next()
1034 s->state = NEW_ELEMENT; in get_next()
1039 if (s->state == NEW_ELEMENT) in get_next()
1040 s->state = p->u.range.first_char; in get_next()
1042 ++(s->state); in get_next()
1043 return_val = s->state; in get_next()
1044 if (s->state == p->u.range.last_char) in get_next()
[all …]
Dls.c2513 } state; in get_funky_string() local
2523 state = ST_GND; /* Start in ground state. */ in get_funky_string()
2524 while (state < ST_END) in get_funky_string()
2526 switch (state) in get_funky_string()
2533 state = ST_END; /* End of string */ in get_funky_string()
2536 state = ST_BACKSLASH; /* Backslash escape sequence */ in get_funky_string()
2540 state = ST_CARET; /* Caret escape */ in get_funky_string()
2546 state = ST_END; /* End */ in get_funky_string()
2568 state = ST_OCTAL; /* Octal sequence */ in get_funky_string()
2573 state = ST_HEX; /* Hex sequence */ in get_funky_string()
[all …]
Dwc.c411 mbstate_t state; mbszero (&state); in wc() local
446 size_t n = mbrtoc32 (&wide_char, p + prev, scanbytes, &state); in wc()
468 mbszero (&state); in wc()
486 in_shift = !mbsinit (&state); in wc()
Dwho.c233 print_line (char const *user, const char state, in print_line() argument
245 mesg[1] = state; in print_line()
Dsort.c663 char state; member
747 temp->state = UNREAPED; in register_proc()
765 node->state = REAPED; in delete_proc()
1125 node->state = UNCOMPRESSED; in maybe_create_temp()
1182 if (temp->state == UNREAPED) in open_temp()
1256 if (node->state == UNREAPED) in zaptemp()
2995 fps[i] = (files[i].temp && files[i].temp->state != UNCOMPRESSED in open_input_files()
/coreutils/gl/lib/
Drandread.c89 struct isaac_state state; member
193 if (! get_nonce (s->buf.isaac.state.m, in randread_new()
194 MIN (sizeof s->buf.isaac.state.m, bytes_bound))) in randread_new()
201 isaac_seed (&s->buf.isaac.state); in randread_new()
279 isaac_refill (&isaac->state, wp); in readisaac()
291 isaac_refill (&isaac->state, isaac->data.w); in readisaac()
/coreutils/tests/stty/
Dstty-pairs.sh33 saved_state=.saved-state
Dstty.sh32 saved_state=.saved-state
/coreutils/
DHACKING37 to restore master to its unmodified (relative-to-upstream) state:
572 state to the revision just before HEAD (i.e., next-to-last).
DTHANKS.in501 Paul Nevai nevai@ops.mps.ohio-state.edu
DCOPYING631 state the exclusion of warranty; and each file should have at least
/coreutils/doc/
Dfdl.texi171 copy along with each Opaque copy, or state in or with each Opaque copy
Dcoreutils.texi10561 Solid-state storage devices (SSDs) typically do wear leveling to
15773 in cases where the system may be in a state where serial transmission
17347 also include processes in the uninterruptible sleep state (that is,
17676 Finally, if the executable requires any other files (e.g., data, state,
17876 state of the signal -- so it is a no-op.