Lines Matching defs:when
712 * did not specify a format. when we write during an APPEND, we will
1196 tty_warn(1, "The -O/-o options are only valid when "
1546 * swap bytes and half-words when reading data
1813 * did not specify a format. when we write during an APPEND, we will
1914 * when the format does not support options.
1971 * OPLIST structure. When we know the format, the format specific
2109 time_t when;
2118 if ((when = parsedate(b, NULL, NULL)) == -1 && errno != 0)
2125 when = (time_t)l;
2132 st->st_mtime = st->st_ctime = st->st_atime = when;