HomeSort by: relevance | last modified time | path
    Searched defs:labelstr (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/dump/
main.c 145 char labelstr[LBLSIZE]; local in function:main
162 strcpy(labelstr, "none"); /* XXX safe strcpy. */
244 if (strlcpy(labelstr, optarg, sizeof(labelstr))
245 >= sizeof(labelstr)) {
249 (unsigned long)sizeof(labelstr) - 1);
251 labelstr);
483 (void)strlcpy(spcl.c_label, labelstr, sizeof(spcl.c_label));
552 msg("Label: %s\n", labelstr);
main.c 145 char labelstr[LBLSIZE]; local in function:main
162 strcpy(labelstr, "none"); /* XXX safe strcpy. */
244 if (strlcpy(labelstr, optarg, sizeof(labelstr))
245 >= sizeof(labelstr)) {
249 (unsigned long)sizeof(labelstr) - 1);
251 labelstr);
483 (void)strlcpy(spcl.c_label, labelstr, sizeof(spcl.c_label));
552 msg("Label: %s\n", labelstr);

Completed in 22 milliseconds