Searched refs:str2val (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/ipsec-286.1.1/ipsec-tools/racoon/
H A Dstr2val.h1 /* $Id: str2val.h,v 1.3 2004/06/11 16:00:17 ludvigm Exp $ */
36 extern char *str2val (const char *, int, size_t *);
H A Dstr2val.c1 /* $KAME: str2val.c,v 1.11 2001/08/16 14:37:29 itojun Exp $ */
41 #include "str2val.h"
76 str2val(str, base, len) function
H A Dlocalconf.c57 #include "str2val.h"
409 k = str2val(p + 2, 16, &keylen);
H A Doakley.c70 #include "str2val.h"
118 buf.v = str2val((s), 16, &buf.l); \
130 buf.v = str2val((s), 16, &buf.l); \
/macosx-10.10.1/network_cmds-457/traceroute.tproj/
H A Dtraceroute.c411 int str2val(const char *, const char *, int, int);
591 first_ttl = str2val(optarg, "first ttl", 1, 255);
618 max_ttl = str2val(optarg, "max ttl", 1, 255);
630 requestPort = (u_short)str2val(optarg, "port",
635 nprobes = str2val(optarg, "nprobes", 1, -1);
655 tos = str2val(optarg, "tos", 0, 255);
668 waittime = str2val(optarg, "wait time",
673 pausemsecs = str2val(optarg, "pause msecs",
706 packlen = str2val(argv[optind + 1],
1734 str2val(registe function
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/
H A Dtest_dh.c254 str2val(const char *str, int base, size_t *len) function
306 prime = (unsigned char *)str2val(str, 16, &len);
/macosx-10.10.1/OpenSSH-189/osslshim/tests/
H A Dtest_dh.c252 str2val(const char *str, int base, size_t *len) function
307 prime = (unsigned char *)str2val(str, 16, &len);

Completed in 110 milliseconds