Searched refs:ls (Results 1 - 25 of 100) sorted by relevance

1234

/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/ext2fs/
H A Dunlink.c39 struct link_struct *ls = (struct link_struct *) priv_data; local
42 prev = ls->prev;
43 ls->prev = dirent;
45 if (ls->name) {
46 if ((dirent->name_len & 0xFF) != ls->namelen)
48 if (strncmp(ls->name, dirent->name, dirent->name_len & 0xFF))
51 if (ls->inode) {
52 if (dirent->inode != ls->inode)
63 ls->done++;
75 struct link_struct ls; local
[all...]
H A Dlookup.c37 struct lookup_struct *ls = (struct lookup_struct *) priv_data; local
39 if (ls->len != (dirent->name_len & 0xFF))
41 if (strncmp(ls->name, dirent->name, (dirent->name_len & 0xFF)))
43 *ls->inode = dirent->inode;
44 ls->found++;
53 struct lookup_struct ls; local
57 ls.name = name;
58 ls.len = namelen;
59 ls.inode = inode;
60 ls
[all...]
H A Dlink.c36 struct link_struct *ls = (struct link_struct *) priv_data; local
41 rec_len = EXT2_DIR_REC_LEN(ls->namelen);
80 dirent->inode = ls->inode;
81 dirent->name_len = ls->namelen;
82 strncpy(dirent->name, ls->name, ls->namelen);
83 if (ls->sb->s_feature_incompat & EXT2_FEATURE_INCOMPAT_FILETYPE)
84 dirent->name_len |= (ls->flags & 0x7) << 8;
86 ls->done++;
101 struct link_struct ls; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/debugfs/
H A Dls.c2 * ls.c --- list directories
60 struct list_dir_struct *ls = (struct list_dir_struct *) private; variable in typeref:struct:list_dir_struct
75 if (ls->options & LONG_OPT) {
89 fprintf(ls->f, "%c%6u%c %6o (%d) %5d %5d ", lbr, ino, rbr,
93 fprintf(ls->f, "%5d", inode.i_size);
95 fprintf(ls->f, "%5llu", inode.i_size |
97 fprintf (ls->f, " %s %s\n", datestr, name);
103 if (ls->col + thislen > 80) {
104 fprintf(ls->f, "\n");
105 ls
119 struct list_dir_struct ls; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/busybox/tests/
H A Dmv_tests.mk31 ls -l afile > ../mv_afile_newname.gnu; \
33 ls -l newname >> ../mv_afile_newname.gnu;
34 -ls -l mv_tests/afile;
42 ls -l afile > ../mv_afile_newname.bb; \
44 ls -l newname >> ../mv_afile_newname.bb;
45 -ls -l mv_tests/afile;
57 ls -l afile symlink > ../mv_symlink_newname.gnu; \
59 ls -l afile newname >> ../mv_symlink_newname.gnu;
60 -ls -l mv_tests/symlink;
69 ls
[all...]
H A Dln_tests.mk30 ls -l afile > ../ln_afile_newname.gnu; \
32 ls -l afile newname >> ../ln_afile_newname.gnu;
40 ls -l afile > ../ln_afile_newname.bb; \
42 ls -l afile newname >> ../ln_afile_newname.bb;
53 ls -l afile > ../ln_s_afile_newname.gnu; \
55 ls -l afile newname >> ../ln_s_afile_newname.gnu;
63 ls -l afile > ../ln_s_afile_newname.bb; \
65 ls -l afile newname >> ../ln_s_afile_newname.bb;
H A Dcp_tests.mk42 ls -l afile > ../cp_afile_afilecopy.gnu; \
44 ls -l afile afilecopy >> ../cp_afile_afilecopy.gnu;
52 ls -l afile > ../cp_afile_afilecopy.bb; \
54 ls -l afile afilecopy >> ../cp_afile_afilecopy.bb;
74 ls -lR . > ../cp_symlink.gnu; \
76 ls -lR . >> ../cp_symlink.gnu;
85 ls -lR . > ../cp_symlink.bb; \
87 ls -lR . >> ../cp_symlink.bb;
106 ls -lR . > ../cp_a_symlink.gnu; \
108 ls
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/lib/
H A Dmemset.c30 long *ls = s; local
51 : "=a" (ls), "=d" (temp), "=&d" (temp1)
52 : "d" (c), "0" (ls), "1" (temp)
54 s = ls;
/asus-wl-520gu-7.0.1.45/src/router/library/libiconv-1.8/libcharset/tools/
H A Dall-locales14 cd /usr/lib/locale && ls -1
17 cd /usr/share/locale && ls -1
/asus-wl-520gu-7.0.1.45/src/router/samba/packaging/Debian/debian/scripts/
H A Dunpatch-source6 # them, hence the 'ls|sort -r'.
7 for patch in `ls debian/patches/*.patch | sort -r`; do
/asus-wl-520gu-7.0.1.45/src/router/iproute2/examples/diffserv/
H A DEdge157 $TC qdisc ls dev $INDEV
59 $TC class ls dev $INDEV
61 $TC filter ls dev $INDEV parent 1:0
64 $TC qdisc ls $EGDEV
66 $TC class ls $EGDEV
68 $TC filter ls $EGDEV parent 1:0
H A DEdge273 $TC qdisc ls dev $INDEV
75 $TC class ls dev $INDEV
77 $TC filter ls dev $INDEV parent ffff:
80 $TC qdisc ls $EGDEV
82 $TC class ls $EGDEV
84 $TC filter ls $EGDEV parent 1:0
H A DEdge31-cb-chains118 $TC qdisc ls dev $INDEV
120 $TC class ls dev $INDEV
122 $TC filter ls dev $INDEV parent ffff:
125 $TC qdisc ls $EGDEV
127 $TC class ls $EGDEV
129 $TC filter ls $EGDEV parent 1:0
H A DEdge31-ca-u32156 $TC qdisc ls dev $INDEV
158 $TC class ls dev $INDEV
160 $TC filter ls dev $INDEV parent ffff:
163 $TC qdisc ls $EGDEV
165 $TC class ls $EGDEV
167 $TC filter ls $EGDEV parent 1:0
H A DEdge32-cb-chains130 $TC qdisc ls dev $INDEV
132 $TC class ls dev $INDEV
134 $TC filter ls dev $INDEV parent ffff:
137 $TC qdisc ls $EGDEV
139 $TC class ls $EGDEV
141 $TC filter ls $EGDEV parent 1:0
H A DEdge32-cb-u32131 $TC qdisc ls dev $INDEV
133 $TC class ls dev $INDEV
135 $TC filter ls dev $INDEV parent ffff:
138 $TC qdisc ls $EGDEV
140 $TC class ls $EGDEV
142 $TC filter ls $EGDEV parent 1:0
/asus-wl-520gu-7.0.1.45/src/router/iproute2/examples/
H A DSYN-DoS.rate.limit42 $TC qdisc ls dev $INDEV
44 $TC class ls dev $INDEV
46 $TC filter ls dev $INDEV parent ffff:
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dbusybox.sh13 # By running $RAW through "ls", we avoid listing
15 ls $RAW 2>/dev/null | tr '\n' ' '
/asus-wl-520gu-7.0.1.45/src/router/LPRng/UTILS/
H A Dmakeinc23 II=`ls ./*/$I 2>/dev/null`
24 if [ ! -n "$II" ]; then II=`ls ./$I 2>/dev/null`; fi;
H A Dmakeinc.in23 II=`ls ./*/$I 2>/dev/null`
24 if [ ! -n "$II" ]; then II=`ls ./$I 2>/dev/null`; fi;
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/tests/
H A Dtest_script.in16 TESTS=`ls -d $SRCDIR/[a-zA-Z]_* | $EGREP -v "\.failed|\.new"`
47 if [ -z "`ls $test_dir`" ]; then
69 num_ok=`ls *.ok 2>/dev/null | wc -l`
70 num_failed=`ls *.failed 2>/dev/null | wc -l`
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-m68k/
H A Dstring.h164 long *ls = s; local
168 *ls++ = c;
170 *ls++ = c;
172 *ls++ = c;
174 *ls++ = c;
176 *ls++ = c;
178 *ls++ = c;
180 *ls++ = c;
182 *ls++ = c;
187 s = ls;
218 long *ls = s; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-m68k/
H A Dstring.h164 long *ls = s; local
168 *ls++ = c;
170 *ls++ = c;
172 *ls++ = c;
174 *ls++ = c;
176 *ls++ = c;
178 *ls++ = c;
180 *ls++ = c;
182 *ls++ = c;
187 s = ls;
218 long *ls = s; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/fpsp040/
H A Dsgetem.S96 movel LOCAL_LO(%a0),%d1 |load ls mant in d1
99 movel %d1,LOCAL_LO(%a0) |put ls mant back on stack
108 | ls mantissa part in d1
115 tstl %d1 |test if any bits set in ls mant
120 exg %d0,%d1 |shift ls mant to ms mant
121 bfffo %d0{#0:#32},%d3 |find first 1 in ls mant to d0
128 bfffo %d0{#0:#32},%d3 |find first 1 in ls mant to d0
130 movel %d1,%d6 |save ls mant in d6
131 lsll %d3,%d1 |shift ls mant by count
133 subl %d3,%d5 |sub 32 from shift for ls man
[all...]
/asus-wl-520gu-7.0.1.45/src/router/LPRng/DISTRIBUTIONS/RPM.RedHat/
H A DUNPACK11 f=`ls /usr/src/redhat/SOURCES/LPRng*z | tail -1`

Completed in 245 milliseconds

1234