Home | Sort by: relevance | last modified time | path |
/src/usr.bin/printf/ | |
printf.c | 139 char nextch; local in function:main 274 nextch = fmt[1]; 409 *fmt = nextch; |
printf.c | 139 char nextch; local in function:main 274 nextch = fmt[1]; 409 *fmt = nextch; |
/src/lib/libcompat/regexp/ | |
regexp.c | 1051 char nextch; local in function:regmatch 1060 nextch = '\0'; 1062 nextch = *OPERAND(next); 1068 if (nextch == '\0' || *reginput == nextch) |
regexp.c | 1051 char nextch; local in function:regmatch 1060 nextch = '\0'; 1062 nextch = *OPERAND(next); 1068 if (nextch == '\0' || *reginput == nextch) |