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

/freebsd-10.2-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-10.2-release/contrib/nvi/ex/
H A Dex_write.c291 recno_t fline, tline, lcnt; local
301 fline = fm->lno;
338 for (; fline <= tline; ++fline, ++lcnt) {
349 if (db_get(sp, fline, DBG_FATAL, &p, &len))
/freebsd-10.2-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-10.2-release/sys/powerpc/ofw/
H A Dofw_syscons.c830 u_char fline = p[i]; local
842 if (fline & 0x80) ch1.c[0] = fg;
843 if (fline & 0x40) ch1.c[1] = fg;
844 if (fline & 0x20) ch1.c[2] = fg;
845 if (fline & 0x10) ch1.c[3] = fg;
847 if (fline & 0x08) ch2.c[0] = fg;
848 if (fline & 0x04) ch2.c[1] = fg;
849 if (fline & 0x02) ch2.c[2] = fg;
850 if (fline & 0x01) ch2.c[3] = fg;
/freebsd-10.2-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
1029 fline = 0;
1031 sourcefile, sizeof(sourcefile), &fline,
/freebsd-10.2-release/contrib/gcc/
H A Dtoplev.c995 push_srcloc (location_t fline) argument
1010 input_location = fline;

Completed in 70 milliseconds