Searched refs:dbfile (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/ypcmd/shared/
H A Dutils.c193 char dbfile[MAXNAMLEN + 1]; local
203 (void) strcpy(dbfile, pname);
204 (void) strcat(dbfile, dbm_dir);
206 if (stat64(dbfile, &filestat) != -1) {
207 (void) strcpy(dbfile, pname);
208 (void) strcat(dbfile, dbm_pag);
210 if (stat64(dbfile, &filestat) != -1) {
217 dbfile);
228 dbfile);
/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Dshim_ancil.c217 char dbfile[MAXNAMLEN + sizeof (TTL_POSTFIX) + 1]; local
223 sizeof (dbfile)) {
230 (void) strcpy(dbfile, pname);
231 (void) strcat(dbfile, dbm_dir);
233 if (stat64(dbfile, &filestat) == -1) {
237 dbfile);
243 (void) strcpy(dbfile, pname);
244 (void) strcat(dbfile, dbm_pag);
246 if (stat64(dbfile, &filestat) == -1) {
250 dbfile);
[all...]
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypxfr.c1339 char dbfile[MAXNAMLEN + 1]; local
1349 (void) strcpy(dbfile, pname);
1350 (void) strcat(dbfile, dbm_dir);
1352 if ((f = open(dbfile, (O_WRONLY | O_CREAT | O_TRUNC), 0600)) >= 0) {
1354 (void) strcpy(dbfile, pname);
1355 (void) strcat(dbfile, dbm_pag);
1357 if ((f = open(dbfile, (O_WRONLY | O_CREAT | O_TRUNC),

Completed in 815 milliseconds