Home
last modified time | relevance | path

Searched refs:FOREIGN (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/bnu/
H A Dunknown.c43 #define FOREIGN "/var/uucp/.Admin/Foreign" macro
78 if ( (fp = fopen(FOREIGN, "a+")) == (FILE *)NULL )
99 MAILTO, errmsg, FOREIGN, errmsg, FOREIGN,
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dfkey1.test30 FOREIGN KEY (b,c) REFERENCES t2(x,y) ON UPDATE CASCADE
47 FOREIGN KEY (a,b) REFERENCES t2(x,y)
H A Dtable.test424 FOREIGN KEY (a) REFERENCES t4(b) DEFERRABLE INITIALLY DEFERRED
432 FOREIGN KEY (b,c) REFERENCES t4(x,y) MATCH PARTIAL
441 FOREIGN KEY (b,c) REFERENCES t4(x)
449 FOREIGN KEY (b,c) REFERENCES t4(x,y,z)
463 FOREIGN KEY (b,x) REFERENCES t4(x,y)
471 FOREIGN KEY (x,b) REFERENCES t4(x,y)
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dparse.y241 tcons ::= FOREIGN KEY LP idxlist(FA) RP