Home
last modified time | relevance | path

Searched refs:od (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/SETUP/config/
H A Dmkmakefile.c412 char *od = allCaps(ns(wd)); in read_files() local
419 if (strcmp(op->op_name, od) == 0) { in read_files()
429 free(od); in read_files()
/xnu-8019.80.24/makedefs/
H A DMakeInc.kernel152 hdr=$$(od -An -N 4 -t x4 $$ofile); \
/xnu-8019.80.24/bsd/netkey/
H A Dkey.c727 struct sockaddr *os, *od, *is, *id; in key_gettunnel() local
773 od = (struct sockaddr *)&r2->saidx.dst; in key_gettunnel()
775 key_sockaddrcmp(od, odst, 0)) { in key_gettunnel()