Home
last modified time | relevance | path

Searched refs:BUFSIZ (Results 1 – 25 of 70) sorted by relevance

123

/external/libedit/src/
Dfgetln.c56 bufsiz = BUFSIZ; in fgetln()
66 size_t nbufsiz = bufsiz + BUFSIZ; in fgetln()
78 if (fgets(&buf[bufsiz], BUFSIZ, fp) == NULL) { in fgetln()
/external/linux-tools-perf/src/tools/perf/util/
Dtrace-event-read.c90 char buf[BUFSIZ]; in skip()
94 r = size > BUFSIZ ? BUFSIZ : size; in skip()
120 char buf[BUFSIZ]; in read_string()
216 char buf[BUFSIZ]; in read_header_files()
348 char buf[BUFSIZ]; in trace_report()
Dtrace-event-info.c62 char buf[BUFSIZ], *sizep; in record_file()
80 r = read(fd, buf, BUFSIZ); in record_file()
/external/selinux/libsepol/src/
Dgenbools.c35 char name1[BUFSIZ]; in process_boolean()
39 strncpy(name1, tok, BUFSIZ - 1); in process_boolean()
72 char localbools[BUFSIZ];
73 char name[BUFSIZ];
/external/netperf/
Dnettest_dlpi.c154 char dlsap[BUFSIZ]; in send_dlpi_co_stream()
211 dlsap_len = BUFSIZ; in send_dlpi_co_stream()
1037 char dlsap[BUFSIZ]; in send_dlpi_co_rr()
1133 dlsap_len = BUFSIZ; in send_dlpi_co_rr()
1624 char sctl_data[BUFSIZ]; in send_dlpi_cl_stream()
1629 char dlsap[BUFSIZ]; in send_dlpi_cl_stream()
1675 dlsap_len = BUFSIZ; in send_dlpi_cl_stream()
1737 sctl_message.maxlen = BUFSIZ; in send_dlpi_cl_stream()
2068 char rctl_data[BUFSIZ]; in recv_dlpi_cl_stream()
2148 rctl_message.maxlen = BUFSIZ; in recv_dlpi_cl_stream()
[all …]
Dnetsh.c118 char username[BUFSIZ]; /* login name of user */
119 char cmd_file[BUFSIZ]; /* name of the commands file */
124 char test_name[BUFSIZ]; /* which test to run */
131 char fill_file[BUFSIZ];
471 char arg1[BUFSIZ], /* argument holders */ in scan_cmd_line()
472 arg2[BUFSIZ]; in scan_cmd_line()
Dnetsh.h127 test_name[BUFSIZ];
130 fill_file[BUFSIZ];
Dnetserver.c793 char arg1[BUFSIZ], arg2[BUFSIZ]; in main()
/external/selinux/libselinux/src/
Dbooleans.c352 char name1[BUFSIZ]; in process_boolean()
356 strncpy(name1, tok, BUFSIZ - 1); in process_boolean()
385 char outbuf[BUFSIZ]; in save_booleans()
416 char boolname[BUFSIZ]; in save_booleans()
525 char localbools[BUFSIZ]; in security_load_booleans()
528 char name[BUFSIZ]; in security_load_booleans()
Dlabel_android_property.c86 char buf1[BUFSIZ], buf2[BUFSIZ]; in process_line()
147 char line_buf[BUFSIZ]; in init()
/external/e2fsprogs/lib/ss/
Dlisten.c53 char input[BUFSIZ]; in ss_listen()
80 if (fgets(input, BUFSIZ, stdin) == input) in ss_listen()
85 input[BUFSIZ-1] = 0; in ss_listen()
Dlist_rqs.c33 char buffer[BUFSIZ]; in ss_list_requests()
/external/libpcap/Win32/Src/
Dgetservent.c52 static char line[BUFSIZ+1];
87 if ((p = fgets(line, BUFSIZ, servf)) == NULL) in getservent()
Dgetnetent.c28 static char line[BUFSIZ+1];
66 p = fgets(line, BUFSIZ, netf); in getnetent()
/external/harfbuzz_ng/src/
Dtest-buffer-serialize.cc103 char line[BUFSIZ], out[BUFSIZ]; in main()
/external/libselinux/src/
Dlabel_android_property.c88 char buf1[BUFSIZ], buf2[BUFSIZ]; in process_line()
149 char line_buf[BUFSIZ]; in init()
Dinit.c29 char buf[BUFSIZ], *p; in init_selinuxmnt()
Dlabel_file.c286 char buf1[BUFSIZ], buf2[BUFSIZ], buf3[BUFSIZ]; in process_line()
410 char line_buf[BUFSIZ]; in init()
/external/libxml2/win32/wince/
Dwincecompat.h28 #define BUFSIZ 4096 macro
/external/e2fsprogs/lib/et/
Dvfprintf.c33 char localbuf[BUFSIZ];
/external/libcxx/test/std/depr/depr.c.headers/
Dstdio_h.pass.cpp15 #ifndef BUFSIZ
16 #error BUFSIZ not defined
/external/expat/examples/
Delements.c46 char buf[BUFSIZ]; in main()
/external/libcxx/test/std/input.output/file.streams/c.files/
Dcstdio.pass.cpp15 #ifndef BUFSIZ
16 #error BUFSIZ not defined
/external/google-breakpad/src/client/mac/handler/
Dbreakpad_nlist_64.cc345 nlist_type space[BUFSIZ/sizeof (nlist_type)]; in __breakpad_fdnlist()
358 char nambuf[BUFSIZ]; in __breakpad_fdnlist()
/external/e2fsprogs/e2fsck/
Dmtrace.c39 static char mallbuf[BUFSIZ]; /* Buffer for the output. */

123