Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DScriptInterpreter.cpp170 auto nullin = FileSystem::Instance().Open(FileSpec(FileSystem::DEV_NULL), in Create() local
172 if (!nullin) in Create()
173 return nullin.takeError(); in Create()
178 return nullin.takeError(); in Create()
181 new ScriptInterpreterIORedirect(std::move(*nullin), std::move(*nullout))); in Create()
/freebsd-14.2/sys/libkern/
H A Diconv_xlat16.c118 int nullin, ret = 0; in iconv_xlat16_conv() local
198 nullin = (code & XLAT16_ACCEPT_NULL_IN) ? 1 : 0; in iconv_xlat16_conv()
199 if (inlen == 1 && nullin) { in iconv_xlat16_conv()
270 if ((u_char)*(src+1) == '\0' && !nullin ) { in iconv_xlat16_conv()