Searched refs:tmp_options (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/9p/
H A Dv9fs.c88 char *options, *tmp_options; local
106 tmp_options = kstrdup(opts, GFP_KERNEL);
107 if (!tmp_options) {
111 options = tmp_options;
211 kfree(tmp_options);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Dbufferevent_pair.c117 int tmp_options; local
120 tmp_options = options & ~BEV_OPT_THREADSAFE;
125 bufev2 = bufferevent_pair_elt_new(base, tmp_options);
H A Dbufferevent_filter.c169 int tmp_options = options & ~BEV_OPT_THREADSAFE; local
184 &bufferevent_ops_filter, tmp_options) < 0) {
H A Dbufferevent_openssl.c1290 int tmp_options = options & ~BEV_OPT_THREADSAFE; local
1301 &bufferevent_ops_openssl, tmp_options) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/9p/
H A Dtrans_rdma.c170 char *options, *tmp_options; local
181 tmp_options = kstrdup(params, GFP_KERNEL);
182 if (!tmp_options) {
187 options = tmp_options;
221 kfree(tmp_options);
H A Dtrans_fd.c718 char *options, *tmp_options; local
728 tmp_options = kstrdup(params, GFP_KERNEL);
729 if (!tmp_options) {
734 options = tmp_options;
766 kfree(tmp_options);
H A Dclient.c108 char *options, *tmp_options; local
120 tmp_options = kstrdup(opts, GFP_KERNEL);
121 if (!tmp_options) {
126 options = tmp_options;
171 kfree(tmp_options);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/
H A Dconfigure16897 tmp_options=""
16936 tmp_options="$flags_dbg_yes"
16941 tmp_options="$flags_dbg_off"
16945 CPPFLAGS="$tmp_CPPFLAGS $tmp_options"
16949 CFLAGS="$tmp_CFLAGS $tmp_options"
17064 { $as_echo "$as_me:${as_lineno-$LINENO}: compiler options added: $tmp_options" >&5
17065 $as_echo "$as_me: compiler options added: $tmp_options" >&6;}
17071 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: compiler options rejected: $tmp_options" >&5
17072 $as_echo "$as_me: WARNING: compiler options rejected: $tmp_options" >&2;}
17088 tmp_options
[all...]

Completed in 72 milliseconds