Searched refs:pbsz (Results 1 – 1 of 1) sorted by relevance
777 char *pbsz; in sec_set_protection_level() local793 pbsz = strstr(line, "PBSZ="); in sec_set_protection_level()794 if(pbsz) { in sec_set_protection_level()796 if(ISDIGIT(pbsz[5])) in sec_set_protection_level()797 buffer_size = (unsigned int)atoi(&pbsz[5]); in sec_set_protection_level()
Completed in 5 milliseconds