Home
last modified time | relevance | path

Searched refs:mybuf (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/usr.bin/netstat/
H A Datalk.c78 static char mybuf[50]; in at_pr_net() local
88 (void)snprintf(mybuf, sizeof(mybuf), "%hu", in at_pr_net()
90 return mybuf; in at_pr_net()
96 static char mybuf[50]; in at_pr_host() local
106 (void)snprintf(mybuf, sizeof(mybuf), "%d", in at_pr_host()
108 return mybuf; in at_pr_host()
114 static char mybuf[50]; in at_pr_port() local
122 (void)snprintf(mybuf, sizeof(mybuf), "%d", in at_pr_port()
124 return mybuf; in at_pr_port()
131 static char mybuf[50]; in at_pr_range() local
[all …]
/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dexpand_path.c198 char *mybuf = NULL; in expand_path() local
216 expand_string (&mybuf, &mybuf_size, d + 1); in expand_path()
217 while ((mybuf[d++] = name[s]) != '\0') in expand_path()
231 expand_string (&mybuf, &mybuf_size, d + 1); in expand_path()
232 mybuf[d++] = name[s++]; in expand_path()
259 expand_string (&mybuf, &mybuf_size, d + 1); in expand_path()
260 for (; (mybuf[d++] = name[s]); s++) in expand_path()
266 expand_string (&mybuf, &mybuf_size, d + 1); in expand_path()
268 mybuf[--d] = '\0'; in expand_path()
269 e = expand_variable (&mybuf[p+flag], cvsroot, file, line); in expand_path()
[all …]
/netbsd-src/external/gpl2/groff/dist/src/libs/libgroff/
H A Dgetcwd.c39 char mybuf[MAXPATHLEN]; local
43 if (!getwd(mybuf)) {
49 if (strlen(mybuf) + 1 > size) {
53 strcpy(buf, mybuf);
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dz80-dis.c777 char mybuf[TXTSIZ*4]; in suffix() local
808 info->stream = mybuf; in suffix()
809 mybuf[0] = 0; in suffix()
816 for (p = mybuf; *p; ++p) in suffix()
822 info->fprintf_func (info->stream, "%s.%s %s", mybuf, txt, p); in suffix()
825 info->fprintf_func (info->stream, "%s.%s", mybuf, txt); in suffix()
H A Dz8k-dis.c66 unsigned char mybuf[20]; in fetch_data() local
74 (bfd_byte *) mybuf, in fetch_data()
85 unsigned char *p = mybuf; in fetch_data()
H A DChangeLog-20202516 * z80-dis.c (suffix): Init mybuf.
3218 Ensure uninitialised "mybuf" is not accessed.
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dz80-dis.c777 char mybuf[TXTSIZ*4]; in suffix() local
808 info->stream = mybuf; in suffix()
809 mybuf[0] = 0; in suffix()
816 for (p = mybuf; *p; ++p) in suffix()
822 info->fprintf_func (info->stream, "%s.%s %s", mybuf, txt, p); in suffix()
825 info->fprintf_func (info->stream, "%s.%s", mybuf, txt); in suffix()
H A Dz8k-dis.c66 unsigned char mybuf[20]; in fetch_data() local
74 (bfd_byte *) mybuf, in fetch_data()
85 unsigned char *p = mybuf; in fetch_data()
H A DChangeLog-20202516 * z80-dis.c (suffix): Init mybuf.
3218 Ensure uninitialised "mybuf" is not accessed.
/netbsd-src/sys/dev/scsipi/
H A Dif_dse.c1040 u_char *cp, *mybuf; in dse_set_multi()
1049 mybuf = malloc(ETHER_ADDR_LEN * DSE_MCAST_MAX, M_DEVBUF, M_NOWAIT); in dse_set_multi()
1050 if (mybuf == NULL) { in dse_set_multi()
1058 cp = mybuf; in dse_set_multi()
1082 mybuf, len, DSE_RETRIES, DSE_TIMEOUT, NULL, XS_CTL_DATA_OUT); in dse_set_multi()
1084 free(mybuf, M_DEVBUF); in dse_set_multi()
1041 u_char *cp, *mybuf; dse_set_multi() local
/netbsd-src/external/gpl3/gdb/dist/opcodes/
H A DChangeLog-20202516 * z80-dis.c (suffix): Init mybuf.
3218 Ensure uninitialised "mybuf" is not accessed.