HomeSort by: relevance | last modified time | path
    Searched defs:nbuf (Results 1 - 25 of 172) sorted by relevancy

1 2 3 4 5 6 7

  /src/usr.bin/ctags/
tree.c 65 char nbuf[MAXTOKEN]; local in function:pfnote
81 (void)snprintf(nbuf, sizeof(nbuf), "M%s", fp);
82 fp = strrchr(nbuf, '.');
85 name = nbuf;
tree.c 65 char nbuf[MAXTOKEN]; local in function:pfnote
81 (void)snprintf(nbuf, sizeof(nbuf), "M%s", fp);
82 fp = strrchr(nbuf, '.');
85 name = nbuf;
  /src/sys/arch/m68k/m68k/
regdump.c 140 static char nbuf[9]; local in function:hexstr
144 nbuf[0] = '\0';
145 return(nbuf);
147 nbuf[len] = '\0';
151 nbuf[i] = HEXDIGITS[x];
154 return nbuf;
regdump.c 140 static char nbuf[9]; local in function:hexstr
144 nbuf[0] = '\0';
145 return(nbuf);
147 nbuf[len] = '\0';
151 nbuf[i] = HEXDIGITS[x];
154 return nbuf;
  /src/lib/libc/db/btree/
bt_overflow.c 100 void *nbuf = realloc(*buf, sz); local in function:__ovfl_get
101 if (nbuf == NULL)
103 *buf = nbuf;
bt_overflow.c 100 void *nbuf = realloc(*buf, sz); local in function:__ovfl_get
101 if (nbuf == NULL)
103 *buf = nbuf;
  /src/lib/libc/gen/
nlist_aout.c 101 struct nlist nbuf[1024]; local in function:__fdnlist_aout
163 cc = MIN(symsize, sizeof(nbuf));
164 if (read(fd, nbuf, cc) != (ssize_t) cc)
167 for (s = nbuf; cc > 0; ++s, cc -= sizeof(*s)) {
nlist_aout.c 101 struct nlist nbuf[1024]; local in function:__fdnlist_aout
163 cc = MIN(symsize, sizeof(nbuf));
164 if (read(fd, nbuf, cc) != (ssize_t) cc)
167 for (s = nbuf; cc > 0; ++s, cc -= sizeof(*s)) {
initdir.c 79 char *buf, *nbuf; local in function:_initdir
114 nbuf = realloc(buf, len);
115 if (nbuf == NULL) {
119 buf = nbuf;
initdir.c 79 char *buf, *nbuf; local in function:_initdir
114 nbuf = realloc(buf, len);
115 if (nbuf == NULL) {
119 buf = nbuf;
  /src/tools/compat/
getline.c 77 char *nbuf; local in function:getdelim
80 if ((nbuf = realloc(*buf, nbufsiz)) == NULL)
82 *buf = nbuf;
84 eptr = nbuf + nbufsiz;
85 ptr = nbuf + d;
getline.c 77 char *nbuf; local in function:getdelim
80 if ((nbuf = realloc(*buf, nbufsiz)) == NULL)
82 *buf = nbuf;
84 eptr = nbuf + nbufsiz;
85 ptr = nbuf + d;
  /src/sys/arch/luna68k/stand/boot/
machdep.c 203 static char nbuf[9]; local in function:hexstr
208 nbuf[len] = '\0';
212 nbuf[i] = x - 10 + 'A';
214 nbuf[i] = x + '0';
217 return nbuf;
machdep.c 203 static char nbuf[9]; local in function:hexstr
208 nbuf[len] = '\0';
212 nbuf[i] = x - 10 + 'A';
214 nbuf[i] = x + '0';
217 return nbuf;
  /src/lib/libwrap/
expandm.c 53 char *buf, *nbuf; local in function:expandm
85 nbuf = realloc(buf, tlen + 1);
86 if (nbuf == NULL)
89 memcpy(nbuf + blen, ptr, nlen);
90 nbuf[tlen] = '\0';
92 buf = nbuf;
97 if (asprintf(&nbuf, "%s%.*s%s", buf ? buf : "",
101 buf = nbuf;
104 if (asprintf(&nbuf, "%s%s%s", buf ? buf : "", ptr, sf ? sf : "") == -1)
109 *rbuf = nbuf;
    [all...]
expandm.c 53 char *buf, *nbuf; local in function:expandm
85 nbuf = realloc(buf, tlen + 1);
86 if (nbuf == NULL)
89 memcpy(nbuf + blen, ptr, nlen);
90 nbuf[tlen] = '\0';
92 buf = nbuf;
97 if (asprintf(&nbuf, "%s%.*s%s", buf ? buf : "",
101 buf = nbuf;
104 if (asprintf(&nbuf, "%s%s%s", buf ? buf : "", ptr, sf ? sf : "") == -1)
109 *rbuf = nbuf;
    [all...]
  /src/bin/rcp/
util.c 153 char *nbuf; local in function:allocbuf
164 if ((nbuf = realloc(bp->buf, size)) == NULL) {
171 bp->buf = nbuf;
util.c 153 char *nbuf; local in function:allocbuf
164 if ((nbuf = realloc(bp->buf, size)) == NULL) {
171 bp->buf = nbuf;
  /src/sys/dev/wsfont/
wsfontdev.c 119 char nbuf[64]; local in function:wsfontioctl
130 res = copyinstr(d->name, nbuf, sizeof(nbuf), 0);
133 d->name = nbuf;
wsfontdev.c 119 char nbuf[64]; local in function:wsfontioctl
130 res = copyinstr(d->name, nbuf, sizeof(nbuf), 0);
133 d->name = nbuf;
  /src/tests/lib/libc/net/getaddrinfo/
h_gai.c 114 char nbuf[14]; local in function:main
167 strncpy(nbuf, "(empty)", sizeof(nbuf));
168 print1("arg:", &ai, p ? p : nbuf , q ? q : nbuf);
178 snprintf(nbuf, sizeof(nbuf), "ai%d:", i);
179 print1(nbuf, res, NULL, NULL);
h_gai.c 114 char nbuf[14]; local in function:main
167 strncpy(nbuf, "(empty)", sizeof(nbuf));
168 print1("arg:", &ai, p ? p : nbuf , q ? q : nbuf);
178 snprintf(nbuf, sizeof(nbuf), "ai%d:", i);
179 print1(nbuf, res, NULL, NULL);
  /src/usr.bin/fold/
fold.c 133 wchar_t *nbuf; local in function:fold
189 if ((nbuf = realloc (buf, buf_max + 2048)) == NULL) {
193 buf = nbuf;
fold.c 133 wchar_t *nbuf; local in function:fold
189 if ((nbuf = realloc (buf, buf_max + 2048)) == NULL) {
193 buf = nbuf;
  /src/bin/dd/
misc.c 194 char hbuf[7], nbuf[32]; local in function:dd_write_msg
217 (void)snprintf(nbuf, sizeof(nbuf), "%llu",
219 ADDS(nbuf);
229 (void)snprintf(nbuf, sizeof(nbuf), "%llu",
231 ADDS(nbuf);
241 (void)snprintf(nbuf, sizeof(nbuf), "%llu",
243 ADDS(nbuf);
    [all...]

Completed in 151 milliseconds

1 2 3 4 5 6 7