Lines Matching refs:nullptr
39 static FILE *g_ttyFp = nullptr;
53 if (g_ttyFp != nullptr) {
58 if (g_ttyFp != nullptr) {
69 if (g_ttyFp != nullptr) {
72 g_ttyFp = nullptr;
79 if (result == nullptr) {
93 char **p = nullptr;
94 for (p = argvNew; *p != nullptr; p++) {
106 char *path = nullptr;
107 char *pathBak = nullptr;
108 char **ep = nullptr;
109 char *cp = nullptr;
113 if (strchr(cmd, '/') != nullptr) {
117 for (ep = envp; *ep != nullptr; ep++) {
124 path = StrDup((path != nullptr && *path != '\0') ? path : DEFAULT_PATH);
127 if ((cp = strchr(path, ':')) != nullptr) {
136 } while (cp != nullptr);
150 char **argvTmp = nullptr;
160 return nullptr;
163 if (argvTmp == nullptr) {
165 return nullptr;
180 return nullptr;
194 return nullptr;
203 argvTmp[argvNewIndex] = nullptr;
268 std::shared_ptr<PinAuth::IInputer> inputer = nullptr;
308 waitpid(pid, nullptr, 0);
336 char **argvNew = nullptr;
356 if (argvNew == nullptr) {