stat.c | 662 char *stmp, lfmt[24], tmp[20]; local in function:format1 1105 lfmt[0] = '\0'; 1106 (void)strcat(lfmt, "%"); 1108 (void)strcat(lfmt, "#"); 1110 (void)strcat(lfmt, " "); 1112 (void)strcat(lfmt, "+"); 1114 (void)strcat(lfmt, "-"); 1116 (void)strcat(lfmt, "0"); 1129 (void)strcat(lfmt, tmp); 1131 (void)strcat(lfmt, "lld") [all...] |