Searched refs:CFMunge (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Dcfmunge.cpp49 // Initialize a CFMunge. We start out with the default CFAllocator, and
52 CFMunge::CFMunge(const char *fmt, va_list arg) function in class:Security::CFMunge
58 CFMunge::~CFMunge()
67 char CFMunge::next()
77 bool CFMunge::next(char c)
91 bool CFMunge::parameter()
H A Dcfmunge.h38 // A CFMunge provides a one-pass, non-resettable scan through a format string,
41 class CFMunge { class in namespace:Security
43 CFMunge(const char *fmt, va_list arg);
44 ~CFMunge();
61 // A CFMake is a CFMunge for making CF data structures.
63 class CFMake : public CFMunge {
65 CFMake(const char *fmt, va_list arg) : CFMunge(fmt, arg) { }
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dcfmunge.cpp49 // Initialize a CFMunge. We start out with the default CFAllocator, and
52 CFMunge::CFMunge(const char *fmt, va_list arg) function in class:Security::CFMunge
58 CFMunge::~CFMunge()
67 char CFMunge::next()
77 bool CFMunge::next(char c)
91 bool CFMunge::parameter()
H A Dcfmunge.h38 // A CFMunge provides a one-pass, non-resettable scan through a format string,
41 class CFMunge { class in namespace:Security
43 CFMunge(const char *fmt, va_list arg);
44 ~CFMunge();
61 // A CFMake is a CFMunge for making CF data structures.
63 class CFMake : public CFMunge {
65 CFMake(const char *fmt, va_list arg) : CFMunge(fmt, arg) { }

Completed in 256 milliseconds