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

1234567891011>>

/macosx-10.10/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.10/dyld-353.2.1/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.10/dyld-353.2.1/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.10/apache-793/httpd/modules/core/test/conf/
H A Dinc63_1.conf2 <Macro Foo $where>
3 Warning "Foo macro at $where"
H A Dtest55.conf2 <Macro foo $where>
3 Warning "macro foo(:2) line 1 ($where)"
5 <Macro bla $where>
6 Warning "macro bla(:5) line 1 ($where)"
H A Dtest63.conf4 <Macro Bla $where>
5 Warning "Bla at $where"
H A Dtest19.conf3 <Macro foo $where>
5 Warning "macro foo line 2 in $where"
/macosx-10.10/rsync-45/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.10/dcerpc-61/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.10/dcerpc-61/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.10/curl-83.1.2/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.10/dcerpc-61/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.10/dcerpc-61/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.10/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.10/adv_cmds-158/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.10/dcerpc-61/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.10/eap8021x-198/eapolclient.tproj/
H A DKeyValue.h38 KeyValueList_find(KeyValueList * list, char * key, int * where);
/macosx-10.10/less-25/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.10/emacs-93/emacs/lisp/
H A Dcus-dep.el77 (put (nth 1 expr) 'custom-where name))
90 where found)
95 (setq where (get member 'custom-where))
96 (unless (or (null where)
97 (member where found))
98 (push where found)))
131 where)
133 (setq where (get symbol 'custom-where))
[all...]
/macosx-10.10/apr-32/apr/apr/file_io/os2/
H A Dseek.c56 APR_DECLARE(apr_status_t) apr_file_seek(apr_file_t *thefile, apr_seek_where_t where, apr_off_t *offset)
68 switch (where) {
87 switch (where) {
89 where = FILE_BEGIN;
93 where = FILE_CURRENT;
97 where = FILE_END;
101 return APR_FROM_OS_ERROR(DosSetFilePtr(thefile->filedes, *offset, where, (ULONG *)offset));

Completed in 143 milliseconds

1234567891011>>