Searched refs:_str (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/popt/
H A Dsystem.h70 #define xstrdup(_str) (strcpy((malloc(strlen(_str)+1) ? : vmefail()), (_str)))
72 #define xstrdup(_str) strdup(_str)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/dream/qdsp5/
H A Devlog.h24 #define DECLARE_LOG(_name, _size, _str) \
28 .strings = _str, \
29 .num_strings = ARRAY_SIZE(_str), \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dwxstring.tex77 explicit \helpref{c\_str()}{wxstringcstr} method for the sake of clarity. Also
86 \helpref{c\_str}{wxstringcstr}\\
87 \helpref{mb\_str}{wxstringmbstr}\\
88 \helpref{wc\_str}{wxstringwcstr}\\
89 \helpref{fn\_str}{wxstringfnstr}\\
476 \helpref{wxMBConv classes}{mbconvclasses}, \helpref{mb\_str}{wxstringmbstr},
477 \helpref{wc\_str}{wxstringwcstr}
569 \membersection{wxString::c\_str}\label{wxstringcstr}
571 \constfunc{const wxChar *}{c\_str}{\void}
578 \helpref{char\_str}{wxstringcharst
[all...]
H A Dtunicode.tex166 mb\_str() function which always returns an ANSI
168 \helpref{c\_str()}{wxstringcstr} returns a pointer to the internal
170 useful, is wc\_str() function which always returns
H A Dtstring.tex85 {\it const char *}. It is advised that you use \helpref{c\_str()}{wxstringcstr}
115 \helpref{c\_str()}{wxstringcstr}: just replace this line with
H A Dtmbconv.tex127 Note: Since mb\_str() returns a temporary wxCharBuffer to hold the result
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Ddevice.h284 #define _CLASS_ATTR_STRING(_name, _mode, _str) \
285 { __ATTR(_name, _mode, show_class_attr_string, NULL), _str }
286 #define CLASS_ATTR_STRING(_name, _mode, _str) \
288 _CLASS_ATTR_STRING(_name, _mode, _str)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/
H A Ddebugfs_sta.c210 #define PRINT_HT_CAP(_cond, _str) \
213 p += scnprintf(p, sizeof(buf)+buf-p, "\t" _str "\n"); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/frontends/
H A Dtda10086.c585 u8 _str; local
589 _str = 0xff - tda10086_read_byte(state, 0x43);
590 *signal = (_str << 8) | _str;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aacraid/
H A Dlinit.c65 #define _str(x) #x macro
66 #define str(x) _str(x)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/drbd/
H A Ddrbd_main.c637 drbd_##A##_str(os.A), \
638 drbd_##A##_str(ns.A)); \

Completed in 99 milliseconds