HomeSort by: relevance | last modified time | path
    Searched refs:WHERE (Results 1 - 25 of 44) sorted by relevancy

1 2

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
macscp2.h 3 #undef WHERE
4 #define WHERE before macscp2_1
15 #undef WHERE
16 #define WHERE before macscp2_2
macscp3.h 3 #undef WHERE
4 #define WHERE before macscp3_1
15 #undef WHERE
16 #define WHERE before macscp3_2
macscp4.h 10 #undef WHERE
12 #define WHERE before macscp4_1_..., from macscp2.h
17 #define WHERE before macscp4_1_..., from macscp3.h
27 #undef WHERE
29 #define WHERE before macscp4_2_..., from macscp2.h
34 #define WHERE before macscp4_2_..., from macscp3.h
macscp1.c 33 The macro WHERE is redefined before each function <func> to the
52 #define WHERE before macscp1_1
63 #undef WHERE
64 #define WHERE before macscp1_2
75 #undef WHERE
76 #define WHERE before macscp1_3
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
macscp2.h 3 #undef WHERE
4 #define WHERE before macscp2_1
15 #undef WHERE
16 #define WHERE before macscp2_2
macscp3.h 3 #undef WHERE
4 #define WHERE before macscp3_1
15 #undef WHERE
16 #define WHERE before macscp3_2
macscp4.h 10 #undef WHERE
12 #define WHERE before macscp4_1_..., from macscp2.h
17 #define WHERE before macscp4_1_..., from macscp3.h
27 #undef WHERE
29 #define WHERE before macscp4_2_..., from macscp2.h
34 #define WHERE before macscp4_2_..., from macscp3.h
macscp1.c 33 The macro WHERE is redefined before each function <func> to the
52 #define WHERE before macscp1_1
63 #undef WHERE
64 #define WHERE before macscp1_2
75 #undef WHERE
76 #define WHERE before macscp1_3
  /src/external/gpl3/binutils/dist/gas/config/
tc-pj.h 49 #define TC_CONS_FIX_NEW(FRAG, WHERE, NBYTES, EXP, RELOC) \
50 pj_cons_fix_new_pj (FRAG, WHERE, NBYTES, EXP, RELOC)
tc-m32c.h 53 #define TC_CONS_FIX_NEW(FRAG, WHERE, NBYTES, EXP, RELOC) \
54 m32c_cons_fix_new (FRAG, WHERE, NBYTES, EXP, RELOC)
tc-rl78.h 69 #define TC_CONS_FIX_NEW(FRAG, WHERE, NBYTES, EXP, RET) \
70 rl78_cons_fix_new (FRAG, WHERE, NBYTES, EXP)
tc-rx.h 81 #define TC_CONS_FIX_NEW(FRAG, WHERE, NBYTES, EXP, RELOC) \
82 rx_cons_fix_new (FRAG, WHERE, NBYTES, EXP, RELOC)
tc-tilegx.h 57 #define TC_CONS_FIX_NEW(FRAG, WHERE, NBYTES, EXP, RELOC) \
58 tilegx_cons_fix_new (FRAG, WHERE, NBYTES, EXP)
tc-tilepro.h 58 #define TC_CONS_FIX_NEW(FRAG, WHERE, NBYTES, EXP, RELOC) \
59 tilepro_cons_fix_new (FRAG, WHERE, NBYTES, EXP)
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-pj.h 49 #define TC_CONS_FIX_NEW(FRAG, WHERE, NBYTES, EXP, RELOC) \
50 pj_cons_fix_new_pj (FRAG, WHERE, NBYTES, EXP, RELOC)
tc-m32c.h 53 #define TC_CONS_FIX_NEW(FRAG, WHERE, NBYTES, EXP, RELOC) \
54 m32c_cons_fix_new (FRAG, WHERE, NBYTES, EXP, RELOC)
tc-rl78.h 69 #define TC_CONS_FIX_NEW(FRAG, WHERE, NBYTES, EXP, RET) \
70 rl78_cons_fix_new (FRAG, WHERE, NBYTES, EXP)
tc-rx.h 81 #define TC_CONS_FIX_NEW(FRAG, WHERE, NBYTES, EXP, RELOC) \
82 rx_cons_fix_new (FRAG, WHERE, NBYTES, EXP, RELOC)
tc-tilegx.h 56 #define TC_CONS_FIX_NEW(FRAG, WHERE, NBYTES, EXP, RELOC) \
57 tilegx_cons_fix_new (FRAG, WHERE, NBYTES, EXP)
tc-tilepro.h 57 #define TC_CONS_FIX_NEW(FRAG, WHERE, NBYTES, EXP, RELOC) \
58 tilepro_cons_fix_new (FRAG, WHERE, NBYTES, EXP)
  /src/usr.bin/finger/
finger.h 54 struct where *whead, *wtail; /* list of where user is or has been */
59 typedef struct where { struct
60 struct where *next; /* next place user is or has been */
67 } WHERE;
  /src/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/mssql/
testdb_metadata.sql 54 'INSERT INTO authors_docs (pers_id,doc_id) VALUES ((SELECT ldap_entries.keyval FROM ldap_entries WHERE upper(?)=upper(ldap_entries.dn)),?)',
55 'DELETE FROM authors_docs WHERE authors_docs.pers_id=(SELECT ldap_entries.keyval FROM ldap_entries WHERE upper(?)=upper(ldap_entries.dn)) AND authors_docs.doc_id=?',3,0);
116 DELETE FROM example.phones WHERE pers_id=@keyval;
117 DELETE FROM example.authors_docs WHERE pers_id=@keyval;
118 DELETE FROM example.persons WHERE id=@keyval;
127 DELETE FROM example.institutes WHERE id=@keyval;
136 DELETE FROM example.authors_docs WHERE doc_id=@keyval;
137 DELETE FROM example.documents WHERE id=@keyval;
145 DELETE FROM example.phones WHERE pers_id=@keyval AND phone=@phone
    [all...]
  /src/external/bsd/kyua-cli/dist/store/
migrate_v1_v2.sql 198 WHERE aux.test_program_id = tmp_metadatas.test_program_id)
199 WHERE test_program_id IS NOT NULL AND property_name = 'timeout'
206 WHERE aux.test_case_id = tmp_metadatas.test_case_id)
207 WHERE test_case_id IS NOT NULL AND property_name = 'timeout'
212 UPDATE atf_test_cases SET description = '' WHERE description IS NULL;
213 UPDATE atf_test_cases SET required_user = '' WHERE required_user IS NULL;
218 WHERE aux.test_case_id = tmp_metadatas.test_case_id)
219 WHERE test_case_id IS NOT NULL AND property_name = 'description'
224 WHERE aux.test_case_id = tmp_metadatas.test_case_id)
225 WHERE test_case_id IS NOT NULL AND property_name = 'has_cleanup
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/pgsql/
testdb_metadata.sql 11 insert into ldap_oc_mappings (id,name,keytbl,keycol,create_proc,delete_proc,expect_return) values (1,'inetOrgPerson','persons','id','SELECT create_person()','DELETE FROM persons WHERE id=?',0);
13 insert into ldap_oc_mappings (id,name,keytbl,keycol,create_proc,delete_proc,expect_return) values (2,'document','documents','id','SELECT create_doc()','DELETE FROM documents WHERE id=?',0);
15 insert into ldap_oc_mappings (id,name,keytbl,keycol,create_proc,delete_proc,expect_return) values (3,'organization','institutes','id','SELECT create_o()','DELETE FROM institutes WHERE id=?',0);
17 insert into ldap_oc_mappings (id,name,keytbl,keycol,create_proc,delete_proc,expect_return) values (4,'referral','referrals','id','SELECT create_referral()','DELETE FROM referrals WHERE id=?',0);
24 -- from_tbls the expression that defines the table(s) this attribute is taken from (the "select ... from <from_tbls> where ..." portion)
25 -- join_where the expression that defines the condition to select this attribute (the "select ... where <join_where> ..." portion)
30 insert into ldap_attr_mappings (id,oc_map_id,name,sel_expr,from_tbls,join_where,add_proc,delete_proc,param_order,expect_return) values (1,1,'cn','text(persons.name||'' ''||persons.surname)','persons',NULL,'SELECT update_person_cn(?,?)','SELECT 1 FROM persons WHERE persons.name=? AND persons.id=? AND 1=0',3,0);
32 insert into ldap_attr_mappings (id,oc_map_id,name,sel_expr,from_tbls,join_where,add_proc,delete_proc,param_order,expect_return) values (2,1,'telephoneNumber','phones.phone','persons,phones','phones.pers_id=persons.id','SELECT add_phone(?,?)','DELETE FROM phones WHERE phone=? AND pers_id=?',3,0);
34 insert into ldap_attr_mappings (id,oc_map_id,name,sel_expr,from_tbls,join_where,add_proc,delete_proc,param_order,expect_return) values (3,1,'givenName','persons.name','persons',NULL,'UPDATE persons SET name=? WHERE id=?','UPDATE persons SET name='''' WHERE (name=? OR name='''') AND id=?',3,0)
    [all...]
  /src/external/ibm-public/postfix/dist/src/smtp/
smtp_tls_policy.c 317 #define WHERE \
326 msg_warn("%s: policy table lookup error", WHERE);
334 msg_warn("%s: invalid empty policy", WHERE);
340 msg_warn("%s: invalid security level \"%s\"", WHERE, tok);
350 WHERE, tok);
370 WHERE, tok, err);
376 msg_warn("%s: attribute \"%s\" has empty value", WHERE, name);
381 WHERE, name);
391 WHERE, name);
401 WHERE, name)
    [all...]

Completed in 30 milliseconds

1 2