Home
last modified time | relevance | path

Searched refs:argv_nonnull (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/u-boot/common/
H A Dcli_hush.c228 int *argv_nonnull; member
1638 child->argv_nonnull + i);
1966 free(child->argv_nonnull);
2499 child->argv_nonnull = realloc(child->argv_nonnull,
2500 (argc+1)*sizeof(*child->argv_nonnull));
2501 if (child->argv_nonnull == NULL) {
2506 child->argv_nonnull[argc-1] = dest->nonnull;
2508 child->argv_nonnull[argc] = 0;
2574 prog->argv_nonnull = NULL;