Searched refs:flbuf (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/lp/lib/filters/ |
H A D | getfilter.c | 52 static FILTER flbuf; local 81 flbuf.name = Strdup(pf->name); 82 flbuf.command = (pf->command? Strdup(pf->command) : 0); 83 flbuf.type = pf->type; 84 flbuf.printer_types = typel_to_sl(pf->printer_types); 85 flbuf.printers = duplist(pf->printers); 86 flbuf.input_types = typel_to_sl(pf->input_types); 87 flbuf.output_types = typel_to_sl(pf->output_types); 88 flbuf.templates = templatel_to_sl(pf->templates); 97 return (&flbuf);
|
/illumos-gate/usr/src/cmd/lp/cmd/ |
H A D | lpfilter.c | 280 FILTER flbuf; local 295 flbuf.templates = 0; 337 flbuf.command = strdup(strip(p)); 340 flbuf.type = s_to_filtertype(strip(p)); 343 flbuf.printer_types = getlist(p, LP_WS, LP_SEP); 346 flbuf.input_types = getlist(p, LP_WS, LP_SEP); 349 flbuf.output_types = getlist(p, LP_WS, LP_SEP); 352 flbuf.printers = getlist(p, LP_WS, LP_SEP); 355 if (flbuf.templates) { 359 mergelist (&(flbuf.templates), temp); [all …]
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/ |
H A D | netstat.c | 4096 dceflags2str(uint32_t flags, char *flbuf) in dceflags2str() argument 4098 char *str = flbuf; in dceflags2str() 4109 return (flbuf); in dceflags2str() 4120 char flbuf[FLBUFSIZE]; in dce_report() local 4168 dceflags2str(dce->DestFlags, flbuf)); in dce_report() 4198 dceflags2str(dce->DestFlags, flbuf), in dce_report() 4215 char flbuf[32]; /* ACE_F_ flags */ in arp_report() local 4257 flbuf[0] = '\0'; in arp_report() 4264 (void) strcat(flbuf, "S"); in arp_report() 4266 (void) strcat(flbuf, "P"); in arp_report() [all …]
|