HomeSort by: relevance | last modified time | path
    Searched defs:vstring (Results 1 - 10 of 10) sorted by relevancy

  /src/usr.bin/tip/
value.c 329 vstring(const char *s, char *v) function
  /src/external/gpl3/binutils/dist/gas/config/
te-vms.c 63 struct vstring struct
144 struct vstring file;
147 struct vstring device;
150 struct vstring result;
  /src/external/gpl3/binutils.old/dist/gas/config/
te-vms.c 63 struct vstring struct
144 struct vstring file;
147 struct vstring device;
150 struct vstring result;
  /src/external/mpl/dhcp/dist/server/
dhcpd.c 359 const char vstring[] = "isc-dhcpd-"; local
360 IGNORE_RET(write(STDERR_FILENO, vstring,
361 strlen(vstring)));
  /src/external/gpl3/binutils/dist/binutils/
wrstabs.c 1436 char *vstring = NULL;
1441 vstring = stab_pop_type (info);
1446 free (vstring);
1463 if (vstring == NULL)
1465 vtable = xmalloc (strlen (vstring) + 3);
1466 sprintf (vtable, "~%%%s", vstring);
1467 free (vstring);
1434 char *vstring = NULL; local
  /src/external/gpl3/binutils.old/dist/binutils/
wrstabs.c 1438 char *vstring = NULL;
1443 vstring = stab_pop_type (info);
1448 free (vstring);
1465 if (vstring == NULL)
1467 vtable = xmalloc (strlen (vstring) + 3);
1468 sprintf (vtable, "~%%%s", vstring);
1469 free (vstring);
1436 char *vstring = NULL; local
  /src/external/ibm-public/postfix/dist/src/util/
vstream.h 65 struct VSTRING *vstring; /* memory-backed stream */ member in struct:VSTREAM
85 /* Flags 1<<24 and above are reserved for VSTRING. */
93 #define VSTREAM_FLAG_OWN_VSTRING (1<<15)/* owns VSTRING resource */
139 extern ssize_t vstream_fread_buf(VSTREAM *, struct VSTRING *, ssize_t);
140 extern ssize_t vstream_fread_app(VSTREAM *, struct VSTRING *, ssize_t);
273 * Read/write VSTRING memory.
277 VSTREAM *vstream_memreopen(VSTREAM *, struct VSTRING *, int);
  /src/external/gpl3/gcc/dist/gcc/
vmsdbgout.cc 1656 struct vstring
1725 struct vstring file;
1728 struct vstring device;
1731 struct vstring result;
1654 struct vstring struct
  /src/external/gpl3/gcc.old/dist/gcc/
vmsdbgout.cc 1656 struct vstring
1725 struct vstring file;
1728 struct vstring device;
1731 struct vstring result;
1654 struct vstring struct
  /src/external/mpl/dhcp/dist/client/
dhclient.c 389 const char vstring[] = "isc-dhclient-"; local
390 IGNORE_RET(write(STDERR_FILENO, vstring,
391 strlen(vstring)));

Completed in 38 milliseconds