Home
last modified time | relevance | path

Searched refs:MAXLINESIZE (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_configfile.c32 #define MAXLINESIZE 512 macro
474 char tokval[MAXLINESIZE]; in usb_get_conf_rec()
731 char str[MAXLINESIZE]; in add_entry()
818 bzero(str, MAXLINESIZE); in add_entry()
822 (void) snprintf(str, MAXLINESIZE, "selection=%s idVendor=0x%x " in add_entry()
828 (void) snprintf(&str[strlen(str)], MAXLINESIZE, in add_entry()
834 (void) snprintf(&str[strlen(str)], MAXLINESIZE, in add_entry()
839 (void) snprintf(&str[strlen(str)], MAXLINESIZE, in add_entry()
844 (void) snprintf(&str[strlen(str)], MAXLINESIZE, in add_entry()
848 (void) snprintf(&str[strlen(str)], MAXLINESIZE, in add_entry()
[all …]
/titanic_41/usr/src/cmd/rpcgen/
H A Drpc_util.h94 #define MAXLINESIZE 1024 macro
95 extern char curline[MAXLINESIZE];
H A Drpc_util.c56 char curline[MAXLINESIZE]; /* current read line */
77 (void) memset(curline, 0, MAXLINESIZE); in reinitialize()
H A Drpc_scan.c158 if (!fgets(curline, MAXLINESIZE, fin)) { in get_token()
/titanic_41/usr/src/uts/common/sys/
H A Dsysconf.h55 #define MAXLINESIZE 80 /* max size of a line in /etc/system */ macro
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dikeadm.c1249 static char rtn[MAXLINESIZE]; in errstr()
1286 (void) snprintf(rtn, MAXLINESIZE, in errstr()
1295 static char rtn[MAXLINESIZE]; in dbgstr()
1321 (void) snprintf(rtn, MAXLINESIZE, in dbgstr()
1330 static char rtn[MAXLINESIZE]; in privstr()
1340 (void) snprintf(rtn, MAXLINESIZE, in privstr()
1349 static char rtn[MAXLINESIZE]; in xchgstr()
1367 (void) snprintf(rtn, MAXLINESIZE, in xchgstr()
1376 static char rtn[MAXLINESIZE]; in statestr()
1394 (void) snprintf(rtn, MAXLINESIZE, in statestr()
[all …]
/titanic_41/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_conf.h71 #define MAXLINESIZE 132 macro
H A Dcfga_conf.c481 char tokval[MAXLINESIZE]; in ib_get_services()
/titanic_41/usr/src/uts/common/os/
H A Dmodsysfile.c759 char tokval[MAXLINESIZE]; in mod_read_system_file()