• Home
  • Raw
  • Download

Lines Matching refs:NULL

75     FILE *fp = NULL;  in GetFileContext()
77 char *contextBuffer = NULL; in GetFileContext()
86 if (strlen(inputFile) > PATH_MAX || realpath(inputFile, path) == NULL) { in GetFileContext()
102 if (contextBuffer == NULL) { in GetFileContext()
107 if (fp == NULL) { in GetFileContext()
131 char *contextBuffer = NULL; in EncodeOsSyscap()
159 char *contextBuffer = NULL; in EncodePrivateSyscap()
160 char *outputStr = NULL; in EncodePrivateSyscap()
175 if (outputStr == NULL) { in EncodePrivateSyscap()
214 char (*strSyscap)[SINGLE_SYSCAP_LEN] = NULL; in DecodeOsSyscap()
216 if (strSyscap == NULL) { in DecodeOsSyscap()
233 strSyscap = NULL; in DecodeOsSyscap()
263 char (*outputArray)[SINGLE_SYSCAP_LEN] = NULL; in DecodePrivateSyscap()
265 if (input == NULL) { in DecodePrivateSyscap()
277 if (outputArray == NULL) { in DecodePrivateSyscap()
387 char *contextBuffer = NULL; in CheckRpcidFormat()
388 RPCIDHead *rpcidHeader = NULL; in CheckRpcidFormat()
427 char *contextBuffer = NULL; in DecodeRpcidToStringFormat()
428 char *priSyscapArray = NULL; in DecodeRpcidToStringFormat()
429 char *priSyscap = NULL; in DecodeRpcidToStringFormat()
430 char *outBuffer = NULL; in DecodeRpcidToStringFormat()
431 cJSON *cJsonTemp = NULL; in DecodeRpcidToStringFormat()
432 cJSON *rpcidRoot = NULL; in DecodeRpcidToStringFormat()
433 cJSON *sysCapDefine = NULL; in DecodeRpcidToStringFormat()
434 cJSON *sysCapArray = NULL; in DecodeRpcidToStringFormat()
452 if (sysCapArray == NULL || !cJSON_IsArray(sysCapArray)) { in DecodeRpcidToStringFormat()
463 if (osSysCapIndex == NULL) { in DecodeRpcidToStringFormat()
471 if (priSyscapArray == NULL) { in DecodeRpcidToStringFormat()
482 if (cJsonTemp != NULL) { in DecodeRpcidToStringFormat()
506 if (outBuffer == NULL) { in DecodeRpcidToStringFormat()
515 outBuffer = NULL; in DecodeRpcidToStringFormat()
522 outBuffer = NULL; in DecodeRpcidToStringFormat()
532 outBuffer = NULL; in DecodeRpcidToStringFormat()
556 char *pcidPriSyscap = NULL; in ComparePcidString()
557 char *rpcidPriSyscap = NULL; in ComparePcidString()
591 if (tempSyscap == NULL) { in ComparePcidString()
626 if (temp == NULL) { in ComparePcidString()
656 if (result == NULL) { in FreeCompareError()
661 result->syscap[i] = NULL; in FreeCompareError()