Lines Matching defs:string
205 {"-name string", "text string to use for Name prompt"},
206 {"-password string", "text string to use for Password prompt"},
207 {"-info string", "text string to use for instructions"},
208 {"-validate string", "text string to use for validating password message"},
209 {"-invalid string", "text string to use for invalid password message"},
292 len = 3 + strlen(opDesc[i].opt); /* space [ string ] */
381 const char *string;
390 string = value.addr;
393 string = def;
394 len = strlen(string);
396 (void) strlcpy(buffer, string, sizeof(buffer));
404 (void) strlcpy(s, string, len + 1);
449 end of string is found. To prevent buffer overflows (bug
450 4483090) each time we decide to append to the string, we