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

/macosx-10.9.5/remote_cmds-41.90.1/makedbm.tproj/
H A Dypdb.h73 #define YPDB_SUFFIX ".db" macro
H A Dmakedbm.c241 if (strlen(database) + strlen(YPDB_SUFFIX) > MAXPATHLEN) {
246 snprintf(db_outfile, sizeof(db_outfile), "%s%s", database, YPDB_SUFFIX);
257 + strlen(YPDB_SUFFIX) > MAXPATHLEN) {
267 YPDB_SUFFIX);
H A Dypdb.c100 snprintf(path, sizeof(path), "%s%s", file, YPDB_SUFFIX);
115 snprintf(path, sizeof(path), "%s%s", file, YPDB_SUFFIX);
/macosx-10.9.5/remote_cmds-41.90.1/yppush.tproj/
H A Dypdb.h73 #define YPDB_SUFFIX ".db" macro
H A Dypdb.c100 snprintf(path, sizeof(path), "%s%s", file, YPDB_SUFFIX);
115 snprintf(path, sizeof(path), "%s%s", file, YPDB_SUFFIX);
H A Dyppush.c321 YP_DB_PATH,domain,Map,YPDB_SUFFIX);
332 map_path, YPDB_SUFFIX);
/macosx-10.9.5/remote_cmds-41.90.1/ypserv.tproj/
H A Dypdb.h73 #define YPDB_SUFFIX ".db" macro
H A Dypdb.c100 snprintf(path, sizeof(path), "%s%s", file, YPDB_SUFFIX);
115 snprintf(path, sizeof(path), "%s%s", file, YPDB_SUFFIX);
/macosx-10.9.5/remote_cmds-41.90.1/ypxfr.tproj/
H A Dypdb.h73 #define YPDB_SUFFIX ".db" macro
H A Dypdb.c100 snprintf(path, sizeof(path), "%s%s", file, YPDB_SUFFIX);
115 snprintf(path, sizeof(path), "%s%s", file, YPDB_SUFFIX);
H A Dypxfr.c147 YP_DB_PATH, domain, map, YPDB_SUFFIX);
240 YP_DB_PATH, domain, map, YPDB_SUFFIX);

Completed in 101 milliseconds