Displaying 1 result from an estimated 1 matches for "opt_element".
Did you mean:
get_element
2009 Sep 05
2
[LLVMdev] code analysis bug
...ot; and "2$" modifiers. This is POSIX for a while, intended for I18N,
but perfectly usable for other purposes. Like generating shell code.
static char const zLoopEnd[] =
" if [ -n \"${OPT_ARG_VAL}\" ]\n"
" then\n"
" eval %1$s_${OPT_NAME}${OPT_ELEMENT}=\"'${OPT_ARG_VAL}'\"\n"
" export %1$s_${OPT_NAME}${OPT_ELEMENT}\n"
" fi\n"
"done\n\n"
"unset OPT_PROCESS || :\n"
"unset OPT_ELEMENT || :\n"
"unset OPT_ARG || :\n"
"unset OPT_ARG_NEEDED || :\n"
&q...