Searched refs:human_offset (Results 1 – 1 of 1) sorted by relevance
/coreutils/src/ |
D | shred.c | 551 char const *human_offset in dopass() local 555 if (done || !STREQ (previous_human_offset, human_offset)) in dopass() 559 qname, k, n, pass_string, human_offset); in dopass() 573 human_offset = human_size; in dopass() 575 qname, k, n, pass_string, human_offset, human_size, in dopass() 579 strcpy (previous_offset_buf, human_offset); in dopass()
|