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

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dargp-help.c1515 const char *inp_text;
1528 inp_text = vt + 1;
1532 inp_text = __strndup (argp->doc, inp_text_len);
1536 inp_text = post ? 0 : argp->doc;
1537 trans_text = inp_text ? dgettext (argp->argp_domain, inp_text) : NULL;
1540 trans_text = inp_text = 0;
1571 if (inp_text && inp_text_len)
1572 free ((char *) inp_text); /* We copied INP_TEXT, so free it now. */
1492 const char *inp_text; local

Completed in 26 milliseconds