Lines Matching full:by
7 .\" This code is derived from software contributed to Berkeley by
23 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS "AS IS" AND
66 into the array pointed to by
68 according to the string pointed to by
84 Each conversion specification is replaced by the characters as
88 as specified by brackets in the description.
89 If a bracketed member name is followed by
93 if the name is followed by
100 should be initialized as if by a successful call to
108 is replaced by the locale's full weekday name.
112 is replaced by the locale's abbreviated weekday name.
116 is replaced by the locale's full month name.
120 is replaced by the locale's abbreviated month name.
124 is replaced by the century (a year divided by 100 and truncated to an integer)
125 as a decimal number, with at least two digits by default.
129 is replaced by the locale's appropriate date and time representation.
153 is replaced by the day of the month as a decimal number [01,31].
157 is replaced by the day of month as a decimal number [1,31];
158 single digits are preceded by a blank.
170 is replaced by the ISO 8601 year with century as a decimal number.
181 is replaced by the ISO 8601 year without century as a decimal number [00,99].
188 is replaced by the hour (24-hour clock) as a decimal number [00,23].
192 is replaced by the hour (12-hour clock) as a decimal number [01,12].
196 is replaced by the day of the year as a decimal number [001,366].
200 is replaced by the hour (24-hour clock) as a decimal number [0,23];
201 single digits are preceded by a blank.
205 is replaced by the hour (12-hour clock) as a decimal number [1,12];
206 single digits are preceded by a blank.
210 is replaced by the minute as a decimal number [00,59].
214 is replaced by the month as a decimal number [01,12].
218 is replaced by a newline.
221 is replaced by the locale's equivalent of either
228 is replaced by the time in the format
234 is replaced by the locale's representation of 12-hour clock time
241 is replaced by the second as a decimal number [00,60].
248 is replaced by the number of seconds since the Epoch (see
272 followed by
285 is replaced by the time in the format
292 is replaced by a tab.
295 is replaced by the week number of the year (Sunday as the first day of
302 is replaced by the weekday (Monday as the first day of the week)
307 is replaced by the week number of the year (Monday as the first day of
311 The year is given by the
319 is replaced by the week number of the year (Monday as the first day of
325 is replaced by the weekday (Sunday as the first day of the week)
332 is replaced by the locale's appropriate time representation.
346 is replaced by the locale's appropriate date representation.
362 is replaced by the year with century as a decimal number.
366 is replaced by the year without century as a decimal number [00,99].
371 is replaced by the time zone abbreviation,
372 or by the empty string if this is not determinable.
377 is replaced by the offset from the Prime Meridian
380 or by the empty string if this is not determinable.
383 but local time is indeterminate; by convention this is used for
392 is replaced by a single %.
395 is replaced by the locale's date and time in
414 This is for compatibility with older platforms, as required by POSIX;