Searched refs:YP_LAST_KEY (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/remote_cmds-41.90.1/makedbm.tproj/
H A Dypdef.h61 #define YP_LAST_KEY "YP_LAST_MODIFIED" macro
62 #define YP_LAST_LEN (sizeof(YP_LAST_KEY)-1)
H A Dmakedbm.c309 add_record(new_db, YP_LAST_KEY, file_date(infile), FALSE);
/macosx-10.9.5/remote_cmds-41.90.1/yppush.tproj/
H A Dypdef.h61 #define YP_LAST_KEY "YP_LAST_MODIFIED" macro
62 #define YP_LAST_LEN (sizeof(YP_LAST_KEY)-1)
H A Dyppush.c270 char order_key[YP_LAST_LEN] = YP_LAST_KEY;
/macosx-10.9.5/remote_cmds-41.90.1/ypserv.tproj/
H A Dypdef.h61 #define YP_LAST_KEY "YP_LAST_MODIFIED" macro
62 #define YP_LAST_LEN (sizeof(YP_LAST_KEY)-1)
H A Dypserv_db.c153 strncmp(key.dptr,YP_LAST_KEY,YP_LAST_LEN) == 0)
655 static char *order_key = YP_LAST_KEY;
/macosx-10.9.5/remote_cmds-41.90.1/ypxfr.tproj/
H A Dypdef.h61 #define YP_LAST_KEY "YP_LAST_MODIFIED" macro
62 #define YP_LAST_LEN (sizeof(YP_LAST_KEY)-1)
H A Dypxfr.c126 char order_key[] = YP_LAST_KEY;
253 char keystr[] = YP_LAST_KEY;

Completed in 61 milliseconds