Searched defs:file_prefix (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/ |
H A D | do_align.c | 88 *file_prefix, local 210 (void)getmessage (buffer, R_ALLOC_FILES, &status, &file_prefix); 221 if (!(rfile = malloc((unsigned int)strlen(file_prefix) + 2 + 1))) { 226 sprintf (rfile, "%s-1", file_prefix); 286 sprintf (rfile, "%s-0", file_prefix);
|
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/ |
H A D | disp1.c | 46 char *file_prefix; local 60 if ((file_prefix = _alloc_files(count, (char *)0, md->uid, md->gid))) { 61 mputm(md, R_ALLOC_FILES, MOK, file_prefix); 62 add_flt_act(md, FLT_FILES, file_prefix, count);
|
/illumos-gate/usr/src/cmd/sgs/yacc/common/ |
H A D | y2.c | 181 char *file_prefix = DEFAULT_PREFIX; local 256 file_prefix = optarg; 267 "Usage: yacc [-vVdltY] [-Q(y/n)] [-b file_prefix] [-p sym_prefix]" 276 file_prefix, 290 file_prefix, 312 file_prefix,
|
Completed in 68 milliseconds