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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/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)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/popt/
H A Dsystem.h70 #define xstrdup(_str) (strcpy((malloc(strlen(_str)+1) ? : vmefail()), (_str)))
72 #define xstrdup(_str) strdup(_str)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/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)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/popt/
H A Dsystem.h70 #define xstrdup(_str) (strcpy((malloc(strlen(_str)+1) ? : vmefail()), (_str)))
72 #define xstrdup(_str) strdup(_str)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/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)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/popt/
H A Dsystem.h70 #define xstrdup(_str) (strcpy((malloc(strlen(_str)+1) ? : vmefail()), (_str)))
72 #define xstrdup(_str) strdup(_str)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/dream/qdsp5/
H A Devlog.h24 #define DECLARE_LOG(_name, _size, _str) \
28 .strings = _str, \
29 .num_strings = ARRAY_SIZE(_str), \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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), \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ebtables/include/
H A Debtables_u.h354 #define FILL_TARGET(_str, _pos) ({ \
357 if (!strcmp(_str, ebt_standard_targets[_i])) {\
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ebtables/include/
H A Debtables_u.h354 #define FILL_TARGET(_str, _pos) ({ \
357 if (!strcmp(_str, ebt_standard_targets[_i])) {\
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ebtables/include/
H A Debtables_u.h354 #define FILL_TARGET(_str, _pos) ({ \
357 if (!strcmp(_str, ebt_standard_targets[_i])) {\
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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"); \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/mac80211/
H A Ddebugfs_sta.c210 #define PRINT_HT_CAP(_cond, _str) \
213 p += scnprintf(p, sizeof(buf)+buf-p, "\t" _str "\n"); \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/dvb/frontends/
H A Dtda10086.c585 u8 _str; local
589 _str = 0xff - tda10086_read_byte(state, 0x43);
590 *signal = (_str << 8) | _str;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openpam/include/security/
H A Dopenpam.h175 openpam_straddch(char **_str,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openpam/include/security/
H A Dopenpam.h175 openpam_straddch(char **_str,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openpam/include/security/
H A Dopenpam.h175 openpam_straddch(char **_str,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/aacraid/
H A Dlinit.c65 #define _str(x) #x macro
66 #define str(x) _str(x)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/aacraid/
H A Dlinit.c65 #define _str(x) #x macro
66 #define str(x) _str(x)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/block/drbd/
H A Ddrbd_main.c637 drbd_##A##_str(os.A), \
638 drbd_##A##_str(ns.A)); \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/block/drbd/
H A Ddrbd_main.c637 drbd_##A##_str(os.A), \
638 drbd_##A##_str(ns.A)); \

Completed in 275 milliseconds