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

/darwin-on-arm/xnu/SETUP/config/
H A Dsearchp.c55 * colon in path. Latter bug fixed by introducing "lastchar" and
56 * changing final loop test to look for "*lastchar" instead of
70 const char *nextpath, *nextchar, *lastchar; local
81 lastchar = nextchar;
88 while (failure && (*lastchar));
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_utfconv.c153 static u_int16_t ucs_to_sfm(u_int16_t ucs_ch, int lastchar);
1129 ucs_to_sfm(u_int16_t ucs_ch, int lastchar) argument
1132 if (lastchar) {

Completed in 20 milliseconds