Lines Matching defs:label_buf
293 char label_buf[BUFSIZ];
312 XmuSnprintf(label_buf, sizeof(label_buf), "%s READ ONLY",
315 XmuSnprintf(label_buf, sizeof(label_buf), "%s Read - Write",
318 XtSetArg(largs[lnum_args], XtNlabel, label_buf); ++lnum_args;
393 char label_buf[BUFSIZ];
404 XmuSnprintf(label_buf, sizeof(label_buf), "%s READ ONLY",
407 XmuSnprintf(label_buf, sizeof(label_buf), "%s Read - Write",
410 XtSetArg(args[num_args], XtNlabel, label_buf); ++num_args;