Searched defs:ficlCountedString (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/ficl/
H A Dficl.h550 struct ficlCountedString;
551 typedef struct ficlCountedString ficlCountedString; typedef in typeref:struct:ficlCountedString
779 * The Ficl structure for this is ficlCountedString.
795 struct ficlCountedString struct
805 #define FICL_POINTER_TO_COUNTED_STRING(p) ((ficlCountedString *)(void *)p)
1058 ficlVmGetString(ficlVm *vm, ficlCountedString *spDest, char delimiter);

Completed in 64 milliseconds