Searched defs:numbuf_t (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/du/ |
H A D | du.c | 70 typedef char numbuf_t[NUMBER_WIDTH]; typedef 541 numbuf_t buf, /* put the result here */ 599 numbuf_t numbuf;
|
/illumos-gate/usr/src/cmd/swap/ |
H A D | swap.c | 78 typedef char numbuf_t[NUMBER_WIDTH]; typedef 88 static char *number_to_scaled_string(numbuf_t buf, unsigned long long number, 307 numbuf_t numbuf; 375 numbuf_t numbuf; 499 numbuf_t buf, /* put the result here */
|
/illumos-gate/usr/src/cmd/fs.d/ |
H A D | df.c | 139 * A numbuf_t is used when converting a number to a string representation 141 typedef char numbuf_t[ NUMBER_WIDTH ]; typedef 1184 numbuf_t buf, /* put the result here */ 1318 numbuf_t total_blocks_buf; 1319 numbuf_t total_files_buf; 1320 numbuf_t free_blocks_buf; 1321 numbuf_t available_blocks_buf; 1322 numbuf_t free_files_buf; 1323 numbuf_t fname_buf; 1438 numbuf_t total_blocks_bu [all...] |
/illumos-gate/usr/src/cmd/ls/ |
H A D | ls.c | 220 * A numbuf_t is used when converting a number to a string representation 222 typedef char numbuf_t[NUMBER_WIDTH]; typedef 255 static char *number_to_scaled_string(numbuf_t buf, 1258 numbuf_t hbuf; 2466 numbuf_t buf, /* put the result here */ 2475 (void) strlcpy(buf, "-1", sizeof (numbuf_t)); 2517 (void) snprintf(buf, sizeof (numbuf_t), "%2.1f%c", 2520 (void) snprintf(buf, sizeof (numbuf_t), "%4llu%c",
|
Completed in 71 milliseconds