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

/haiku/src/bin/
H A Dunchop.c92 char fnameN[256]; local
95 sprintf(fnameN, "%s%02d", basename, i);
97 if (valid_file(fnameN)) {
98 int fdin = open(fnameN, O_RDONLY);
100 fprintf(stderr, "can't open '%s': %s\n", fnameN, strerror(errno));
108 printf("No chunk files present (%s)", fnameN);
H A Dchop.c183 char fnameN[256]; // name of the current output file (file01, file02, etc.) local
212 sprintf(fnameN, "%s%02d", fname, index++);
214 fdout = open(fnameN, O_WRONLY|O_CREAT);
216 fprintf(stderr, "unable to create chunk file '%s': %s\n", fnameN, strerror(errno));

Completed in 39 milliseconds