Searched refs:min (Results 1 – 6 of 6) sorted by relevance
/coreutils/gl/lib/ |
D | xdectoint.c | 37 __xnumtoint (char const *n_str, int base, __xdectoint_t min, __xdectoint_t max, in __xnumtoint() argument 47 if (tnum < min || max < tnum) in __xnumtoint() 84 __xdectoint (char const *n_str, __xdectoint_t min, __xdectoint_t max, in __xdectoint() argument 87 return __xnumtoint (n_str, 10, min, max, suffixes, err, err_exit); in __xdectoint()
|
D | xdectoint.h | 24 type name (char const *n_str, type min, type max, \ 28 type name (char const *n_str, int base, type min, type max, \
|
/coreutils/src/ |
D | system.h | 62 # define makedev(maj, min) (((maj) << 8) | (min)) argument 67 # define makedev(maj, min) mkdev (maj, min) argument
|
D | comm.c | 40 #undef min 41 #define min(x, y) ((x) < (y) ? (x) : (y)) macro 322 size_t len = min (thisline[0]->length, thisline[1]->length) - 1; in compare_files()
|
D | pr.c | 428 static void getoptnum (char const *n_str, int min, int *num, 1155 getoptnum (char const *n_str, int min, int *num, char const *err) in getoptnum() argument 1157 intmax_t tnum = xdectoimax (n_str, min, INT_MAX, "", err, 0); in getoptnum()
|
/coreutils/doc/ |
D | coreutils.texi | 15577 if they are the same as the @code{min} and @code{time} characters. 15587 -isig -iuclc -ixany -imaxbel -xcase min 1 time 0 15736 @item min @var{n} 15737 @opindex min
|