Searched refs:FOREIGN (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/cmd/bnu/ |
H A D | unknown.c | 45 #define FOREIGN "/var/uucp/.Admin/Foreign" macro 80 if ( (fp = fopen(FOREIGN, "a+")) == (FILE *)NULL ) 101 MAILTO, errmsg, FOREIGN, errmsg, FOREIGN,
|
/titanic_44/usr/src/lib/libsqlite/test/ |
H A D | fkey1.test | 32 FOREIGN KEY (b,c) REFERENCES t2(x,y) ON UPDATE CASCADE 49 FOREIGN KEY (a,b) REFERENCES t2(x,y)
|
H A D | table.test | 426 FOREIGN KEY (a) REFERENCES t4(b) DEFERRABLE INITIALLY DEFERRED 434 FOREIGN KEY (b,c) REFERENCES t4(x,y) MATCH PARTIAL 443 FOREIGN KEY (b,c) REFERENCES t4(x) 451 FOREIGN KEY (b,c) REFERENCES t4(x,y,z) 465 FOREIGN KEY (b,x) REFERENCES t4(x,y) 473 FOREIGN KEY (x,b) REFERENCES t4(x,y)
|
/titanic_44/usr/src/lib/libsqlite/src/ |
H A D | parse.y | 243 tcons ::= FOREIGN KEY LP idxlist(FA) RP
|