Searched refs:BUFSIZ (Results 1 - 25 of 65) sorted by relevance

123

/external/libedit/src/
H A Dfgetln.c56 bufsiz = BUFSIZ;
66 size_t nbufsiz = bufsiz + BUFSIZ;
78 if (fgets(&buf[bufsiz], BUFSIZ, fp) == NULL) {
/external/netperf/
H A Dnetsh.h127 test_name[BUFSIZ];
130 fill_file[BUFSIZ];
H A 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];
475 char arg1[BUFSIZ], /* argument holders */
476 arg2[BUFSIZ];
H A Dnettest_dlpi.c156 char dlsap[BUFSIZ];
213 dlsap_len = BUFSIZ;
1041 char dlsap[BUFSIZ];
1137 dlsap_len = BUFSIZ;
1629 char sctl_data[BUFSIZ];
1634 char dlsap[BUFSIZ];
1680 dlsap_len = BUFSIZ;
1742 sctl_message.maxlen = BUFSIZ;
2074 char rctl_data[BUFSIZ];
2154 rctl_message.maxlen = BUFSIZ;
[all...]
H A Dnetserver.c793 char arg1[BUFSIZ], arg2[BUFSIZ];
/external/e2fsprogs/lib/et/
H A Dvfprintf.c33 char localbuf[BUFSIZ];
/external/expat/examples/
H A Delements.c46 char buf[BUFSIZ];
/external/libxml2/win32/wince/
H A Dwincecompat.h28 #define BUFSIZ 4096 macro
/external/harfbuzz_ng/src/
H A Dtest-buffer-serialize.cc103 char line[BUFSIZ], out[BUFSIZ];
/external/libpcap/Win32/Src/
H A Dgetnetent.c28 static char line[BUFSIZ+1];
66 p = fgets(line, BUFSIZ, netf);
H A Dgetservent.c52 static char line[BUFSIZ+1];
87 if ((p = fgets(line, BUFSIZ, servf)) == NULL)
/external/linux-tools-perf/src/tools/perf/util/
H A Dtrace-event-read.c90 char buf[BUFSIZ];
94 r = size > BUFSIZ ? BUFSIZ : size;
120 char buf[BUFSIZ];
216 char buf[BUFSIZ];
348 char buf[BUFSIZ];
H A Dtrace-event-info.c62 char buf[BUFSIZ], *sizep;
80 r = read(fd, buf, BUFSIZ);
/external/e2fsprogs/lib/ss/
H A Dlisten.c53 char input[BUFSIZ];
80 if (fgets(input, BUFSIZ, stdin) == input)
85 input[BUFSIZ-1] = 0;
H A Dlist_rqs.c33 char buffer[BUFSIZ];
/external/selinux/libsepol/src/
H A Dgenbools.c35 char name1[BUFSIZ];
39 strncpy(name1, tok, BUFSIZ - 1);
72 char localbools[BUFSIZ];
73 char name[BUFSIZ];
/external/selinux/libselinux/src/
H A Dbooleans.c352 char name1[BUFSIZ];
356 strncpy(name1, tok, BUFSIZ - 1);
385 char outbuf[BUFSIZ];
416 char boolname[BUFSIZ];
525 char localbools[BUFSIZ];
528 char name[BUFSIZ];
H A Dlabel_android_property.c86 char buf1[BUFSIZ], buf2[BUFSIZ];
147 char line_buf[BUFSIZ];
/external/e2fsprogs/e2fsck/
H A Dmtrace.c39 static char mallbuf[BUFSIZ]; /* Buffer for the output. */
/external/libselinux/src/
H A Dinit.c29 char buf[BUFSIZ], *p;
H A Dlabel_android_property.c88 char buf1[BUFSIZ], buf2[BUFSIZ];
149 char line_buf[BUFSIZ];
H A Dlabel_file.c286 char buf1[BUFSIZ], buf2[BUFSIZ], buf3[BUFSIZ];
410 char line_buf[BUFSIZ];
/external/libcxx/test/std/depr/depr.c.headers/
H A Dstdio_h.pass.cpp15 #ifndef BUFSIZ
16 #error BUFSIZ not defined
/external/libcxx/test/std/input.output/file.streams/c.files/
H A Dcstdio.pass.cpp15 #ifndef BUFSIZ
16 #error BUFSIZ not defined
/external/google-breakpad/src/client/mac/handler/
H A Dbreakpad_nlist_64.cc345 nlist_type space[BUFSIZ/sizeof (nlist_type)];
358 char nambuf[BUFSIZ];

Completed in 609 milliseconds

123