Lines Matching defs:output
434 CHAR *output = NULL;
448 output = (CHAR*)LOS_MemAlloc(m_aucSysMem0, len + 1);
449 if (output == NULL) {
453 /* Backup the 'output' start address */
454 outputBak = output;
472 *output = *cmdKey;
473 output++;
475 *output = '\0';
476 /* Restore the 'output' start address */
477 output = outputBak;
478 len = strlen(output);
481 output++;
485 ret = strncpy_s(cmdOut, size, output, len);
488 (VOID)LOS_MemFree(m_aucSysMem0, output);
493 (VOID)LOS_MemFree(m_aucSysMem0, output);