Home
last modified time | relevance | path

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

/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Dbackupsa.c87 static int str2num __P((char *, int));
382 tm->tm_mday = str2num(p, len); in str2tmx()
391 tm->tm_hour = str2num(p, len); in str2tmx()
400 tm->tm_min = str2num(p, len); in str2tmx()
409 tm->tm_sec = str2num(p, len); in str2tmx()
418 tm->tm_year = str2num(p, len); in str2tmx()
428 str2num(p, len) in str2num() function