Searched refs:tr (Results 176 - 200 of 870) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dxgettext-perl-321 | sed '/\"POT-Creation-Date:.*/d' | tr -d '\r' > xg-pl-3.po
H A Dxgettext-perl-526 tr -d '\r' < xg-pl-5.tmp.po > xg-pl-5.po
H A Dxgettext-perl-725 tr -d '\r' < xg-pl-7.tmp.po > xg-pl-7.po
H A Dxgettext-php-323 tr -d '\r' < xg-ph-3.tmp.po > xg-ph-3.po
H A Dxgettext-python-357 grep -v 'POT-Creation-Date' < xg-py-3a.tmp | tr -d '\r' > xg-py-3a.pot
69 grep -v 'POT-Creation-Date' < xg-py-3b.tmp | tr -d '\r' > xg-py-3b.pot
81 grep -v 'POT-Creation-Date' < xg-py-3c.tmp | tr -d '\r' > xg-py-3c.pot
101 grep -v 'POT-Creation-Date' < xg-py-3d.tmp | tr -d '\r' > xg-py-3d.pot
H A Dxgettext-python-423 tr -d '\r' < xg-py-3.tmp.po > xg-py-3.po
H A Dxgettext-scheme-324 tr -d '\r' < xg-sc-3.tmp.po > xg-sc-3.po
H A Dxgettext-sh-226 tr -d '\r' < xg-sh-2.tmp.po > xg-sh-2.po
H A Dxgettext-sh-317 tr -d '\r' < xg-sh-3.tmp.po > xg-sh-3.po
H A Dxgettext-sh-619 tr -d '\r' < xg-sh-6.tmp.po > xg-sh-6.po
H A Dxgettext-smalltalk-223 tr -d '\r' < xg-st-2.tmp.po > xg-st-2.po
H A Dxgettext-tcl-226 tr -d '\r' < xg-t-2.tmp.po > xg-t-2.po
H A Dxgettext-tcl-320 tr -d '\r' < xg-t-3.tmp.po > xg-t-3.po
H A Dxgettext-ycp-118 tr -d '\r' < xg-y-1.tmp.po > xg-y-1.po
H A Dxgettext-ycp-320 tr -d '\r' < xg-y-3.tmp.po > xg-y-3.po
H A Dxgettext-ycp-421 tr -d '\r' < xg-y-4.tmp.po > xg-y-4.po
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/gtk/
H A Dmain.c53 #include "tr-core.h"
54 #include "tr-icon.h"
55 #include "tr-prefs.h"
56 #include "tr-window.h"
1071 tr_session * tr = gtr_core_session( cbdata->core ); local
1075 tr_sessionSetEncryption( tr, gtr_pref_int_get( key ) );
1079 tr_sessionSetDownloadDir( tr, gtr_pref_string_get( key ) );
1087 tr_sessionSetPeerPort( tr, gtr_pref_int_get( key ) );
1091 tr_blocklistSetEnabled( tr, gtr_pref_flag_get( key ) );
1095 tr_blocklistSetURL( tr, gtr_pref_string_ge
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/metaflac/
H A Doperations_shorthand_cuesheet.c161 const FLAC__StreamMetadata_CueSheet_Track *tr = cs->tracks+track; local
162 for(index = 0; index < tr->num_indices; index++) {
164 sprintf(spec, "%I64u;", tr->offset + tr->indices[index].offset);
166 sprintf(spec, "%llu;", (unsigned long long)(tr->offset + tr->indices[index].offset));
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Dproposal.c162 struct satrns *tr; local
164 for (tr = pr->head; tr && tr->next; tr = tr->next)
166 if (tr == NULL)
169 tr->next = new;
795 struct satrns *tr; local
810 for (tr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/trace/
H A Dtrace.c618 __update_max_tr(struct trace_array *tr, struct task_struct *tsk, int cpu) argument
620 struct trace_array_cpu *data = tr->data[cpu];
644 * @tr: tracer
648 * Flip the buffers between the @tr and the max_tr and record information
652 update_max_tr(struct trace_array *tr, struct task_struct *tsk, int cpu) argument
654 struct ring_buffer *buf = tr->buffer;
666 tr->buffer = max_tr.buffer;
669 __update_max_tr(tr, tsk, cpu);
675 * @tr - tracer
679 * Flip the trace of a single CPU buffer between the @tr an
682 update_max_tr_single(struct trace_array *tr, struct task_struct *tsk, int cpu) argument
772 struct trace_array *tr = &global_trace; local
861 tracing_reset(struct trace_array *tr, int cpu) argument
874 tracing_reset_online_cpus(struct trace_array *tr) argument
1195 trace_function(struct trace_array *tr, unsigned long ip, unsigned long parent_ip, unsigned long flags, int pc) argument
1221 ftrace(struct trace_array *tr, struct trace_array_cpu *data, unsigned long ip, unsigned long parent_ip, unsigned long flags, int pc) argument
1265 __trace_stack(struct trace_array *tr, unsigned long flags, int skip, int pc) argument
1325 __trace_userstack(struct trace_array *tr, unsigned long flags) argument
1346 struct trace_array *tr = &global_trace; local
1405 trace_array_printk(struct trace_array *tr, unsigned long ip, const char *fmt, ...) argument
1420 trace_array_vprintk(struct trace_array *tr, unsigned long ip, const char *fmt, va_list args) argument
1631 struct trace_array *tr = iter->tr; local
1753 struct trace_array *tr = iter->tr; local
2676 struct trace_array *tr = filp->private_data; local
2733 tracer_init(struct tracer *t, struct trace_array *tr) argument
2825 struct trace_array *tr = &global_trace; local
3377 struct trace_array *tr = filp->private_data; local
3619 struct trace_array *tr; member in struct:ftrace_buffer_info
3884 struct trace_array *tr = &global_trace; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A Dkallsyms.c85 struct text_range *tr; local
88 tr = &text_ranges[i];
90 if (strcmp(sym, tr->stext) == 0) {
91 tr->start = addr;
93 } else if (strcmp(sym, tr->etext) == 0) {
94 tr->end = addr;
167 struct text_range *tr; local
170 tr = &text_ranges[i];
172 if (s->addr >= tr->start && s->addr <= tr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Doptions.cc71 tr( "Error Adding Torrent" ),
93 setWindowTitle( tr( "Open Torrent" ) );
104 QLabel * l = new QLabel( tr( "&Torrent file:" ) );
120 l = new QLabel( tr( "&Destination folder:" ) );
148 m->addItem( tr( "High" ), TR_PRI_HIGH );
149 m->addItem( tr( "Normal" ), TR_PRI_NORMAL );
150 m->addItem( tr( "Low" ), TR_PRI_LOW );
153 l = new QLabel( tr( "Torrent &priority:" ) );
160 p = myVerifyButton = new QPushButton( tr( "&Verify Local Data" ) );
165 c = myStartCheck = new QCheckBox( tr( "
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Ddesc.h87 #define load_tr(tr) asm volatile("ltr %0"::"m" (tr))
92 #define store_tr(tr) (tr = native_store_tr())
239 unsigned long tr; local
240 asm volatile("str %0":"=r" (tr));
241 return tr;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/
H A Ddepcomp157 tr ' ' '
198 tr ' ' '
201 tr '
206 tr ' ' '
452 tr ' ' '
507 sed '1,2d' "$tmpdepfile" | tr ' ' '
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/
H A Ddepcomp150 tr ' ' '
191 tr ' ' '
194 tr '
199 tr ' ' '
440 tr ' ' '
488 sed '1,2d' "$tmpdepfile" | tr ' ' '

Completed in 109 milliseconds

1234567891011>>