Searched refs:el (Results 1 - 25 of 80) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dxgettext-elisp-28 tmpfiles="$tmpfiles xg-el-2.el"
9 cat <<\EOF > xg-el-2.el
19 tmpfiles="$tmpfiles xg-el-2.tmp.po xg-el-2.po"
22 -d xg-el-2.tmp xg-el-2.el
24 tr -d '\r' < xg-el
[all...]
H A Dxgettext-elisp-18 tmpfiles="$tmpfiles xg-el-1.el"
9 cat <<EOF > xg-el-1.el
21 tmpfiles="$tmpfiles xg-el-1.tmp.po xg-el-1.po"
24 -d xg-el-1.tmp xg-el-1.el
26 tr -d '\r' < xg-el
[all...]
H A Dformat-elisp-18 tmpfiles="$tmpfiles f-el-1.data"
9 cat <<\EOF > f-el-1.data
105 tmpfiles="$tmpfiles f-el-1-$n.in f-el-1-$n.po"
106 cat <<EOF > f-el-1-$n.in
109 ${XGETTEXT} -L EmacsLisp -o f-el-1-$n.po f-el-1-$n.in || exit 1
110 test -f f-el-1-$n.po || exit 1
113 if grep elisp-format f-el-1-$n.po > /dev/null; then
119 if grep elisp-format f-el
[all...]
H A Dformat-elisp-28 tmpfiles="$tmpfiles f-el-2.data"
9 cat <<\EOF > f-el-2.data
264 tmpfiles="$tmpfiles f-el-2-$n.po f-el-2-$n.mo"
265 cat <<EOF > f-el-2-$n.po
272 if ${MSGFMT} --check-format -o f-el-2-$n.mo f-el-2-$n.po; then
278 ${MSGFMT} --check-format -o f-el-2-$n.mo f-el-2-$n.po 2> /dev/null
287 cat f-el
[all...]
H A Dlang-elisp8 tmpfiles="$tmpfiles prog.el"
9 cat <<\EOF > prog.el
21 ${XGETTEXT} -o prog.tmp --omit-header --no-location prog.el
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Delisp-comp40 This script byte-compiles all `.el' files listed as FILES using GNU
42 so disregarding the original directories used in `.el' arguments.
76 $EMACS -batch -q -l script -f batch-byte-compile *.el || exit $?
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/misc/
H A DMakefile.am47 lisp_LISP = start-po.el po-mode.el po-compat.el
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dicount.c159 struct ext2_icount_el *el; local
189 el = &icount->list[pos];
190 el->count = 0;
191 el->ino = ino;
192 return el;
283 struct ext2_icount_el *el; local
299 el = get_icount_el(icount, ino, 0);
300 if (!el) {
304 *ret = el->count;
311 struct ext2_icount_el *el; local
376 struct ext2_icount_el *el; local
419 struct ext2_icount_el *el; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dcore_lca.c395 union el_lca el;
397 el.c = (struct el_common *) la_ptr;
402 vector, get_irq_regs()->pc, (unsigned int) el.c->code);
411 switch ((unsigned int) el.c->code) {
429 switch (el.c->size) {
433 reason, el.c->retry ? ", retryable" : "",
434 el.s->dc_stat);
435 if (el.s->esr & ESR_EAV) {
436 mem_error(el.s->esr, el
393 union el_lca el; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bftpd-1.6.6/debian/
H A Demacsen-install.ex21 FLAGS="${SITEFLAG} -q -batch -l path.el -f batch-byte-compile"
35 FILES=`echo *.el`
39 cat << EOF > path.el
43 rm -f *.el path.el
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Dalloc.c63 struct ocfs2_extent_list *el; member in struct:ocfs2_path_item
74 #define path_root_el(_path) ((_path)->p_node[0].el)
76 #define path_leaf_el(_path) ((_path)->p_node[(_path)->p_tree_depth].el)
97 node->el = NULL;
133 dest->p_node[i].el = src->p_node[i].el;
136 src->p_node[i].el = NULL;
159 path->p_node[index].el = &eb->h_list;
186 struct ocfs2_extent_list *el = &di->id2.i_list; local
188 return ocfs2_new_path(di_bh, el);
296 struct ocfs2_extent_list *el; local
438 ocfs2_sum_rightmost_rec(struct ocfs2_extent_list *el) argument
474 struct ocfs2_extent_list *el; local
757 struct ocfs2_extent_list *el; local
843 ocfs2_shift_records_right(struct ocfs2_extent_list *el) argument
858 ocfs2_rotate_leaf(struct ocfs2_extent_list *el, struct ocfs2_extent_rec *insert_rec) argument
944 ocfs2_create_empty_extent(struct ocfs2_extent_list *el) argument
1028 struct ocfs2_extent_list *el; local
1150 struct ocfs2_extent_list *el = &eb->h_list; local
1279 struct ocfs2_extent_list *el, *left_el, *right_el; local
1470 struct ocfs2_extent_list *el; local
1730 ocfs2_insert_at_leaf(struct ocfs2_extent_rec *insert_rec, struct ocfs2_extent_list *el, struct ocfs2_insert_type *insert, struct inode *inode) argument
1825 struct ocfs2_extent_list *el; local
1951 struct ocfs2_extent_list *el; local
2017 struct ocfs2_extent_list *el; local
2099 ocfs2_figure_contig_type(struct inode *inode, struct ocfs2_insert_type *insert, struct ocfs2_extent_list *el, struct ocfs2_extent_rec *insert_rec) argument
2130 ocfs2_figure_appending_type(struct ocfs2_insert_type *insert, struct ocfs2_extent_list *el, struct ocfs2_extent_rec *insert_rec) argument
2186 struct ocfs2_extent_list *el; local
2947 struct ocfs2_extent_list *el; local
3047 struct ocfs2_extent_list *el; local
3259 struct ocfs2_extent_list *el; local
3601 struct ocfs2_extent_list *el; local
3764 struct ocfs2_extent_list *el; local
[all...]
H A Dextent_map.c290 * Return the 1st index within el which contains an extent start
293 static int ocfs2_search_for_hole_index(struct ocfs2_extent_list *el, argument
299 for(i = 0; i < le16_to_cpu(el->l_next_free_rec); i++) {
300 rec = &el->l_recs[i];
316 * If we have in-inode extents, then el points to the dinode list and
318 * containing el.
321 struct ocfs2_extent_list *el,
330 i = ocfs2_search_for_hole_index(el, v_cluster);
332 if (i == le16_to_cpu(el->l_next_free_rec) && eb_bh) {
357 el
320 ocfs2_figure_hole_clusters(struct inode *inode, struct ocfs2_extent_list *el, struct buffer_head *eb_bh, u32 v_cluster, u32 *num_clusters) argument
386 ocfs2_search_extent_list(struct ocfs2_extent_list *el, u32 v_cluster) argument
421 struct ocfs2_extent_list *el; local
[all...]
H A Dalloc.h91 static inline unsigned int ocfs2_rec_clusters(struct ocfs2_extent_list *el, argument
101 if (el->l_tree_depth)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/
H A Dacl.c88 struct gfs2_ea_location *el, char **data, unsigned int *len)
107 if (!el)
108 el = &el_this;
110 error = gfs2_ea_find(ip, &er, el);
113 if (!el->el_ea)
115 if (!GFS2_EA_DATA_LEN(el->el_ea))
118 er.er_data_len = GFS2_EA_DATA_LEN(el->el_ea);
124 error = gfs2_ea_get_copy(ip, el, er.er_data);
142 if (error || el == &el_this)
143 brelse(el
87 acl_get(struct gfs2_inode *ip, int access, struct posix_acl **acl, struct gfs2_ea_location *el, char **data, unsigned int *len) argument
264 struct gfs2_ea_location el; local
[all...]
H A Deattr.c172 struct gfs2_ea_location *el = ef->ef_el; local
174 el->el_bh = bh;
175 el->el_ea = ea;
176 el->el_prev = prev;
185 struct gfs2_ea_location *el)
191 ef.ef_el = el;
193 memset(el, 0, sizeof(struct gfs2_ea_location));
495 int gfs2_ea_get_copy(struct gfs2_inode *ip, struct gfs2_ea_location *el, argument
498 if (GFS2_EA_IS_STUFFED(el->el_ea)) {
499 memcpy(data, GFS2_EA2DATA(el
184 gfs2_ea_find(struct gfs2_inode *ip, struct gfs2_ea_request *er, struct gfs2_ea_location *el) argument
515 struct gfs2_ea_location el; local
791 ea_set_remove_stuffed(struct gfs2_inode *ip, struct gfs2_ea_location *el) argument
1005 ea_set_i(struct gfs2_inode *ip, struct gfs2_ea_request *er, struct gfs2_ea_location *el) argument
1030 ea_set_remove_unstuffed(struct gfs2_inode *ip, struct gfs2_ea_location *el) argument
1044 struct gfs2_ea_location el; local
1110 ea_remove_stuffed(struct gfs2_inode *ip, struct gfs2_ea_location *el) argument
1149 struct gfs2_ea_location el; local
1267 gfs2_ea_acl_chmod(struct gfs2_inode *ip, struct gfs2_ea_location *el, struct iattr *attr, char *data) argument
[all...]
H A Deattr.h79 struct gfs2_ea_location *el);
81 struct gfs2_ea_location *el,
83 int gfs2_ea_acl_chmod(struct gfs2_inode *ip, struct gfs2_ea_location *el,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/expat-2.0.1/examples/
H A Doutline.c49 start(void *data, const char *el, const char **attr) argument
56 printf("%s", el);
67 end(void *data, const char *el) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Dlspdata.c90 int el=v->elements;
92 for(i=0;i<el;i++){
110 int el=v->elements; local
112 for(i=0;i<el;i++){
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/
H A DMakefile.am11 cp -p $(srcdir)/tools/*.el $(distdir)/tools
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dregressions.py75 el = len(exp)
76 if el != rl:
77 print 'Length of expected is %d, result is %d' % (el, rl)
79 for i in range(min(el, rl)):
83 if el > rl:
84 for i in range(rl, el):
87 elif rl > el:
88 for i in range (el, rl):
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/engine/
H A Dhw_sureware.c637 static EVP_PKEY* sureware_load_public(ENGINE *e,const char *key_id,char *hptr,unsigned long el,char keytype) argument
665 bn_expand2(rsatmp->e, el/sizeof(BN_ULONG));
666 bn_expand2(rsatmp->n, el/sizeof(BN_ULONG));
667 if (!rsatmp->e || rsatmp->e->dmax!=(int)(el/sizeof(BN_ULONG))||
668 !rsatmp->n || rsatmp->n->dmax!=(int)(el/sizeof(BN_ULONG)))
670 ret=p_surewarehk_Load_Rsa_Pubkey(msg,key_id,el,
680 rsatmp->e->top=el/sizeof(BN_ULONG);
682 rsatmp->n->top=el/sizeof(BN_ULONG);
702 bn_expand2(dsatmp->pub_key, el/sizeof(BN_ULONG));
703 bn_expand2(dsatmp->p, el/sizeo
764 unsigned long el=0; local
792 unsigned long el=0; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/engines/
H A De_sureware.c652 static EVP_PKEY* sureware_load_public(ENGINE *e,const char *key_id,char *hptr,unsigned long el,char keytype) argument
680 bn_expand2(rsatmp->e, el/sizeof(BN_ULONG));
681 bn_expand2(rsatmp->n, el/sizeof(BN_ULONG));
682 if (!rsatmp->e || rsatmp->e->dmax!=(int)(el/sizeof(BN_ULONG))||
683 !rsatmp->n || rsatmp->n->dmax!=(int)(el/sizeof(BN_ULONG)))
685 ret=p_surewarehk_Load_Rsa_Pubkey(msg,key_id,el,
695 rsatmp->e->top=el/sizeof(BN_ULONG);
697 rsatmp->n->top=el/sizeof(BN_ULONG);
717 bn_expand2(dsatmp->pub_key, el/sizeof(BN_ULONG));
718 bn_expand2(dsatmp->p, el/sizeo
779 unsigned long el=0; local
807 unsigned long el=0; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-daemon/
H A Dstatic-services.c318 static void XMLCALL xml_start(void *data, const char *el, const char *attr[]) { argument
326 if (u->current_tag == XML_TAG_INVALID && strcmp(el, "service-group") == 0) {
332 } else if (u->current_tag == XML_TAG_SERVICE_GROUP && strcmp(el, "name") == 0) {
345 } else if (u->current_tag == XML_TAG_SERVICE_GROUP && strcmp(el, "service") == 0) {
375 } else if (u->current_tag == XML_TAG_SERVICE && strcmp(el, "type") == 0) {
380 } else if (u->current_tag == XML_TAG_SERVICE && strcmp(el, "subtype") == 0) {
385 } else if (u->current_tag == XML_TAG_SERVICE && strcmp(el, "domain-name") == 0) {
390 } else if (u->current_tag == XML_TAG_SERVICE && strcmp(el, "host-name") == 0) {
395 } else if (u->current_tag == XML_TAG_SERVICE && strcmp(el, "port") == 0) {
400 } else if (u->current_tag == XML_TAG_SERVICE && strcmp(el, "tx
418 xml_end(void *data, AVAHI_GCC_UNUSED const char *el) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/reed_solomon/
H A Ddecode_rs.c20 int deg_lambda, el, deg_omega; variable
124 el = no_eras;
152 if (2 * el <= r + no_eras - 1) {
153 el = r + no_eras - el;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/sym53c8xx_2/
H A Dsym_misc.h130 #define sym_remque(el) __sym_que_del((el)->blink, (el)->flink)

Completed in 284 milliseconds

1234