Searched refs:ascii (Results 26 - 28 of 28) sorted by relevance

12

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Ddir.c661 char *ascii = NULL; local
675 ascii = strdup(pathname);
676 if (!ascii) {
682 p = ascii;
689 ntfs_log_error("Unnormalized path %s\n",ascii);
826 free(ascii);
/haiku/src/bin/unzip/
H A Debcdic.h20 ebcdic x0a to ascii x15 and
21 ebcdic x85 to ascii x25 (and vice-versa)
97 ZCONST uch ascii[] = { variable
184 ZCONST uch ascii[] = { variable
H A Dunzpriv.h1431 # define foreign(c) ascii[(uch)(c)]

Completed in 177 milliseconds

12