Home | Sort by: relevance | last modified time | path |
/src/bin/csh/ | |
func.c | 705 int c, d, found, kwd; local in function:getword 711 kwd = 0; 745 } while ((d || (!(kwd = keyword(owp)) && c != ' ' 753 if (!kwd) { |
/src/usr.sbin/npf/npfctl/ | |
npf_show.c | 494 const char *kwd = refs[which].keyword; local in function:npfctl_print_filter_seg 503 ctx->fpos += fprintf(ctx->fp, "%s %s%s ", kwd, neg, elements); 510 ctx->fpos += fprintf(ctx->fp, "%s any ", kwd); 540 const char *kwd = refs[which].keyword; local in function:npfctl_print_l2filter_seg 549 ctx->fpos += fprintf(ctx->fp, "%s %s%s ", kwd, neg, elements); |