Searched refs:BUFSIZ (Results 1 - 25 of 53) sorted by relevance
123
/external/dhcpcd-6.8.2/compat/ |
H A D | getline.c | 37 #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 D | fgetln.c | 56 bufsiz = BUFSIZ; 66 size_t nbufsiz = bufsiz + BUFSIZ; 78 if (fgets(&buf[bufsiz], BUFSIZ, fp) == NULL) {
|
/external/e2fsprogs/lib/et/ |
H A D | vfprintf.c | 33 char localbuf[BUFSIZ];
|
/external/expat/examples/ |
H A D | elements.c | 46 char buf[BUFSIZ];
|
/external/libxml2/win32/wince/ |
H A D | wincecompat.h | 28 #define BUFSIZ 4096 macro
|
/external/harfbuzz_ng/src/ |
H A D | test-buffer-serialize.cc | 103 char line[BUFSIZ], out[BUFSIZ];
|
/external/libpcap/Win32/Src/ |
H A D | getnetent.c | 28 static char line[BUFSIZ+1]; 66 p = fgets(line, BUFSIZ, netf);
|
H A D | getservent.c | 52 static char line[BUFSIZ+1]; 87 if ((p = fgets(line, BUFSIZ, servf)) == NULL)
|
/external/e2fsprogs/lib/ss/ |
H A D | listen.c | 53 char input[BUFSIZ]; 80 if (fgets(input, BUFSIZ, stdin) == input) 85 input[BUFSIZ-1] = 0;
|
H A D | list_rqs.c | 33 char buffer[BUFSIZ];
|
/external/netperf/src/ |
H A D | netsh.h | 189 test_name[BUFSIZ]; 192 local_fill_file[BUFSIZ],
|
H A D | netsh.c | 106 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 D | nettest_dlpi.c | 397 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 D | genbools.c | 35 char name1[BUFSIZ]; 39 strncpy(name1, tok, BUFSIZ - 1); 72 char localbools[BUFSIZ]; 73 char name[BUFSIZ];
|
/external/selinux/libselinux/src/ |
H A D | booleans.c | 352 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 D | label_android_property.c | 134 char line_buf[BUFSIZ];
|
/external/e2fsprogs/e2fsck/ |
H A D | mtrace.c | 39 static char mallbuf[BUFSIZ]; /* Buffer for the output. */
|
/external/libjpeg-turbo/md5/ |
H A D | md5hl.c | 51 unsigned char buffer[BUFSIZ];
|
/external/libselinux/src/ |
H A D | init.c | 29 char buf[BUFSIZ], *p;
|
H A D | label_android_property.c | 145 char line_buf[BUFSIZ];
|
/external/libcxx/test/std/depr/depr.c.headers/ |
H A D | stdio_h.pass.cpp | 16 #ifndef BUFSIZ 17 #error BUFSIZ not defined
|
/external/libcxx/test/std/input.output/file.streams/c.files/ |
H A D | cstdio.pass.cpp | 15 #ifndef BUFSIZ 16 #error BUFSIZ not defined
|
/external/google-breakpad/src/client/mac/handler/ |
H A D | breakpad_nlist_64.cc | 345 nlist_type space[BUFSIZ/sizeof (nlist_type)]; 358 char nambuf[BUFSIZ];
|
/external/iptables/extensions/ |
H A D | libxt_ipvs.c | 129 char buf[BUFSIZ];
|
/external/harfbuzz_ng/util/ |
H A D | options.cc | 491 char buf[BUFSIZ]; 647 char buf[BUFSIZ];
|
Completed in 670 milliseconds
123