MCPcopy Index your code
hub / github.com/RsyncProject/rsync / getTableTranslationDomain

Function getTableTranslationDomain

popt/popthelp.c:139–148  ·  view source on GitHub ↗

* @param opt option(s) */

Source from the content-addressed store, hash-verified

137 * @param opt option(s)
138 */
139static const char *
140getTableTranslationDomain(const struct poptOption *opt)
141{
142 if (opt != NULL)
143 for (; opt->longName || opt->shortName || opt->arg; opt++) {
144 if (opt->argInfo == POPT_ARG_INTL_DOMAIN)
145 return opt->arg;
146 }
147 return NULL;
148}
149
150/**
151 * @param opt option(s)

Callers 1

singleTableHelpFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected