Searched refs:intbuf (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/bin/bash/lib/sh/
H A Dsnprintf.c179 static char intbuf[INT_STRLEN_BOUND(unsigned long) + 1]; variable
218 #define itoa(n) fmtulong(n, 10, intbuf, sizeof(intbuf), 0);
684 tmp = fmtulong (d, base, intbuf, sizeof(intbuf), flags);
754 tmp = fmtullong (d, base, intbuf, sizeof(intbuf), flags);
809 tmp = fmtulong(d, 16, intbuf, sizeof(intbuf), 0);
/haiku-fatelf/src/bin/bash/
H A Dprint_cmd.c1288 char char_arg[2], *argp, intbuf[INT_STRLEN_BOUND (int) + 1]; local
1333 sprintf (intbuf, "%u", (unsigned)-1);
1334 argp = intbuf;
1337 argp = inttostr (digit_arg, intbuf, sizeof (intbuf));
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dattrib.c218 unsigned char *intbuf = NULL; local
233 intbuf = ntfs_malloc(rl[i].length << vol->cluster_size_bits);
234 if (!intbuf) {
251 vol->cluster_size_bits, intbuf);
266 free(intbuf);
269 memcpy(b + total, intbuf, sle64_to_cpu(a->data_size) -
271 free(intbuf);

Completed in 121 milliseconds