Searched refs:digits (Results 1 – 7 of 7) sorted by relevance
/systemd-251/src/basic/ |
D | procfs-util.c | 180 char *digits, *e; in convert_meminfo_value_to_uint64_bytes() local 194 digits = w + n; in convert_meminfo_value_to_uint64_bytes() 195 n = strspn(digits, DIGITS); in convert_meminfo_value_to_uint64_bytes() 198 e = digits + n; in convert_meminfo_value_to_uint64_bytes() 208 r = safe_atou64(digits, &v); in convert_meminfo_value_to_uint64_bytes()
|
D | parse-util.c | 594 int parse_fractional_part_u(const char **p, size_t digits, unsigned *res) { in parse_fractional_part_u() argument 601 for (size_t i = 0; i < digits; i++,s++) { in parse_fractional_part_u() 607 for (; i < digits; i++) in parse_fractional_part_u()
|
D | parse-util.h | 126 int parse_fractional_part_u(const char **s, size_t digits, unsigned *res);
|
/systemd-251/docs/ |
D | USER_NAMES.md | 27 is defined as [lower and upper case ASCII letters, digits, period, 36 `^[a-z][-a-z0-9]*$`, i.e. only lower case ASCII letters, digits and 49 32 characters, with upper and lower case letters, digits, underscores, 86 digits, underscores and hyphens. The first character may not be a digit or 119 * No names consisting fully of digits (rationale: avoid confusion with numeric 123 up of digits (rationale: avoid confusion with negative, numeric UID/GID
|
D | BOOT_LOADER_SPECIFICATION.md | 203 set: ASCII upper and lower case characters, digits, "+", "-", "_" and
|
/systemd-251/hwdb.d/ |
D | 80-ieee1394-unit-function.hwdb | 23 # The hexadecimal digits part of the customized key should be lower-case. Linux FireWire subsystem
|
/systemd-251/ |
D | NEWS | 63 lowercase hexadecimal vendor/product ID digits was added in systemd 64 250. This has been reverted, since uppercase hexadecimal digits are 4394 numbers are harder to type, but we believe the change from 5 digits 4395 to 7 digits doesn't hamper usability. 4449 format is 8191 (four digits), while the old format always used a very
|