Searched refs:state (Results 1 – 15 of 15) sorted by relevance
/coreutils/tests/tail/ |
D | tail-n0f.sh | 48 state=$(get_process_status_ $pid) 49 case $state in 56 { echo $0: process in unexpected state: $state >&2; fail=1; }
|
/coreutils/src/ |
D | dircolors.c | 277 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()
|
D | tr.c | 151 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 …]
|
D | ls.c | 2513 } 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 …]
|
D | wc.c | 411 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()
|
D | who.c | 233 print_line (char const *user, const char state, in print_line() argument 245 mesg[1] = state; in print_line()
|
D | sort.c | 663 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/ |
D | randread.c | 89 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/ |
D | stty-pairs.sh | 33 saved_state=.saved-state
|
D | stty.sh | 32 saved_state=.saved-state
|
/coreutils/ |
D | HACKING | 37 to restore master to its unmodified (relative-to-upstream) state: 572 state to the revision just before HEAD (i.e., next-to-last).
|
D | THANKS.in | 501 Paul Nevai nevai@ops.mps.ohio-state.edu
|
D | COPYING | 631 state the exclusion of warranty; and each file should have at least
|
/coreutils/doc/ |
D | fdl.texi | 171 copy along with each Opaque copy, or state in or with each Opaque copy
|
D | coreutils.texi | 10561 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.
|