Searched refs:digit (Results 1 – 6 of 6) sorted by relevance
55 The first digit selects the set user ID (4) and set group ID (2) and56 restricted deletion or sticky (1) attributes. The second digit
163 First the initial part of each string consisting entirely of non-digit201 These two steps (comparing and removing initial non-digit strings and202 initial digit strings) are repeated until a difference is found or292 Version sort (@samp{sort -V}) first breaks down the string into digit and293 non-digit parts, and only then compares each part (see annotated370 (after breaking down a string to digit and non-digit parts).416 non-digit (rule 2) and digit parts (rule 3).419 with a non-digit (@samp{~}). This is the first part. All other lines420 in the input file start with a digit -- their first non-digit part is428 follow similar logic: The digit part is extracted (1 for all strings)[all …]
500 These three bits are represented as one octal digit;502 is represented as the digit 7 (in octal). The three special504 represented as another octal digit. Here is how the bits are arranged,
1998 operands) a digit. For example, in @samp{od foo 10} and @samp{od +10}2088 or a 3 digit octal sequence2177 or 3 digit octal sequences. Equivalent to @samp{-t c}.2762 Provide @var{digits} digit line numbering (default for @var{digits} is3613 of two-digit decimal numbers from @samp{00} to @samp{99}. In any case,7249 @item digit7250 @opindex digit12107 Use the argument (optional four-digit or two-digit years, months,15646 any other digit to indicate decimal.16416 Four-digit numeric time zone, e.g., @samp{-0600} or @samp{+0530}, or[all …]
498 int digit = (**endptr) - '0'; in simple_strtod_int() local502 if (val || digit) in simple_strtod_int()512 val += digit; in simple_strtod_int()
4518 chmod now diagnoses an invalid mode string starting with an octal digit5056 there are two operands and the latter one begins with a digit.5771 * date now handles two-digit years with leading zeros correctly.