Lines Matching refs:BUFSIZ
268 char line[BUFSIZ]; /* holds each line of NETCONFIG */ in getnetlist()
280 while (fgets(line, BUFSIZ, fp)) { in getnetlist()
326 char linep[BUFSIZ]; /* pointer to a line in the file */ in fgetnetconfig()
333 while (retvalp = fgets(linep, BUFSIZ, fp)) { in fgetnetconfig()
395 char valid_netpath[BUFSIZ]; /* holds the valid entries if NETPATH */ in setnetpath()
396 char templine[BUFSIZ]; /* has value of NETPATH when scanning */ in setnetpath()
817 static char buf_main[BUFSIZ]; in nc_sperror()
821 thr_get_storage(&perror_key, BUFSIZ, free); in nc_sperror()
831 (void) strlcpy(retstr, dgettext(__nsl_dom, "no error"), BUFSIZ); in nc_sperror()
835 BUFSIZ); in nc_sperror()
840 setnetpath() or setnetconfig()"), BUFSIZ); in nc_sperror()
845 BUFSIZ); in nc_sperror()
848 (void) snprintf(retstr, BUFSIZ, dgettext(__nsl_dom, in nc_sperror()
853 (void) snprintf(retstr, BUFSIZ, in nc_sperror()
858 (void) snprintf(retstr, BUFSIZ, in nc_sperror()
864 BUFSIZ); in nc_sperror()