Searched defs:MAXLINESIZE (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_conf.h67 #define MAXLINESIZE 132 macro
/osnet-11/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_configfile.c32 #define MAXLINESIZE 512 macro
474 char tokval[MAXLINESIZE];
731 char str[MAXLINESIZE];
818 bzero(str, MAXLINESIZE);
822 (void) snprintf(str, MAXLINESIZE, "selection=%s idVendor=0x%x "
828 (void) snprintf(&str[strlen(str)], MAXLINESIZE,
834 (void) snprintf(&str[strlen(str)], MAXLINESIZE,
839 (void) snprintf(&str[strlen(str)], MAXLINESIZE,
844 (void) snprintf(&str[strlen(str)], MAXLINESIZE,
848 (void) snprintf(&str[strlen(str)], MAXLINESIZE,
[all...]

Completed in 22 milliseconds