Searched refs:order_key (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/remote_cmds-47/yppush.tproj/
H A Dyppush.c270 char order_key[YP_LAST_LEN] = YP_LAST_KEY; local
334 o.dptr = (char *) &order_key;
/macosx-10.10/remote_cmds-47/ypxfr.tproj/
H A Dypxfr.c126 char order_key[] = YP_LAST_KEY; local
164 k.dptr = (char *)&order_key;
/macosx-10.10/remote_cmds-47/ypserv.tproj/
H A Dypserv_db.c655 static char *order_key = YP_LAST_KEY; local
666 k.dptr = order_key;
/macosx-10.10/bootp-298/IPConfiguration.bproj/
H A Dipconfigd.c5127 get_order_array_from_values(CFDictionaryRef values, CFStringRef order_key) argument
5132 dict = isA_CFDictionary(CFDictionaryGetValue(values, order_key));
5318 CFStringRef order_key = NULL; local
5356 order_key = SCDynamicStoreKeyCreateNetworkGlobalEntity(NULL,
5359 CFArrayAppendValue(get_keys, order_key);
5368 order_array = get_order_array_from_values(values, order_key);
5428 my_CFRelease(&order_key);

Completed in 206 milliseconds