Searched refs:where (Results 1 - 25 of 878) sorted by relevance

1234567891011>>

/macosx-10.9.5/pcre-7/pcre/
H A Dpcre_config.c60 where where to put the information
66 pcre_config(int what, void *where) argument
72 *((int *)where) = 1;
74 *((int *)where) = 0;
80 *((int *)where) = 1;
82 *((int *)where) = 0;
87 *((int *)where) = NEWLINE;
92 *((int *)where) = 1;
94 *((int *)where)
[all...]
H A Dpcre_fullinfo.c63 where where to put the information
70 void *where)
77 if (re == NULL || where == NULL) return PCRE_ERROR_NULL;
92 *((unsigned long int *)where) = re->options & PUBLIC_COMPILE_OPTIONS;
96 *((size_t *)where) = re->size;
100 *((size_t *)where) = (study == NULL)? 0 : study->size;
104 *((int *)where) = re->top_bracket;
108 *((int *)where) = re->top_backref;
112 *((int *)where)
69 pcre_fullinfo(const pcre *argument_re, const pcre_extra *extra_data, int what, void *where) argument
[all...]
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/weak-coalesce/
H A Dbase.h30 extern void baseVerifyCoal1(const char* where, int* addr);
31 extern void baseVerifyCoal2(const char* where, int* addr);
H A Dbase.c35 void baseVerifyCoal1(const char* where, int* addr) argument
37 //fprintf(stderr, "baseVerifyCoal1(%s, %p)\n", where, addr);
40 coal1Where = where;
46 coal1Addr, coal1Where, addr, where);
57 void baseVerifyCoal2(const char* where, int* addr) argument
59 //fprintf(stderr, "baseVerifyCoal2(%s, %p)\n", where, addr);
62 coal2Where = where;
68 coal2Addr, coal2Where, addr, where);
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/weak-coalesce-inserted/
H A Dbase.h30 extern void baseVerifyCoal1(const char* where, int* addr);
31 extern void baseVerifyCoal2(const char* where, int* addr);
H A Dbase.c35 void baseVerifyCoal1(const char* where, int* addr) argument
37 //fprintf(stderr, "baseVerifyCoal1(%s, %p)\n", where, addr);
40 coal1Where = where;
46 coal1Addr, coal1Where, addr, where);
57 void baseVerifyCoal2(const char* where, int* addr) argument
59 //fprintf(stderr, "baseVerifyCoal2(%s, %p)\n", where, addr);
62 coal2Where = where;
68 coal2Addr, coal2Where, addr, where);
/macosx-10.9.5/CPANInternal-140/SQL-Abstract/t/
H A D07subqueries.t13 my (@tests, $sub_stmt, @sub_bind, $where);
18 $where = {
23 where => $where,
32 $where = {
37 where => $where,
45 $where = {
50 where => $where,
[all...]
H A D02where.t19 where => {
31 where => [
40 where => {
50 where => {
60 where => {
70 where => {
80 where => {
93 where => [
109 where => {
119 where
[all...]
H A D05in_between.t14 where => { x => { -between => [1, 2] } },
20 where => { x => { -between => [\"1", 2] } },
26 where => { x => { -between => [1, \"2"] } },
32 where => { x => { -between => [\'current_date - 1', \'current_date - 0'] } },
38 where => { x => { -between => [ \['current_date - ?', 1], \['current_date - ?', 0] ] } },
44 where => { x => { -between => \['? AND ?', 1, 2] } },
50 where => { x => { -between => \["'something' AND ?", 2] } },
56 where => { x => { -between => \["? AND 'something'", 1] } },
62 where => { x => { -between => \"'this' AND 'that'" } },
68 where
[all...]
H A D04modifiers.t18 * When in condition context i.e. where => { -or { a = 1 } }, each modifier
21 where => { x => { '!=', [-and, [qw/1 2 3/]] } }, a modifier affects the
38 where => { -and => [a => 1, b => 2] },
42 where => [ -and => [a => 1, b => 2] ],
46 where => { -or => [a => 1, b => 2] },
50 where => [ -or => [a => 1, b => 2] ],
55 where => { -and => {a => 1, b => 2} },
59 where => [ -and => {a => 1, b => 2} ],
63 where => { -or => {a => 1, b => 2} },
67 where
[all...]
/macosx-10.9.5/rsync-42/rsync/lib/
H A Dwildmatch.h5 int wildmatch_array(const char *pattern, const char*const *texts, int where);
6 int litmatch_array(const char *string, const char*const *texts, int where);
/macosx-10.9.5/dcerpc-58/dcerpc/demos/access/
H A Dmisc.h4 char * where,
H A Dmisc.c15 char * where,
27 printf("ERROR. where = <%s> why = <%s> error code = 0x%lx"
29 where, why, ecode, errstr);
31 printf("ERROR. where = <%s> why = <%s> error code = 0x%lx\n",
32 where, why, ecode);
13 chk_dce_err( error_status_t ecode, char * where, char * why, unsigned int fatal ) argument
/macosx-10.9.5/dcerpc-58/dcerpc/demos/echo_server/
H A Dmisc.h4 const char * where,
H A Dmisc.c16 const char * where,
27 printf("ERROR. where = <%s> why = <%s> error code = 0x%x "
29 where, why, ecode, errstr);
31 printf("ERROR. where = <%s> why = <%s> error code = 0x%x\n",
32 where, why, ecode);
14 chk_dce_err( error_status_t ecode, const char * where, const char * why, unsigned int fatal) argument
/macosx-10.9.5/curl-78.94.1/curl/src/
H A Dtool_cb_see.h28 int tool_ftruncate64(int fd, curl_off_t where);
31 #define ftruncate(fd,where) tool_ftruncate64(fd,where)
/macosx-10.9.5/dcerpc-58/dcerpc/demos/echo_number/
H A Dmisc.c12 chk_dce_err(ecode, where, why, fatal)
14 const char * where;
26 printf("ERROR. where = <%s> why = <%s> error code = 0x%x"
28 where, why, ecode, errstr);
30 printf("ERROR. where = <%s> why = <%s> error code = 0x%x\n",
31 where, why, ecode);
/macosx-10.9.5/dcerpc-58/dcerpc/demos/samr_test/
H A Dmisc.c12 chk_dce_err(ecode, where, why, fatal)
14 const char * where;
26 printf("ERROR. where = <%s> why = <%s> error code = 0x%x"
28 where, why, (unsigned32)ecode, errstr);
30 printf("ERROR. where = <%s> why = <%s> error code = 0x%x\n",
31 where, why, (unsigned32)ecode);
/macosx-10.9.5/CPANInternal-140/DBIx-Class/t/lib/DBICTest/Schema/
H A DCollection.pm24 { where => { "object.type" => "pointy" } }
27 { where => { "object.type" => "round" } }
/macosx-10.9.5/cctools-845/as/
H A Dinput-file.h37 * input_file_give_next_buffer(where, Call once to get each new buffer.
70 char *where,
/macosx-10.9.5/file-46/file/src/
H A Dis_tar.c138 from_oct(int digs, const char *where) argument
142 while (isspace((unsigned char)*where)) { /* Skip spaces */
143 where++;
148 while (digs > 0 && isodigit(*where)) { /* Scan til nonoctal */
149 value = (value << 3) | (*where++ - '0');
153 if (digs > 0 && *where && !isspace((unsigned char)*where))
/macosx-10.9.5/adv_cmds-153/finger/
H A Dfinger.h54 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 */
/macosx-10.9.5/less-23/less/
H A Dprompt.c164 curr_byte(where)
165 int where;
169 pos = position(where);
170 while (pos == NULL_POSITION && where >= 0 && where < sc_height-1)
171 pos = position(++where);
184 cond(c, where)
186 int where;
195 return (curr_byte(where) != NULL_POSITION);
221 return (curr_byte(where) !
482 int where; local
[all...]
/macosx-10.9.5/dcerpc-58/dcerpc/demos/echo_union/
H A Dmisc.c14 chk_dce_err(ecode, where, why, fatal)
16 const char * where;
28 printf("ERROR. where = <%s> why = <%s> error code = 0x%x"
30 where, why, ecode, errstr);
32 printf("ERROR. where = <%s> why = <%s> error code = 0x%x\n",
33 where, why, ecode);
/macosx-10.9.5/eap8021x-180/eapolclient.tproj/
H A DKeyValue.h38 KeyValueList_find(KeyValueList * list, char * key, int * where);

Completed in 194 milliseconds

1234567891011>>