Searched refs:tmp_fnote (Results 1 - 1 of 1) sorted by path

/haiku/src/bin/unzip/
H A Dfileio.c1937 char tmp_fnote[2 * AMIGA_FILENOTELEN]; /* extra room for squozen chars */ variable
2202 if ((block_len = readbuf(__G__ tmp_fnote, (unsigned)
2209 tmp_fnote[block_len] = '\0';
2211 if ((unsigned) tmp_fnote[block_len] < ' ')
2212 if (tmp_fnote[block_len+1] == ' ') /* no excess */
2213 strcpy(tmp_fnote+block_len, tmp_fnote+block_len+1);
2215 tmp_fnote[block_len] = ' ';
2216 tmp_fnote[AMIGA_FILENOTELEN - 1] = '\0';
2220 if (tmp_fnote[
[all...]

Completed in 67 milliseconds