Home
last modified time | relevance | path

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

/netbsd/src/crypto/dist/ipsec-tools/src/racoon/
Dremoteconf.h238 extern vchar_t *script_path_add(vchar_t *);
Dcfparse.y2232 script_path_add(vdup($2));
2241 script_path_add(vdup($2));
2250 script_path_add(vdup($2));
Dremoteconf.c1074 script_path_add(vchar_t *path) in script_path_add() function