HomeSort by: relevance | last modified time | path
    Searched refs:casetab (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/dd/
conv_tab.c 71 u_char casetab[256]; variable in typeref:typename:u_char[256]
extern.h 85 extern u_char casetab[];
dd.c 294 casetab[cnt] = tolower(ctab[cnt]);
297 casetab[cnt] = toupper(ctab[cnt]);
302 casetab[cnt] = tolower(cnt);
305 casetab[cnt] = toupper(cnt);
309 ctab = casetab;

Completed in 13 milliseconds