HomeSort by: relevance | last modified time | path
    Searched defs:rlp_tolower_tab (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/locale/
rune.c 61 short rlp_tolower_tab[_CTYPE_NUM_CHARS + 1]; member in struct:__anonf9b10d060108
65 short *rlp_tolower_tab; member in struct:__anonf9b10d060108
149 rlp->rlp_tolower_tab[i + 1] = i;
158 rlp->rlp_tolower_tab[0] = EOF;
162 rlp->rl.rl_tolower_tab = (const short *)&rlp->rlp_tolower_tab[0];
274 rlp->rlp_tolower_tab = NULL;
278 (rlp->rlp_tolower_tab =
279 alloc_guarded(sizeof(rlp->rlp_tolower_tab[0]),
367 rlp->rlp_tolower_tab[i + 1] = i;
402 free_guarded(rlp->rlp_tolower_tab, sizeof(rlp->rlp_tolower_tab[0])
    [all...]
rune.c 61 short rlp_tolower_tab[_CTYPE_NUM_CHARS + 1]; member in struct:__anonf9b10d060108
65 short *rlp_tolower_tab; member in struct:__anonf9b10d060108
149 rlp->rlp_tolower_tab[i + 1] = i;
158 rlp->rlp_tolower_tab[0] = EOF;
162 rlp->rl.rl_tolower_tab = (const short *)&rlp->rlp_tolower_tab[0];
274 rlp->rlp_tolower_tab = NULL;
278 (rlp->rlp_tolower_tab =
279 alloc_guarded(sizeof(rlp->rlp_tolower_tab[0]),
367 rlp->rlp_tolower_tab[i + 1] = i;
402 free_guarded(rlp->rlp_tolower_tab, sizeof(rlp->rlp_tolower_tab[0])
    [all...]

Completed in 33 milliseconds