Lines Matching refs:alphas
7 const char alphas[] = "abcdefghijklmnopqrstuvwxyz";
11 sprintf(path, "%c", alphas[j]);
18 lfs_file_write(&lfs, &files[j], &alphas[j], 1) => 1;
34 sprintf(path, "%c", alphas[j]);
44 sprintf(path, "%c", alphas[j]);
51 assert(buffer[0] == alphas[j]);
66 const char alphas[] = "abcdefghijklmnopqrstuvwxyz";
70 sprintf(path, "%c", alphas[j]);
74 lfs_file_write(&lfs, &file, &alphas[j], 1) => 1;
86 sprintf(path, "%c", alphas[j]);
181 const char alphas[] = "abcdefghijklmnopqrstuvwxyz";
190 sprintf(path, "%c", alphas[j]);
200 lfs_file_write(&lfs, &files[j], &alphas[j], 1) => 1;
218 sprintf(path, "%c", alphas[j]);
228 sprintf(path, "%c", alphas[j]);
235 assert(buffer[0] == alphas[j]);