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

123

/external/dhcpcd-6.8.2/compat/
H A Dgetline.c37 #undef BUFSIZ macro
38 #define BUFSIZ 128 macro
58 if (*buf == NULL || bytes != 0 || *buflen < BUFSIZ) {
59 newlen = *buflen + BUFSIZ;
67 memset(p, 0, BUFSIZ);
68 if (fgets(p, BUFSIZ, fp) == NULL)
/external/libedit/src/
H A Dfgetln.c56 bufsiz = BUFSIZ;
66 size_t nbufsiz = bufsiz + BUFSIZ;
78 if (fgets(&buf[bufsiz], BUFSIZ, fp) == NULL) {
/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/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/netperf/src/
H A Dnetsh.h189 test_name[BUFSIZ];
192 local_fill_file[BUFSIZ],
H A Dnetsh.c106 test_name[BUFSIZ] = "TCP_STREAM", /* which test to run */
115 char local_fill_file[BUFSIZ] = "";
444 char arg1[BUFSIZ],arg2[BUFSIZ];
592 char arg1[BUFSIZ], /* argument holders */
593 arg2[BUFSIZ];
H A Dnettest_dlpi.c397 char dlsap[BUFSIZ];
454 dlsap_len = BUFSIZ;
1282 char dlsap[BUFSIZ];
1378 dlsap_len = BUFSIZ;
1870 char sctl_data[BUFSIZ];
1875 char dlsap[BUFSIZ];
1921 dlsap_len = BUFSIZ;
1983 sctl_message.maxlen = BUFSIZ;
2315 char rctl_data[BUFSIZ];
2395 rctl_message.maxlen = BUFSIZ;
[all...]
/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.c134 char line_buf[BUFSIZ];
/external/e2fsprogs/e2fsck/
H A Dmtrace.c39 static char mallbuf[BUFSIZ]; /* Buffer for the output. */
/external/libjpeg-turbo/md5/
H A Dmd5hl.c51 unsigned char buffer[BUFSIZ];
/external/libselinux/src/
H A Dinit.c29 char buf[BUFSIZ], *p;
H A Dlabel_android_property.c145 char line_buf[BUFSIZ];
/external/libcxx/test/std/depr/depr.c.headers/
H A Dstdio_h.pass.cpp16 #ifndef BUFSIZ
17 #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];
/external/iptables/extensions/
H A Dlibxt_ipvs.c129 char buf[BUFSIZ];
/external/harfbuzz_ng/util/
H A Doptions.cc491 char buf[BUFSIZ];
647 char buf[BUFSIZ];

Completed in 670 milliseconds

123