MCPcopy Create free account
hub / github.com/RsyncProject/rsync / poptSetExecPath

Function poptSetExecPath

popt/popt.c:64–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62#endif
63
64void poptSetExecPath(poptContext con, const char * path, int allowAbsolute)
65{
66 con->execPath = _free(con->execPath);
67 con->execPath = xstrdup(path);
68 con->execAbsolute = allowAbsolute;
69 return;
70}
71
72static void invokeCallbacksPRE(poptContext con, const struct poptOption * opt)
73{

Callers

nothing calls this directly

Calls 1

_freeFunction · 0.85

Tested by

no test coverage detected