Searched refs:OTP_WORDPREFIX (Results 1 – 3 of 3) sorted by relevance
97 strlcpy (str, OTP_WORDPREFIX, sz); in otp_print_stddict_extended()99 str + strlen(OTP_WORDPREFIX), in otp_print_stddict_extended()100 sz - strlen(OTP_WORDPREFIX)); in otp_print_stddict_extended()
203 if (strncmp (s, OTP_WORDPREFIX, strlen(OTP_WORDPREFIX)) == 0) { in otp_parse()204 s += strlen(OTP_WORDPREFIX); in otp_parse()
55 #define OTP_WORDPREFIX "word:" macro