Home
last modified time | relevance | path

Searched refs:copyfile (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/hsfs/labelit/
H A Dlabelit.c78 char *copyfile; variable
130 copyfile = string; in main()
318 copystring(copyfile, (char *)HSV_copyr_id(hs_buf), 37); in updatelabel()
329 copystring(copyfile, (char *)ISO_copyr_id(unix_buf), 37); in updatelabel()
345 copystring(copyfile, (char *)ISO_copyr_id(iso_buf), 37); in updatelabel()
366 copyfile = (char *)HSV_copyr_id(hs_buf); in prntlabel()
382 copyfile = (char *)ISO_copyr_id(iso_buf); in prntlabel()
398 copyfile = (char *)ISO_copyr_id(unix_buf); in prntlabel()
422 prntstring("Copyright File id", copyfile, 37); in prntlabel()
/illumos-gate/usr/src/ucbcmd/vipw/
H A Dvipw.c51 static int copyfile(char *, char *);
90 if (copyfile(passwd, ptemp)) in main()
139 if (copyfile(shadow, stemp)) in main()
192 copyfile(char *from, char *to) in copyfile() function
/illumos-gate/usr/src/cmd/fs.d/hsfs/fstyp/
H A Dfstyp.c396 char *copyfile; in get_attr() local
415 copyfile = (char *)HSV_copyr_id(h->hs_buf); in get_attr()
432 copyfile = (char *)ISO_copyr_id(h->iso_buf); in get_attr()
449 copyfile = (char *)ISO_copyr_id(h->unix_buf); in get_attr()
474 copy_string(s, copyfile, 37); in get_attr()
/illumos-gate/usr/src/cmd/tsol/updatehome/
H A Dsetupfiles.c49 static int copyfile(const char *min_home, const char *home, const char *target,
185 if (copyfile(min_home, home, file, flags) != 0) { in __setupfiles()
343 copyfile(const char *min_home, const char *home, const char *target, int flags) in copyfile() function
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_dictionary_c.x219 % int copyfile( char* infile, char *outfile);
H A Dnis_db.cc209 return (InUseDictionary->copyfile(infile, outfile)); in db_copy_file()
H A Ddb_dictionary.cc1014 db_dictionary::copyfile(char *infile, char *outfile) in copyfile() function in db_dictionary
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dspoolss_svc.c214 spoolss_register_copyfile(spoolss_copyfile_t copyfile) in spoolss_register_copyfile() argument
216 spoolss_copyfile_callback = copyfile; in spoolss_register_copyfile()
1220 spoolss_register_copyfile(spoolss_copyfile_t copyfile) in spoolss_register_copyfile() argument