Searched refs:errorStr (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/libICE/dist/src/
H A Dprocess.c665 char *errorStr = NULL; local in function:ProcessError
678 errorStr = strdup(tempstr);
685 errorStr = strdup(tempstr);
693 if (asprintf (&errorStr, "%s%s", prefix, temp) == -1)
694 errorStr = NULL;
702 if (asprintf (&errorStr, "%s%s", prefix, temp) == -1)
703 errorStr = NULL;
711 if (asprintf (&errorStr, "%s%s", prefix, temp) == -1)
712 errorStr = NULL;
720 if (!errorStr)
736 char *errorStr = NULL; local in function:ProcessError
[all...]

Completed in 3 milliseconds