Home
last modified time | relevance | path

Searched refs:fline (Results 1 – 7 of 7) sorted by relevance

/freebsd/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_printer_tbl.c146 char fline[128]; in get_printer_status() local
176 memset(&fline[0], '\0', sizeof(fline)); in get_printer_status()
177 if (fgets(fline, sizeof(fline) -1, f) == NULL) { in get_printer_status()
182 if (strstr(fline, "is ready and printing") != NULL) { in get_printer_status()
187 if (strstr(fline, "to become ready (offline?)") != NULL) { in get_printer_status()
/freebsd/contrib/nvi/ex/
H A Dex_write.c286 recno_t fline, tline, lcnt; in ex_writefp() local
292 fline = fm->lno; in ex_writefp()
319 for (; fline <= tline; ++fline, ++lcnt) { in ex_writefp()
330 if (db_rget(sp, fline, &p, &len)) in ex_writefp()
/freebsd/sys/powerpc/ofw/
H A Dofw_syscons.c829 u_char fline = p[i]; in ofwfb_putc8() local
841 if (fline & 0x80) ch1.c[0] = fg; in ofwfb_putc8()
842 if (fline & 0x40) ch1.c[1] = fg; in ofwfb_putc8()
843 if (fline & 0x20) ch1.c[2] = fg; in ofwfb_putc8()
844 if (fline & 0x10) ch1.c[3] = fg; in ofwfb_putc8()
846 if (fline & 0x08) ch2.c[0] = fg; in ofwfb_putc8()
847 if (fline & 0x04) ch2.c[1] = fg; in ofwfb_putc8()
848 if (fline & 0x02) ch2.c[2] = fg; in ofwfb_putc8()
849 if (fline & 0x01) ch2.c[3] = fg; in ofwfb_putc8()
/freebsd/contrib/tnftp/src/
H A Dutil.c173 parse_feat(const char *fline) in parse_feat() argument
180 while (*fline && isspace((int)*fline)) in parse_feat()
181 fline++; in parse_feat()
183 if (strcasecmp(fline, "MDTM") == 0) in parse_feat()
185 else if (strncasecmp(fline, "MLST", sizeof("MLST") - 1) == 0) { in parse_feat()
187 } else if (strcasecmp(fline, "REST STREAM") == 0) in parse_feat()
189 else if (strcasecmp(fline, "SIZE") == 0) in parse_feat()
191 else if (strcasecmp(fline, "TVFS") == 0) in parse_feat()
/freebsd/usr.sbin/pmcstat/
H A Dpmcpl_calltree.c893 int i, j, fline, line; in pmcpl_ct_node_printself() local
908 fline = 0; in pmcpl_ct_node_printself()
914 sourcefile, sizeof(sourcefile), &fline, in pmcpl_ct_node_printself()
951 fprintf(args.pa_graphfile, "%p %u", (void *)faddr, fline); in pmcpl_ct_node_printself()
958 pmcpl_ct_node_printchild(ct, faddr, fline); in pmcpl_ct_node_printself()
1023 unsigned fline, line, v; in _pmcpl_ct_expand_inline() local
1034 fline = 0; in _pmcpl_ct_expand_inline()
1036 sourcefile, sizeof(sourcefile), &fline, in _pmcpl_ct_expand_inline()
/freebsd/contrib/bc/include/
H A Dvm.h1019 bc_vm_handleError(BcErr e, const char* file, int fline, size_t line, ...);
/freebsd/contrib/bc/src/
H A Dvm.c357 bc_vm_handleError(BcErr e, const char* file, int fline, size_t line, ...) argument
426 bc_file_printf(&vm->ferr, "\n %s:%d\n", file, fline);