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

Function poptGetOptArg

popt/popt.c:1471–1479  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1469}
1470
1471char * poptGetOptArg(poptContext con)
1472{
1473 char * ret = NULL;
1474 if (con) {
1475 ret = con->os->nextArg;
1476 con->os->nextArg = NULL;
1477 }
1478 return ret;
1479}
1480
1481const char * poptGetArg(poptContext con)
1482{

Callers 2

parse_argumentsFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by 1

mainFunction · 0.68