HomeSort by: relevance | last modified time | path
    Searched refs:linesize (Results 1 - 25 of 216) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /src/external/gpl2/xcvs/dist/lib/
getnline.c 32 getndelim (char **lineptr, size_t *linesize, size_t nmax,
35 return getndelim2 (lineptr, linesize, 0, nmax, delimiter, EOF, stream);
39 getnline (char **lineptr, size_t *linesize, size_t nmax, FILE *stream)
41 return getndelim (lineptr, linesize, nmax, '\n', stream);
getnline.c 32 getndelim (char **lineptr, size_t *linesize, size_t nmax,
35 return getndelim2 (lineptr, linesize, 0, nmax, delimiter, EOF, stream);
39 getnline (char **lineptr, size_t *linesize, size_t nmax, FILE *stream)
41 return getndelim (lineptr, linesize, nmax, '\n', stream);
getnline.h 28 *LINEPTR is a pointer returned from malloc (or NULL), pointing to *LINESIZE
34 extern ssize_t getnline (char **lineptr, size_t *linesize, size_t nmax,
39 *LINEPTR is a pointer returned from malloc (or NULL), pointing to *LINESIZE
45 extern ssize_t getndelim (char **lineptr, size_t *linesize, size_t nmax,
getnline.h 28 *LINEPTR is a pointer returned from malloc (or NULL), pointing to *LINESIZE
34 extern ssize_t getnline (char **lineptr, size_t *linesize, size_t nmax,
39 *LINEPTR is a pointer returned from malloc (or NULL), pointing to *LINESIZE
45 extern ssize_t getndelim (char **lineptr, size_t *linesize, size_t nmax,
getndelim2.h 29 pointing to *LINESIZE bytes of space. Store the input bytes
39 extern ssize_t getndelim2 (char **lineptr, size_t *linesize, size_t offset,
getndelim2.h 29 pointing to *LINESIZE bytes of space. Store the input bytes
39 extern ssize_t getndelim2 (char **lineptr, size_t *linesize, size_t offset,
getndelim2.c 66 getndelim2 (char **lineptr, size_t *linesize, size_t offset, size_t nmax,
73 size_t size = *linesize;
156 *linesize = size;
getndelim2.c 66 getndelim2 (char **lineptr, size_t *linesize, size_t offset, size_t nmax,
73 size_t size = *linesize;
156 *linesize = size;
  /src/crypto/external/bsd/netpgp/dist/src/pgp2ssh/
b64.h 32 int b64encode(const char *in, const size_t insize, void *vp, size_t outsize, int linesize);
b64.h 32 int b64encode(const char *in, const size_t insize, void *vp, size_t outsize, int linesize);
b64.c 105 case 5:All chars from 0 to ff, linesize set to 50:
238 b64encode(const char *in, const size_t insize, void *vp, size_t outsize, int linesize)
266 if (linesize > 0) {
267 if (blocksout >= (int)(linesize / sizeof(wordout)) ||
  /src/external/bsd/am-utils/dist/amd/
am_ops.c 163 int linesize = 0; local
170 linesize += strlen((*ap)->fs_type) + 2;
171 if (linesize > 62) {
172 linesize = 0;
195 int linesize = 0; local
200 ops_show1(buf, l, &linesize, MNTTAB_TYPE_AUTOFS);
204 ops_show1(buf, l, &linesize, MNTTAB_TYPE_CACHEFS);
208 ops_show1(buf, l, &linesize, MNTTAB_TYPE_CDFS);
212 ops_show1(buf, l, &linesize, MNTTAB_TYPE_CFS);
216 ops_show1(buf, l, &linesize, MNTTAB_TYPE_LOFS)
    [all...]
am_ops.c 163 int linesize = 0; local
170 linesize += strlen((*ap)->fs_type) + 2;
171 if (linesize > 62) {
172 linesize = 0;
195 int linesize = 0; local
200 ops_show1(buf, l, &linesize, MNTTAB_TYPE_AUTOFS);
204 ops_show1(buf, l, &linesize, MNTTAB_TYPE_CACHEFS);
208 ops_show1(buf, l, &linesize, MNTTAB_TYPE_CDFS);
212 ops_show1(buf, l, &linesize, MNTTAB_TYPE_CFS);
216 ops_show1(buf, l, &linesize, MNTTAB_TYPE_LOFS)
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
dcache-line-read-error.exp 48 set linesize [expr $pagesize * 2]
50 gdb_test_no_output "set dcache line-size $linesize" \
54 "Dcache 4096 lines of $linesize bytes each.\r\nNo data cache available."
dcache-line-read-error.exp 48 set linesize [expr $pagesize * 2]
50 gdb_test_no_output "set dcache line-size $linesize" \
54 "Dcache 4096 lines of $linesize bytes each.\r\nNo data cache available."
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
dcache-line-read-error.exp 48 set linesize [expr $pagesize * 2]
50 gdb_test_no_output "set dcache line-size $linesize" \
54 "Dcache 4096 lines of $linesize bytes each.\r\nNo data cache available."
dcache-line-read-error.exp 48 set linesize [expr $pagesize * 2]
50 gdb_test_no_output "set dcache line-size $linesize" \
54 "Dcache 4096 lines of $linesize bytes each.\r\nNo data cache available."
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
javaversion.c 65 size_t linesize; local
84 line = NULL; linesize = 0;
85 linelen = getline (&line, &linesize, fp);
javaversion.c 65 size_t linesize; local
84 line = NULL; linesize = 0;
85 linelen = getline (&line, &linesize, fp);
  /src/external/gpl3/gdb.old/dist/sim/frv/
options.c 52 '\0', "WAYS[,SETS[,LINESIZE]]", "Enable data cache",
55 '\0', "WAYS[,SETS[,LINESIZE]]", "Enable instruction cache",
97 address_word ways = 0, sets = 0, linesize = 0; local
110 chp = parse_size (chp + 1, &linesize);
111 linesize = check_pow2 (linesize, "LINESIZE", cache_name, sd);
122 cache->line_size = linesize;
options.c 52 '\0', "WAYS[,SETS[,LINESIZE]]", "Enable data cache",
55 '\0', "WAYS[,SETS[,LINESIZE]]", "Enable instruction cache",
97 address_word ways = 0, sets = 0, linesize = 0; local
110 chp = parse_size (chp + 1, &linesize);
111 linesize = check_pow2 (linesize, "LINESIZE", cache_name, sd);
122 cache->line_size = linesize;
  /src/external/gpl3/gdb/dist/sim/frv/
options.c 52 '\0', "WAYS[,SETS[,LINESIZE]]", "Enable data cache",
55 '\0', "WAYS[,SETS[,LINESIZE]]", "Enable instruction cache",
97 address_word ways = 0, sets = 0, linesize = 0; local
110 chp = parse_size (chp + 1, &linesize);
111 linesize = check_pow2 (linesize, "LINESIZE", cache_name, sd);
122 cache->line_size = linesize;
options.c 52 '\0', "WAYS[,SETS[,LINESIZE]]", "Enable data cache",
55 '\0', "WAYS[,SETS[,LINESIZE]]", "Enable instruction cache",
97 address_word ways = 0, sets = 0, linesize = 0; local
110 chp = parse_size (chp + 1, &linesize);
111 linesize = check_pow2 (linesize, "LINESIZE", cache_name, sd);
122 cache->line_size = linesize;
  /src/usr.bin/last/
last.c 133 " [-H hostsize] [-h host] [-L linesize]\n"
151 int linesize = UT_LINESIZE; local
192 linesize = atoi(optarg);
193 if (linesize < 1)
253 wtmpx(file, namesize, linesize, hostsize, numeric);
255 wtmp(file, namesize, linesize, hostsize, numeric);
257 wtmpx(file, namesize, linesize, hostsize, numeric);
259 wtmp(file, namesize, linesize, hostsize, numeric);
378 #define LINESIZE UT_LINESIZE
385 #undef LINESIZE
    [all...]
last.c 133 " [-H hostsize] [-h host] [-L linesize]\n"
151 int linesize = UT_LINESIZE; local
192 linesize = atoi(optarg);
193 if (linesize < 1)
253 wtmpx(file, namesize, linesize, hostsize, numeric);
255 wtmp(file, namesize, linesize, hostsize, numeric);
257 wtmpx(file, namesize, linesize, hostsize, numeric);
259 wtmp(file, namesize, linesize, hostsize, numeric);
378 #define LINESIZE UT_LINESIZE
385 #undef LINESIZE
    [all...]

Completed in 56 milliseconds

1 2 3 4 5 6 7 8 9