Searched refs:copyfile (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/lvm/libsvm/common/
H A Dstart_svm.c92 if (copyfile(MD_CONF, MD_CONF_ORIG))
129 if (copyfile(tf, MD_CONF)) {
204 (void) copyfile(MD_CONF_ORIG, MD_CONF);
228 * FUNCTION: copyfile
237 copyfile(char *from, char *to) function
H A Dupdate_mdconf.c349 if ((retval = copyfile(mdconf, *tname)) == RET_ERROR) {
/illumos-gate/usr/src/cmd/fs.d/hsfs/labelit/
H A Dlabelit.c36 * copyfile: copyright file identifier (d-characters, 128 max)
78 char *copyfile; variable
129 if (match("copyfile=")) {
130 copyfile = string;
318 copystring(copyfile, (char *)HSV_copyr_id(hs_buf), 37);
329 copystring(copyfile, (char *)ISO_copyr_id(unix_buf), 37);
344 copystring(copyfile, (char *)ISO_copyr_id(iso_buf), 37);
365 copyfile = (char *)HSV_copyr_id(hs_buf);
381 copyfile = (char *)ISO_copyr_id(iso_buf);
397 copyfile
[all...]
/illumos-gate/usr/src/lib/lvm/libsvm/common/hdrs/
H A Dsvm.h78 extern int copyfile(char *from, char *to);
/illumos-gate/usr/src/ucbcmd/vipw/
H A Dvipw.c53 static int copyfile(char *, char *);
92 if (copyfile(passwd, ptemp))
141 if (copyfile(shadow, stemp))
194 copyfile(char *from, char *to) function
/illumos-gate/usr/src/cmd/tsol/updatehome/
H A Dsetupfiles.c49 static int copyfile(const char *min_home, const char *home, const char *target,
74 * Calls blequal, copyfile, feof, fgets, fopen,
185 if (copyfile(min_home, home, file, flags) != 0) {
198 dprintf("setupfiles no copyfile %s\n", cl_file);
323 * copyfile - Copy a file from the base home directory to the current.
343 copyfile(const char *min_home, const char *home, const char *target, int flags) function
430 } /* copyfile() */
/illumos-gate/usr/src/cmd/fs.d/hsfs/fstyp/
H A Dfstyp.c396 char *copyfile; local
415 copyfile = (char *)HSV_copyr_id(h->hs_buf);
432 copyfile = (char *)ISO_copyr_id(h->iso_buf);
449 copyfile = (char *)ISO_copyr_id(h->unix_buf);
474 copy_string(s, copyfile, 37);
/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));
H A Ddb_dictionary.cc1013 db_dictionary::copyfile(char *infile, char *outfile) function in class:db_dictionary
1019 READLOCK(this, DB_LOCK_ERROR, "r db_dictionary::copyfile");
1029 READUNLOCK(this, DB_LOCK_ERROR, "ru db_dictionary::copyfile");
1037 READLOCK(this, DB_LOCK_ERROR, "r db_dictionary::copyfile");
1041 "ru db_dictionary::copyfile");
1046 READUNLOCK(this, ret, "ru db_dictionary::copyfile");
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dspoolss_svc.c207 * Register a copyfile callback that the spoolss service can use to
214 spoolss_register_copyfile(spoolss_copyfile_t copyfile) argument
216 spoolss_copyfile_callback = copyfile;
1220 spoolss_register_copyfile(spoolss_copyfile_t copyfile) argument

Completed in 115 milliseconds