Searched refs:fline (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_printer_tbl.c148 char fline[128]; local
178 memset(&fline[0], '\0', sizeof(line));
179 if (fgets(fline, sizeof(fline) -1, f) == NULL) {
184 if (strstr(fline, "is ready and printing") != NULL) {
189 if (strstr(fline, "to become ready (offline?)") != NULL) {
/freebsd-9.3-release/contrib/nvi/ex/
H A Dex_write.c290 recno_t fline, tline, lcnt; local
296 fline = fm->lno;
323 for (; fline <= tline; ++fline, ++lcnt) {
334 if (db_get(sp, fline, DBG_FATAL, &p, &len))
/freebsd-9.3-release/contrib/tnftp/src/
H A Dutil.c173 parse_feat(const char *fline) argument
180 while (*fline && isspace((int)*fline))
181 fline++;
183 if (strcasecmp(fline, "MDTM") == 0)
185 else if (strncasecmp(fline, "MLST", sizeof("MLST") - 1) == 0) {
187 } else if (strcasecmp(fline, "REST STREAM") == 0)
189 else if (strcasecmp(fline, "SIZE") == 0)
191 else if (strcasecmp(fline, "TVFS") == 0)
/freebsd-9.3-release/sys/powerpc/ofw/
H A Dofw_syscons.c781 u_char fline = p[i]; local
793 if (fline & 0x80) ch1.c[0] = fg;
794 if (fline & 0x40) ch1.c[1] = fg;
795 if (fline & 0x20) ch1.c[2] = fg;
796 if (fline & 0x10) ch1.c[3] = fg;
798 if (fline & 0x08) ch2.c[0] = fg;
799 if (fline & 0x04) ch2.c[1] = fg;
800 if (fline & 0x02) ch2.c[2] = fg;
801 if (fline & 0x01) ch2.c[3] = fg;
/freebsd-9.3-release/usr.sbin/pmcstat/
H A Dpmcpl_calltree.c888 int i, j, fline, line; local
903 fline = 0;
909 sourcefile, sizeof(sourcefile), &fline,
946 fprintf(args.pa_graphfile, "%p %u", (void *)faddr, fline);
953 pmcpl_ct_node_printchild(ct, faddr, fline);
1018 unsigned fline, line, v; local
1032 fline = 0;
1034 sourcefile, sizeof(sourcefile), &fline,
/freebsd-9.3-release/contrib/gcc/
H A Dtoplev.c995 push_srcloc (location_t fline) argument
1010 input_location = fline;

Completed in 123 milliseconds