Lines Matching refs:psz
99 pszFlags = Val.psz;
103 pszGroups = Val.psz;
107 pszDest = Val.psz;
111 if (!strcmp(Val.psz, "set"))
113 else if (!strcmp(Val.psz, "create"))
115 else if (!strcmp(Val.psz, "destroy"))
119 RTStrmPrintf(g_pStdErr, "SUPLoggerCtl: error: Unknown operation '%s'.\n", Val.psz);
125 if (!strcmp(Val.psz, "debug"))
127 else if (!strcmp(Val.psz, "release"))
131 RTStrmPrintf(g_pStdErr, "SUPLoggerCtl: error: Unknown logger '%s'.\n", Val.psz);
144 RTStrmPrintf(g_pStdErr, "SUPLoggerCtl: error: Unexpected argument '%s'.\n", Val.psz);