HomeSort by: relevance | last modified time | path
    Searched defs:path_config (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/unbound/dist/winrc/
w_inst.c 194 TCHAR path_config[2*MAX_PATH+4+256]; local
201 memmove(path_config+1, path+1, sizeof(path)-1);
202 change(out, path_config+1, sizeof(path_config)-1,
214 quote_it(out, path_config, sizeof(path_config));
216 strcat(path, path_config);
w_inst.c 194 TCHAR path_config[2*MAX_PATH+4+256]; local
201 memmove(path_config+1, path+1, sizeof(path)-1);
202 change(out, path_config+1, sizeof(path_config)-1,
214 quote_it(out, path_config, sizeof(path_config));
216 strcat(path, path_config);

Completed in 43 milliseconds