Searched refs:str (Results 751 - 775 of 11625) sorted by relevance

<<31323334353637383940>>

/macosx-10.10/llvmCore-3425.0.34/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-string.h214 String(const String& str) : c_str_(NULL), length_(0) { *this = str; } argument
226 String(const ::std::string& str) { argument
227 ConstructNonNull(str.c_str(), str.length());
233 String(const ::string& str) { argument
234 ConstructNonNull(str.c_str(), str.length());
303 char* const str = new char[a_length + 1]; local
304 memcpy(str, buffe
316 operator <<(::std::ostream& os, const String& str) argument
[all...]
/macosx-10.10/ncurses-44/ncurses/form/
H A Dfrm_req_name.c134 | Function : int form_request_by_name (const char *str);
142 form_request_by_name(const char *str) argument
150 T((T_CALLED("form_request_by_name(%s)"), _nc_visbuf(str)));
152 if (str)
154 strncpy(buf, str, sizeof(buf));
/macosx-10.10/ncurses-44/ncurses/menu/
H A Dm_req_name.c89 | Function : int menu_request_by_name (const char *str);
97 menu_request_by_name(const char *str) argument
105 T((T_CALLED("menu_request_by_name(%s)"), _nc_visbuf(str)));
107 if (str)
109 strncpy(buf, str, sizeof(buf));
/macosx-10.10/ncurses-44/ncurses/ncurses/base/
H A Dlib_getstr.c74 char *str,
87 T((T_CALLED("wgetnstr(%p,%p, %d)"), win, str, maxlen));
106 oldstr = str;
138 if (str > oldstr) {
139 str = WipeOut(win, y, x, oldstr, str, oldecho);
142 while (str > oldstr) {
143 str = WipeOut(win, y, x, oldstr, str, oldecho);
146 || (maxlen >= 0 && str
73 wgetnstr_events(WINDOW *win, char *str, int maxlen, EVENTLIST_1st(_nc_eventlist * evl)) argument
218 wgetnstr(WINDOW *win, char *str, int maxlen) argument
[all...]
H A Dlib_insnstr.c51 const unsigned char *str = (const unsigned char *) s; local
56 if (win != 0 && str != 0) {
59 for (cp = str; *cp && (n <= 0 || (cp - str) < n); cp++) {
/macosx-10.10/ntp-92/libopts/
H A Dvalue-type.h24 find_value_type_id(char const * str, unsigned int len);
H A Dxat-attribute.h21 find_xat_attribute_id(char const * str, unsigned int len);
/macosx-10.10/ntp-92/sntp/libopts/
H A Dvalue-type.h24 find_value_type_id(char const * str, unsigned int len);
H A Dxat-attribute.h21 find_xat_attribute_id(char const * str, unsigned int len);
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Lib/objc/
H A D_gnustep.py8 if isinstance(s, str):
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Lib/objc/
H A D_gnustep.py8 if isinstance(s, str):
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Lib/objc/
H A D_gnustep.py8 if isinstance(s, str):
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/PyObjCTest/
H A Dtest_nsclassdescription.py8 unicode = str
H A Dtest_nscredentialstorage.py7 unicode = str
H A Dtest_nstextalternatives.py8 unicode = str
H A Dtest_nsurlcredentialstorage.py7 unicode = str
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-CoreLocation-2.5.1/PyObjCTest/
H A Dtest_clheading.py8 unicode = str
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Quartz-2.5.1/PyObjCTest/
H A Dtest_qccompositionpickerpanel.py8 unicode = str
H A Dtest_qccompositionrepository.py8 unicode = str
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-WebKit-2.5.1/PyObjCTest/
H A Dtest_domeventexception.py8 unicode = str
H A Dtest_webarchive.py8 unicode = str
H A Dtest_webhistoryitem.py8 unicode = str
/macosx-10.10/remote_cmds-47/telnetd.tproj/
H A Dvasprintf.c40 vasprintf(str, fmt, ap)
41 char **str;
52 *str = NULL;
64 *str = (char *)f._bf._base;
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/blt/
H A Dwin_printer.rb52 def write(str)
53 tk_call('::blt::print', 'write', @printer_id, str)
56 def write_with_title(title, str)
57 tk_call('::blt::print', 'write', @printer_id, title, str)
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dkasl.h46 int escape_str(char *str, int len, int buflen);

Completed in 224 milliseconds

<<31323334353637383940>>