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

Function poptStripArg

popt/popt.c:701–708  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

699}
700
701static void poptStripArg(poptContext con, int which)
702{
703 if (con->arg_strip == NULL)
704 con->arg_strip = PBM_ALLOC(con->optionStack[0].argc);
705 if (con->arg_strip != NULL) /* XXX can't happen */
706 PBM_SET(which, con->arg_strip);
707 return;
708}
709
710unsigned int _poptBitsN = _POPT_BITS_N;
711unsigned int _poptBitsM = _POPT_BITS_M;

Callers 1

poptGetNextOptFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected