Home
last modified time | relevance | path

Searched refs:binstr (Results 1 – 1 of 1) sorted by relevance

/external/ipsec-tools/src/racoon/
Dplog.c248 binsanitize(binstr, n) in binsanitize() argument
249 char *binstr; in binsanitize()
257 if (isgraph((int)binstr[p])) {
258 d[q++] = binstr[p];