Searched refs:MAXLINESIZE (Results 1 – 9 of 9) sorted by relevance
/titanic_44/usr/src/lib/cfgadm_plugins/usb/common/ |
H A D | cfga_configfile.c | 32 #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_44/usr/src/cmd/rpcgen/ |
H A D | rpc_util.h | 94 #define MAXLINESIZE 1024 macro 95 extern char curline[MAXLINESIZE];
|
H A D | rpc_util.c | 56 char curline[MAXLINESIZE]; /* current read line */ 77 (void) memset(curline, 0, MAXLINESIZE); in reinitialize()
|
H A D | rpc_scan.c | 158 if (!fgets(curline, MAXLINESIZE, fin)) { in get_token()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | sysconf.h | 55 #define MAXLINESIZE 80 /* max size of a line in /etc/system */ macro
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ |
H A D | ikeadm.c | 1249 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_44/usr/src/lib/cfgadm_plugins/ib/common/ |
H A D | cfga_conf.h | 71 #define MAXLINESIZE 132 macro
|
H A D | cfga_conf.c | 481 char tokval[MAXLINESIZE]; in ib_get_services()
|
/titanic_44/usr/src/uts/common/os/ |
H A D | modsysfile.c | 760 char tokval[MAXLINESIZE]; in mod_read_system_file()
|