/dports/math/yices/yices-2.6.2/src/mcsat/nra/ |
H A D | nra_plugin_internal.c | 129 int_hmap_pair_t* find = NULL; in nra_plugin_set_unit_info() local 158 int_hmap_pair_t* find = int_hmap_find(&nra->constraint_unit_info, constraint); in nra_plugin_get_unit_info() local 167 int_hmap_pair_t* find = int_hmap_find(&nra->constraint_unit_var, constraint); in nra_plugin_get_unit_var() local 177 int_hmap_pair_t* find = int_hmap_find(&nra->lp_data.mcsat_to_lp_var_map, mcsat_var); in nra_plugin_term_has_lp_variable() local 182 int_hmap_pair_t* find = int_hmap_find(&nra->lp_data.mcsat_to_lp_var_map, mcsat_var); in nra_plugin_variable_has_lp_variable() local 189 char buffer[100]; in nra_plugin_add_lp_variable_from_term() local 212 char buffer[100]; in nra_plugin_add_lp_variable() local 235 int_hmap_pair_t* find = int_hmap_find(&nra->lp_data.mcsat_to_lp_var_map, mcsat_var); in nra_plugin_get_lp_variable() local 241 int_hmap_pair_t* find = int_hmap_find(&nra->lp_data.lp_to_mcsat_var_map, lp_var); in nra_plugin_get_variable_from_lp_variable() local
|
/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/avr/cores/arduino/ |
H A D | Stream.h | 72 bool find(uint8_t *target) { return find ((char *)target); } in find() function 76 bool find(uint8_t *target, size_t length) { return find ((char *)target, length); } in find() function 79 bool find(char target) { return find (&target, 1); } in find() function 98 size_t readBytes( uint8_t *buffer, size_t length) { return readBytes((char *)buffer, length); } in readBytes() 103 …size_t readBytesUntil( char terminator, uint8_t *buffer, size_t length) { return readBytesUntil(te… in readBytesUntil()
|
/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/sam/cores/arduino/ |
H A D | Stream.h | 72 bool find(uint8_t *target) { return find ((char *)target); } in find() function 76 bool find(uint8_t *target, size_t length) { return find ((char *)target, length); } in find() function 79 bool find(char target) { return find (&target, 1); } in find() function 98 size_t readBytes( uint8_t *buffer, size_t length) { return readBytes((char *)buffer, length); } in readBytes() 103 …size_t readBytesUntil( char terminator, uint8_t *buffer, size_t length) { return readBytesUntil(te… in readBytesUntil()
|
/dports/devel/glademm/glademm-2.6.0/src/ |
H A D | TagStream.hh | 34 char buffer[GB_BUFFER_SIZE]; member in TagStream 51 char *find(const char *start,char what) in find() function in TagStream 53 char *find(char what) in find() function in TagStream 85 const Tag *find(const std::string &type) const in find() function in TagStream 87 Tag::const_iterator find(Tag::const_iterator it,const std::string &type) const in find() function in TagStream
|
/dports/devel/rapidcheck/rapidcheck-7bc7d30/src/detail/ |
H A D | Platform.cpp | 17 const std::string &find, in replaceFirst() 30 const std::string &find, in replaceAll() 53 char *buffer = nullptr; in getEnvValue() local
|
/dports/databases/percona56-server/percona-server-5.6.51-91.0/mysys/ |
H A D | my_lib.c | 54 void my_dirend(MY_DIR *buffer) in my_dirend() 83 char *buffer; in my_dir() local 206 char *buffer; in my_dir() local 212 struct ffblk find; in my_dir() local 214 struct _finddata_t find; in my_dir() local
|
/dports/databases/percona56-client/percona-server-5.6.51-91.0/mysys/ |
H A D | my_lib.c | 54 void my_dirend(MY_DIR *buffer) in my_dirend() 83 char *buffer; in my_dir() local 206 char *buffer; in my_dir() local 212 struct ffblk find; in my_dir() local 214 struct _finddata_t find; in my_dir() local
|
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/mysys/ |
H A D | my_lib.c | 54 void my_dirend(MY_DIR *buffer) in my_dirend() 83 char *buffer; in my_dir() local 206 char *buffer; in my_dir() local 212 struct ffblk find; in my_dir() local 214 struct _finddata_t find; in my_dir() local
|
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/mysys/ |
H A D | my_lib.c | 55 void my_dirend(MY_DIR *buffer) in my_dirend() 84 char *buffer; in my_dir() local 207 char *buffer; in my_dir() local 213 struct ffblk find; in my_dir() local 215 struct _finddata_t find; in my_dir() local
|
/dports/databases/mysql56-client/mysql-5.6.51/mysys/ |
H A D | my_lib.c | 55 void my_dirend(MY_DIR *buffer) in my_dirend() 84 char *buffer; in my_dir() local 207 char *buffer; in my_dir() local 213 struct ffblk find; in my_dir() local 215 struct _finddata_t find; in my_dir() local
|
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/ |
H A D | search.py | 119 def find(self, buffer, pos = None): member in Pattern 201 def find(self, buffer, pos = None): member in BytePattern 353 def find(self, buffer, pos = None): member in RegExpPattern
|
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/pydevd_attach_to_process/winappdbg/ |
H A D | search.py | 119 def find(self, buffer, pos = None): member in Pattern 201 def find(self, buffer, pos = None): member in BytePattern 353 def find(self, buffer, pos = None): member in RegExpPattern
|
/dports/devel/py-pydevd/pydevd-1.1.1/pydevd_attach_to_process/winappdbg/ |
H A D | search.py | 119 def find(self, buffer, pos = None): member in Pattern 201 def find(self, buffer, pos = None): member in BytePattern 353 def find(self, buffer, pos = None): member in RegExpPattern
|
/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/ |
H A D | search.py | 119 def find(self, buffer, pos = None): member in Pattern 201 def find(self, buffer, pos = None): member in BytePattern 353 def find(self, buffer, pos = None): member in RegExpPattern
|
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/neon-0.9.1/create-neon/dev/ |
H A D | expect.ts | 32 private buffer: string[]; property in LinesBuffer 46 find(p: (s: string) => boolean): string[] | null { method in LinesBuffer
|
/dports/databases/mysql55-client/mysql-5.5.62/mysys/ |
H A D | my_lib.c | 66 void my_dirend(MY_DIR *buffer) in my_dirend() 93 char *buffer; in my_dir() local 224 char *buffer; in my_dir() local 230 struct ffblk find; in my_dir() local 232 struct _finddata_t find; in my_dir() local
|
/dports/editors/textadept/textadept_11.1.linux/docs/ |
H A D | api.md | 8860 #### `ui.find.active` (boolean) 8895 #### `ui.find.in_files` (bool) 8907 #### `ui.find.incremental` (bool) 8913 #### `ui.find.match_case` (bool) 8925 #### `ui.find.regex` (bool) 8962 #### `ui.find.whole_word` (bool) 9010 #### `ui.find.find_next`() 9015 #### `ui.find.find_prev`() 9020 #### `ui.find.focus`(*options*) 9043 #### `ui.find.replace`() [all …]
|
/dports/editors/textadept/textadept-textadept_11.1/docs/ |
H A D | api.md | 8860 #### `ui.find.active` (boolean) 8895 #### `ui.find.in_files` (bool) 8907 #### `ui.find.incremental` (bool) 8913 #### `ui.find.match_case` (bool) 8925 #### `ui.find.regex` (bool) 8962 #### `ui.find.whole_word` (bool) 9010 #### `ui.find.find_next`() 9015 #### `ui.find.find_prev`() 9020 #### `ui.find.focus`(*options*) 9043 #### `ui.find.replace`() [all …]
|
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/platform/macosx/ |
H A D | PListEditor.java | 69 StringBuffer find = new StringBuffer(); in setFileTypeExtensions() local 94 String find = "(?s).*?<key>" + key + "</key>\\s*" + "<string>" + value + "</string>.*"; in setSimpleStringValue() local 108 StringBuffer find = new StringBuffer(); in setArrayValues() local 144 String find, in setValue() 192 char[] buffer = new char[length]; in getFileContent() local
|
/dports/lang/bwbasic/bwbasic-3.20/ |
H A D | bwb_int.c | 118 buff_is_eol (char *buffer, int *position) in buff_is_eol() 149 buff_peek_char (char *buffer, int *position, char find) in buff_peek_char() 177 line_peek_char (LineType * line, char find) in line_peek_char() 257 buff_skip_char (char *buffer, int *position, char find) in buff_skip_char() 286 line_skip_char (LineType * line, char find) in line_skip_char() 785 buff_peek_word (char *buffer, int *position, char *find) in buff_peek_word() 831 line_peek_word (LineType * line, char *find) in line_peek_word() 841 buff_skip_word (char *buffer, int *position, char *find) in buff_skip_word() 888 line_skip_word (LineType * line, char *find) in line_skip_word() 2026 char *buffer; in internal_DEF8SUB() local [all …]
|
/dports/textproc/unrtf/unrtf-0.21.10/Windows/ |
H A D | unrtf_w.c | 43 char *strcasestr(const char *s, const char *find) in strcasestr() 101 static char buffer[MAX_PATH]; in unrtfDataDir() local
|
/dports/news/golded+/golded-plus/golded+/goldlib/gall/ |
H A D | gbmh.cpp | 100 bool gbmh::find(const char* buffer) { in find() function in gbmh
|
/dports/editors/xmlcopyeditor/xmlcopyeditor/src/ |
H A D | replace.cpp | 26 std::string& buffer, in run() 27 const std::string& find, in run()
|
/dports/textproc/libmwaw03/libmwaw-0.3.20/src/tools/zip/ |
H A D | xattr.cpp | 91 int find=0; in getStream() local 100 std::unique_ptr<char[]> buffer{new char[size_t(totalSz)]}; in getStream() local 207 int find=sz[1] ? 2 : 1; in getClassicStream() local 211 std::unique_ptr<char[]> buffer{new char[size_t(totalSz)]}; in getClassicStream() local
|
/dports/sysutils/UEFITool/UEFITool-A59/UEFIFind/ |
H A D | uefifind.cpp | 36 UByteArray buffer; in init() local 49 USTATUS UEFIFind::find(const UINT8 mode, const bool count, const UString & hexPattern, UString & re… in find() function in UEFIFind
|