Searched refs:TMP_SIZE (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/s390/hypfs/
H A Dhypfs_diag.c19 #define TMP_SIZE 64 /* size of temporary buffers */ macro
556 char buffer[TMP_SIZE];
559 snprintf(buffer, TMP_SIZE, "%d", cpu_info__cpu_addr(diag204_info_type,
617 char buffer[TMP_SIZE];
620 snprintf(buffer, TMP_SIZE, "%i", phys_cpu__cpu_addr(diag204_info_type,
H A Dinode.c24 #define TMP_SIZE 64 /* size of temporary buffers */ macro
405 char tmp[TMP_SIZE];
408 snprintf(tmp, TMP_SIZE, "%lld\n", (unsigned long long int)value);

Completed in 34 milliseconds