Lines Matching defs:string
213 {"-name string", "text string to use for Name prompt"},
214 {"-password string", "text string to use for Password prompt"},
215 {"-info string", "text string to use for instructions"},
216 {"-validate string", "text string to use for validating password message"},
217 {"-invalid string", "text string to use for invalid password message"},
301 len = 3 + strlen(opDesc[i].opt); /* space [ string ] */
403 const char *string;
409 /* 4036289. Limit the size of string to print. */
413 string = value.addr;
416 string = def;
417 len = strlen(string);
419 (void) strncpy(buffer, string, sizeof(buffer));
428 (void) strncpy(s, string, len);
475 end of string is found. To prevent buffer overflows (bug
476 4483090) each time we decide to append to the string, we
780 /* 4036289, Limit the string to print */
783 /* 4036289, Limit the string to print */
808 /* 4036289, Limit the string to print */
826 /* 4036289, Limit the string to print */