Home
last modified time | relevance | path

Searched refs:pending (Results 1 – 6 of 6) sorted by relevance

/coreutils/src/
Dunexpand.c151 size_t pending = 0; in unexpand() local
184 if (pending) in unexpand()
197 pending_blank[pending++] = c; in unexpand()
208 pending = one_blank_before_tab_stop; in unexpand()
226 if (pending) in unexpand()
228 if (pending > 1 && one_blank_before_tab_stop) in unexpand()
230 if (fwrite (pending_blank, 1, pending, stdout) != pending) in unexpand()
232 pending = 0; in unexpand()
Ddd.c1010 off_t *pending = (fd == STDIN_FILENO ? &i_pending : &o_pending); in cache_round() local
1015 if (ckd_add (&c_pending, *pending, len)) in cache_round()
1017 *pending = c_pending % IO_BUFSIZE; in cache_round()
1018 if (c_pending > *pending) in cache_round()
1019 len = c_pending - *pending; in cache_round()
1024 len = *pending; in cache_round()
1046 off_t pending = len ? cache_round (fd, 0) : 0; in invalidate_cache() local
1067 output_offset += clen + pending; in invalidate_cache()
1077 pending = clen; in invalidate_cache()
1086 offset = offset - clen - pending; in invalidate_cache()
Dls.c371 struct pending struct
379 struct pending *next; argument
382 static struct pending *pending_dirs;
1451 free_pending_ent (struct pending *p) in free_pending_ent()
1656 struct pending *thispend; in main()
2977 struct pending *new = xmalloc (sizeof *new); in queue_directory()
/coreutils/
DHACKING118 you have pending (uncommitted) changes. Sometimes it works,
DNEWS1399 for transmission of pending output before application of settings.
/coreutils/doc/
Dcoreutils.texi15768 Apply settings after first waiting for pending output to be transmitted.