Lines Matching refs:STRSIZE
74 char if_dev[STRSIZE];
75 char name[STRSIZE]; // TODO
78 static char net_dev[STRSIZE];
79 static char net_domain[STRSIZE];
80 static char net_host[STRSIZE];
84 char net_namesvr[STRSIZE];
85 static char net_defroute[STRSIZE];
86 static char net_media[STRSIZE];
87 static char net_ssid[STRSIZE];
88 static char net_passphrase[STRSIZE];
89 static char sl_flags[STRSIZE];
96 static char net_ip6[STRSIZE];
297 buf = malloc (STRSIZE * sizeof(char));
314 strlcpy (devs[i].if_dev, buf, STRSIZE);
543 char buffer[STRSIZE];
919 char ftp_user_encoded[STRSIZE];
920 char ftp_dir_encoded[STRSIZE];
959 snprintf(urlbuffer, STRSIZE, "%s://%s%s/%s", url_proto(f->xfer),
986 char url[STRSIZE];
1117 char ifconfig_fn[STRSIZE];