Lines Matching refs:errmsg
71 const char *rawValue, std::int64_t rawValueLength, const Descriptor *errmsg, in CopyToDescriptor() argument
77 return ToErrmsg(errmsg, StatValueTooShort); in CopyToDescriptor()
83 return ToErrmsg(errmsg, StatValueTooShort); in CopyToDescriptor()
90 const char *rawValue, const Descriptor *errmsg, std::size_t &offset) { in CheckAndCopyToDescriptor() argument
98 return ToErrmsg(errmsg, StatMissingArgument); in CheckAndCopyToDescriptor()
103 stat = CopyToDescriptor(*value, rawValue, len, errmsg, offset); in CheckAndCopyToDescriptor()
111 std::int32_t n, const Descriptor *value, const Descriptor *errmsg) { in RTNAME()
117 return ToErrmsg(errmsg, StatInvalidArgumentNumber); in RTNAME()
124 return ToErrmsg(errmsg, StatMissingArgument); in RTNAME()
127 return CopyToDescriptor(*value, arg, argLen, errmsg); in RTNAME()
141 const Descriptor *length, const Descriptor *errmsg, const char *sourceFile, in RTNAME()
171 return CheckAndCopyToDescriptor(value, "", errmsg, offset); in RTNAME()
176 value, executionEnvironment.argv[0], errmsg, offset)}; in RTNAME()
183 stat = CheckAndCopyToDescriptor(value, " ", errmsg, offset); in RTNAME()
189 value, executionEnvironment.argv[i], errmsg, offset); in RTNAME()
237 const Descriptor *value, bool trim_name, const Descriptor *errmsg, in RTNAME()
245 return ToErrmsg(errmsg, StatMissingEnvVariable); in RTNAME()
249 return CopyToDescriptor(*value, rawValue, StringLength(rawValue), errmsg); in RTNAME()