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

  /src/external/ibm-public/postfix/dist/src/util/
vstring.h 1 /* $NetBSD: vstring.h,v 1.4 2022/10/08 16:12:50 christos Exp $ */
8 /* vstring 3h
12 /* #include "vstring.h"
31 typedef struct VSTRING {
33 } VSTRING;
35 extern VSTRING *vstring_alloc(ssize_t);
36 extern void vstring_ctl(VSTRING *,...);
37 extern VSTRING *vstring_truncate(VSTRING *, ssize_t);
38 extern VSTRING *vstring_set_payload_size(VSTRING *, ssize_t)
    [all...]
  /src/external/bsd/byacc/dist/
defs.h 33 #define VSTRING(a,b) CONCAT2(a,b) CONCAT1(" ",YYPATCH)
35 #define VSTRING(a,b) CONCAT2(a,b)
38 #define VERSION VSTRING(YYMAJOR, YYMINOR)
  /src/external/bsd/libbind/dist/tests/
dig8.c 209 #define VSTRING "8.4"
435 VSTRING, __RES);
1052 Id: dig8.c,v 1.4 2009/03/03 23:49:07 tbox Exp \n", VSTRING, __RES);

Completed in 24 milliseconds