Home
last modified time | relevance | path

Searched refs:strexpr (Results 1 – 22 of 22) sorted by relevance

/titanic_44/usr/src/lib/libast/common/string/
H A Dstreval.c49 …return((handle.convert = convert) ? strexpr(s, end, userconv, &handle) : strexpr(s, end, (Convert_… in streval()
H A Dstrexpr.c274 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 Dast_map.h332 #undef strexpr
333 #define strexpr _ast_strexpr macro
H A Dast.h324 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 Dast_map.h311 #undef strexpr
312 #define strexpr _ast_strexpr macro
/titanic_44/usr/src/lib/libast/i386/include/ast/
H A Dast_map.h332 #undef strexpr
333 #define strexpr _ast_strexpr macro
H A Dast.h324 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 Dast_map.h311 #undef strexpr
312 #define strexpr _ast_strexpr macro
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_map.h332 #undef strexpr
333 #define strexpr _ast_strexpr macro
H A Dast.h324 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 Dast_map.h311 #undef strexpr
312 #define strexpr _ast_strexpr macro
/titanic_44/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_map.h311 #undef strexpr
312 #define strexpr _ast_strexpr macro
/titanic_44/usr/src/lib/libast/sparc/include/ast/
H A Dast_map.h332 #undef strexpr
333 #define strexpr _ast_strexpr macro
H A Dast.h324 extern __MANGLE__ long strexpr __PROTO__((const char*, char**, long(*)(const char*, char**, __V_*)…
/titanic_44/usr/src/lib/libast/common/include/
H A Dast.h306 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 Dmap311 #undef strexpr
312 #define strexpr _ast_strexpr
/titanic_44/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/
H A Dmap311 #undef strexpr
312 #define strexpr _ast_strexpr
/titanic_44/usr/src/lib/libast/i386/src/lib/libast/FEATURE/
H A Dmap311 #undef strexpr
312 #define strexpr _ast_strexpr
/titanic_44/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/
H A Dmap311 #undef strexpr
312 #define strexpr _ast_strexpr
/titanic_44/usr/src/lib/libast/common/misc/
H A Dmagic.c331 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 DMakefile.com499 common/string/strexpr.o \
/titanic_44/usr/src/lib/libast/common/
H A DRELEASE1550 add strexpr() primitive for streval() with user handle (like ftwalk)