Home
last modified time | relevance | path

Searched refs:IS_PROPER_STRING (Results 1 – 2 of 2) sorted by relevance

/dports/math/R/R-4.1.2/src/main/
H A Dserialize.c2917 #define IS_PROPER_STRING(s) (TYPEOF(s) == STRSXP && LENGTH(s) > 0) macro
2932 if (! IS_PROPER_STRING(file)) in appendRawToFile()
3013 if (! IS_PROPER_STRING(file)) in readRawFromFile()
/dports/math/libRmath/R-4.1.1/src/main/
H A Dserialize.c2917 #define IS_PROPER_STRING(s) (TYPEOF(s) == STRSXP && LENGTH(s) > 0) macro
2932 if (! IS_PROPER_STRING(file)) in appendRawToFile()
3013 if (! IS_PROPER_STRING(file)) in readRawFromFile()