Searched refs:intmax_t (Results 51 - 75 of 83) sorted by relevance

1234

/haiku-fatelf/src/bin/bash/lib/sh/
H A Dnetopen.c122 intmax_t l;
H A Dsnprintf.c82 #define intmax_t long macro
1361 SET_SIZE_FLAGS(data, intmax_t);
/haiku-fatelf/src/bin/coreutils/src/
H A Ddate.c538 char buf[INT_BUFSIZE_BOUND (intmax_t)];
H A Dkill.c216 intmax_t n = (errno = 0, strtoimax (arg, &endp, 10));
H A Dstat.c452 static char str[MAX (INT_BUFSIZE_BOUND (intmax_t),
470 out_int (char *pformat, size_t prefix_len, intmax_t arg)
H A Dpinky.c182 static char buf[INT_STRLEN_BOUND (intmax_t) + sizeof "-%m-%d %H:%M"];
H A Dwho.c217 static char buf[INT_STRLEN_BOUND (intmax_t) + sizeof "-%m-%d %H:%M"];
H A Ddu.c410 char buf[INT_BUFSIZE_BOUND (intmax_t)];
H A Dcsplit.c50 intmax_t offset; /* Offset from regexp to split at. */
/haiku-fatelf/src/bin/bash/
H A Dredir.c481 intmax_t lfd;
643 intmax_t lfd;
H A Dbraces.c366 intmax_t tl, tr;
H A Dmailcheck.c89 intmax_t seconds;
H A Dvariables.c732 intmax_t old_level;
1167 static intmax_t seconds_value_assigned;
1324 intmax_t new_value;
1354 intmax_t new_value;
2078 intmax_t lval, rval;
2369 intmax_t val;
2371 char ibuf[INT_STRLEN_BOUND (intmax_t) + 1], *p;
3680 intmax_t pid;
4037 intmax_t i;
4311 intmax_t x
[all...]
H A Darray.c796 char indstr[INT_STRLEN_BOUND(intmax_t) + 1];
981 char lbuf[INT_STRLEN_BOUND (intmax_t) + 1];
H A Dconfig.h.in303 #undef intmax_t
H A Dsubst.c273 static intmax_t parameter_brace_expand_length __P((char *));
276 static int verify_substring_values __P((SHELL_VAR *, char *, char *, int, intmax_t *, intmax_t *));
538 intmax_t number;
2681 intmax_t ind;
5205 intmax_t arg_index;
5474 static intmax_t
5479 intmax_t number, arg_index;
5629 intmax_t *e1p, *e2p;
5862 intmax_t e
[all...]
H A Dtrap.c216 intmax_t sig;
H A Dexecute_cmd.c157 static intmax_t eval_arith_for_expr __P((WORD_LIST *, int *));
2414 static intmax_t
2420 intmax_t expresult;
2468 intmax_t expresult;
2660 intmax_t reply;
3086 intmax_t expresult;
/haiku-fatelf/src/bin/network/ftpd/
H A Dftpd.c1942 " (%lld bytes)", (intmax_t)size);
2856 (intmax_t)byte_count, (intmax_t)file_size);
2859 (intmax_t)byte_count);
3398 appendf(&msg, " = %lld bytes", (intmax_t)cnt);
3422 path, (intmax_t)size,
H A Dftpcmd.y919 (intmax_t)restart_point,
1611 reply(213, "%lld", (intmax_t)stbuf.st_size);
1645 reply(213, "%lld", (intmax_t)count);
/haiku-fatelf/src/bin/findutils/find/
H A Dparser.c2451 * which support intmax_t because config.h #defines it
2453 intmax_t val = ( (intmax_t)options.cur_day_start - num_days * DAYSECS
2458 if ( (intmax_t)t != val )
/haiku-fatelf/src/bin/gawk/
H A Dbuiltin.c57 # define INTMAX_MIN TYPE_MINIMUM (intmax_t)
915 uval = - (uintmax_t) (intmax_t) tmpval;
991 uval = (uintmax_t) (intmax_t) tmpval;
/haiku-fatelf/src/bin/coreutils/lib/
H A Dconfig.hin930 /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
2417 #undef intmax_t
/haiku-fatelf/src/system/libroot/posix/glibc/stdio-common/
H A Dvfprintf.c1568 is_long_double = sizeof (intmax_t) > sizeof (unsigned long int);
1569 is_long = sizeof (intmax_t) > sizeof (unsigned int);
/haiku-fatelf/src/bin/network/wget/src/
H A Dutils.c1678 p += sprintf (buf, "%j", (intmax_t) (n));

Completed in 416 milliseconds

1234