/src/usr.bin/netstat/ |
unix.c | 145 char *filebuf; local in function:unixpr 210 filebuf = (char *)kvm_getfiles(get_kvmd(), KERN_FILE, 212 if (filebuf == 0) { 217 file = (struct file *)(filebuf + sizeof(fp));
|
unix.c | 145 char *filebuf; local in function:unixpr 210 filebuf = (char *)kvm_getfiles(get_kvmd(), KERN_FILE, 212 if (filebuf == 0) { 217 file = (struct file *)(filebuf + sizeof(fp));
|
/src/lib/libc/gen/ |
getgrent.c | 343 char filebuf[_GETGR_R_SIZE_MAX], *ep; local in function:__grscan_files 362 while (fgets(filebuf, (int)sizeof(filebuf), state->fp) != NULL) { 363 ep = strchr(filebuf, '\n'); 373 if (filebuf[0] == '+') /* skip compat line */ 377 if (! _gr_parse(filebuf, grp, buffer, buflen)) { 1356 char filebuf[_GETGR_R_SIZE_MAX], *ep; local in function:__grscan_compat 1406 &cgrp, filebuf, sizeof(filebuf), &cgrpres); 1417 &cretval, &cgrp, filebuf, [all...] |
getgrent.c | 343 char filebuf[_GETGR_R_SIZE_MAX], *ep; local in function:__grscan_files 362 while (fgets(filebuf, (int)sizeof(filebuf), state->fp) != NULL) { 363 ep = strchr(filebuf, '\n'); 373 if (filebuf[0] == '+') /* skip compat line */ 377 if (! _gr_parse(filebuf, grp, buffer, buflen)) { 1356 char filebuf[_GETGR_R_SIZE_MAX], *ep; local in function:__grscan_compat 1406 &cgrp, filebuf, sizeof(filebuf), &cgrpres); 1417 &cretval, &cgrp, filebuf, [all...] |