/titanic_44/usr/src/lib/libast/common/string/ |
H A D | streval.c | 49 …return((handle.convert = convert) ? strexpr(s, end, userconv, &handle) : strexpr(s, end, (Convert_… in streval()
|
H A D | strexpr.c | 274 strexpr(const char* s, char** end, long(*convert)(const char*, char**, void*), void* handle) in strexpr() function
|
/titanic_44/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_map.h | 332 #undef strexpr 333 #define strexpr _ast_strexpr macro
|
H A D | ast.h | 324 extern __MANGLE__ long strexpr __PROTO__((const char*, char**, long(*)(const char*, char**, __V_*)…
|
/titanic_44/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_map.h | 311 #undef strexpr 312 #define strexpr _ast_strexpr macro
|
/titanic_44/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_map.h | 332 #undef strexpr 333 #define strexpr _ast_strexpr macro
|
H A D | ast.h | 324 extern __MANGLE__ long strexpr __PROTO__((const char*, char**, long(*)(const char*, char**, __V_*)…
|
/titanic_44/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_map.h | 311 #undef strexpr 312 #define strexpr _ast_strexpr macro
|
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast_map.h | 332 #undef strexpr 333 #define strexpr _ast_strexpr macro
|
H A D | ast.h | 324 extern __MANGLE__ long strexpr __PROTO__((const char*, char**, long(*)(const char*, char**, __V_*)…
|
/titanic_44/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | ast_map.h | 311 #undef strexpr 312 #define strexpr _ast_strexpr macro
|
/titanic_44/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_map.h | 311 #undef strexpr 312 #define strexpr _ast_strexpr macro
|
/titanic_44/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast_map.h | 332 #undef strexpr 333 #define strexpr _ast_strexpr macro
|
H A D | ast.h | 324 extern __MANGLE__ long strexpr __PROTO__((const char*, char**, long(*)(const char*, char**, __V_*)…
|
/titanic_44/usr/src/lib/libast/common/include/ |
H A D | ast.h | 306 extern long strexpr(const char*, char**, long(*)(const char*, char**, void*), void*);
|
/titanic_44/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/ |
H A D | map | 311 #undef strexpr 312 #define strexpr _ast_strexpr
|
/titanic_44/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/ |
H A D | map | 311 #undef strexpr 312 #define strexpr _ast_strexpr
|
/titanic_44/usr/src/lib/libast/i386/src/lib/libast/FEATURE/ |
H A D | map | 311 #undef strexpr 312 #define strexpr _ast_strexpr
|
/titanic_44/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/ |
H A D | map | 311 #undef strexpr 312 #define strexpr _ast_strexpr
|
/titanic_44/usr/src/lib/libast/common/misc/ |
H A D | magic.c | 331 n = *++s == '(' ? strexpr(s, e, indirect, mp) : strtol(s, e, 0); in indirect() 561 num = strexpr(ep->expr, NiL, indirect, mp) + off; in ckmagic()
|
/titanic_44/usr/src/lib/libast/ |
H A D | Makefile.com | 499 common/string/strexpr.o \
|
/titanic_44/usr/src/lib/libast/common/ |
H A D | RELEASE | 1550 add strexpr() primitive for streval() with user handle (like ftwalk)
|