| Home | Sort by: relevance | last modified time | path |
| /src/usr.bin/find/ | |
| ls.c | 68 char modep[15]; local in function:printlong 72 (void)strmode(sb->st_mode, modep); 73 (void)printf("%s %3lu %-*s %-*s ", modep, (unsigned long)sb->st_nlink, |
| /src/bin/mv/ | |
| mv.c | 170 char modep[15]; local in function:do_move 200 strmode(sb.st_mode, modep); 202 modep + 1, modep[9] == ' ' ? "" : " ", |
| /src/bin/rm/ | |
| rm.c | 521 char modep[15]; local in function:check 536 strmode(sp->st_mode, modep); 544 modep + 1, modep[9] == ' ' ? "" : " ", |
| /src/sys/dev/isa/ | |
| sbdspvar.h | 134 struct sbmode *modep; member in struct:sbdsp_softc::sbdsp_state |
| /src/lib/libtelnet/ | |
| encrypt.c | 168 int *modep; member in struct:key_info 721 if (!(ep = (*kp->getcrypt)(*kp->modep))) { 750 encrypt_start_output(*kp->modep); |