Searched refs:ln (Results 26 - 50 of 1253) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/others/
H A Drootprep_arm.sh12 ln -sf tmp/opt opt
16 ln -sf tmp/var var
17 ln -sf tmp/media media
18 (cd $ROOTDIR/usr && ln -sf ../tmp)
22 ln -sf tmp/etc etc
30 ln -sf /tmp/share usr/share
31 ln -sf /tmp/share usr/local/share
33 ln -sf tmp/mnt mnt
34 ln -sf tmp/home home
35 ln
[all...]
H A Drootprep.sh14 ln -sf tmp/opt opt
19 ln -sf /tmp/share usr/share
20 ln -sf /tmp/share usr/local/share
22 ln -sf tmp/mnt mnt
23 ln -sf tmp/var var
24 ln -sf tmp/etc etc
25 ln -sf tmp/home home
26 ln -sf tmp/home/root root
27 (cd usr && ln -sf ../tmp)
30 ln
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/others/
H A Drootprep_arm.sh12 ln -sf tmp/opt opt
16 ln -sf tmp/var var
17 ln -sf tmp/media media
18 (cd $ROOTDIR/usr && ln -sf ../tmp)
22 ln -sf tmp/etc etc
30 ln -sf /tmp/share usr/share
31 ln -sf /tmp/share usr/local/share
33 ln -sf tmp/mnt mnt
34 ln -sf tmp/home home
35 ln
[all...]
H A Drootprep.sh14 ln -sf tmp/opt opt
19 ln -sf /tmp/share usr/share
20 ln -sf /tmp/share usr/local/share
22 ln -sf tmp/mnt mnt
23 ln -sf tmp/var var
24 ln -sf tmp/etc etc
25 ln -sf tmp/home home
26 ln -sf tmp/home/root root
27 (cd usr && ln -sf ../tmp)
30 ln
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/others/
H A Drootprep.sh14 ln -sf tmp/opt opt
19 ln -sf /tmp/share usr/share
20 ln -sf /tmp/share usr/local/share
22 ln -sf tmp/mnt mnt
23 ln -sf tmp/var var
24 ln -sf tmp/etc etc
25 ln -sf tmp/home home
26 ln -sf tmp/home/root root
27 (cd usr && ln -sf ../tmp)
30 ln
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/asn1/
H A Dasn_moid.c115 char *ln, *ostr, *p, *lntmp; local
119 ln = name;
124 ln = NULL;
131 nid = OBJ_create(ostr, name, ln);
138 ln = value;
139 while(isspace((unsigned char)*ln)) ln++;
143 if (p == ln)
148 lntmp = OPENSSL_malloc((p - ln) + 1);
151 memcpy(lntmp, ln,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/asn1/
H A Dasn_moid.c113 char *ln, *ostr, *p, *lntmp; local
116 ln = name;
119 ln = NULL;
127 nid = OBJ_create(ostr, name, ln);
133 ln = value;
134 while (isspace((unsigned char)*ln))
135 ln++;
138 if (p == ln)
143 lntmp = OPENSSL_malloc((p - ln) + 1);
146 memcpy(lntmp, ln,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/asn1/
H A Dasn_moid.c115 char *ln, *ostr, *p, *lntmp; local
119 ln = name;
124 ln = NULL;
131 nid = OBJ_create(ostr, name, ln);
138 ln = value;
139 while(isspace((unsigned char)*ln)) ln++;
143 if (p == ln)
148 lntmp = OPENSSL_malloc((p - ln) + 1);
151 memcpy(lntmp, ln,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/asn1/
H A Dasn_moid.c113 char *ln, *ostr, *p, *lntmp; local
116 ln = name;
119 ln = NULL;
127 nid = OBJ_create(ostr, name, ln);
133 ln = value;
134 while (isspace((unsigned char)*ln))
135 ln++;
138 if (p == ln)
143 lntmp = OPENSSL_malloc((p - ln) + 1);
146 memcpy(lntmp, ln,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/asn1/
H A Dasn_moid.c115 char *ln, *ostr, *p, *lntmp; local
119 ln = name;
124 ln = NULL;
131 nid = OBJ_create(ostr, name, ln);
138 ln = value;
139 while(isspace((unsigned char)*ln)) ln++;
143 if (p == ln)
148 lntmp = OPENSSL_malloc((p - ln) + 1);
151 memcpy(lntmp, ln,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/asn1/
H A Dasn_moid.c113 char *ln, *ostr, *p, *lntmp; local
116 ln = name;
119 ln = NULL;
127 nid = OBJ_create(ostr, name, ln);
133 ln = value;
134 while (isspace((unsigned char)*ln))
135 ln++;
138 if (p == ln)
143 lntmp = OPENSSL_malloc((p - ln) + 1);
146 memcpy(lntmp, ln,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/objects/
H A Dobj_lib.c69 char *ln = NULL, *sn = NULL; local
92 r->ln = r->sn = NULL;
93 if (o->ln != NULL) {
94 i = strlen(o->ln) + 1;
95 ln = OPENSSL_malloc(i);
96 if (ln == NULL)
98 memcpy(ln, o->ln, i);
99 r->ln = ln;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/objects/
H A Dobj_lib.c69 char *ln=NULL,*sn=NULL; local
92 r->ln=r->sn=NULL;
93 if (o->ln != NULL)
95 i=strlen(o->ln)+1;
96 ln=OPENSSL_malloc(i);
97 if (ln == NULL) goto err;
98 memcpy(ln,o->ln,i);
99 r->ln=ln;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/objects/
H A Dobj_lib.c69 char *ln = NULL, *sn = NULL; local
92 r->ln = r->sn = NULL;
93 if (o->ln != NULL) {
94 i = strlen(o->ln) + 1;
95 ln = OPENSSL_malloc(i);
96 if (ln == NULL)
98 memcpy(ln, o->ln, i);
99 r->ln = ln;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/objects/
H A Dobj_lib.c69 char *ln=NULL,*sn=NULL; local
92 r->ln=r->sn=NULL;
93 if (o->ln != NULL)
95 i=strlen(o->ln)+1;
96 ln=OPENSSL_malloc(i);
97 if (ln == NULL) goto err;
98 memcpy(ln,o->ln,i);
99 r->ln=ln;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/objects/
H A Dobj_lib.c69 char *ln = NULL, *sn = NULL; local
92 r->ln = r->sn = NULL;
93 if (o->ln != NULL) {
94 i = strlen(o->ln) + 1;
95 ln = OPENSSL_malloc(i);
96 if (ln == NULL)
98 memcpy(ln, o->ln, i);
99 r->ln = ln;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/objects/
H A Dobj_lib.c69 char *ln=NULL,*sn=NULL; local
92 r->ln=r->sn=NULL;
93 if (o->ln != NULL)
95 i=strlen(o->ln)+1;
96 ln=OPENSSL_malloc(i);
97 if (ln == NULL) goto err;
98 memcpy(ln,o->ln,i);
99 r->ln=ln;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/script/
H A Dfind_unused_macros.pl18 my $ln = 0;
20 $ln++;
24 $defined{$1} = "$tmp:$ln";
30 if($cur ne $1) { $used{$1} = "$tmp:$ln"; }
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/script/
H A Dfind_unused_macros.pl18 my $ln = 0;
20 $ln++;
24 $defined{$1} = "$tmp:$ln";
30 if($cur ne $1) { $used{$1} = "$tmp:$ln"; }
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/script/
H A Dfind_unused_macros.pl18 my $ln = 0;
20 $ln++;
24 $defined{$1} = "$tmp:$ln";
30 if($cur ne $1) { $used{$1} = "$tmp:$ln"; }
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/LPRng/
H A DLINK6 ln -s $DIR $PREFIX
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/LPRng/
H A DLINK6 ln -s $DIR $PREFIX
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/LPRng/
H A DLINK6 ln -s $DIR $PREFIX
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/rom/apps_scripts/
H A Dapp_base_link.sh57 ln -sf $APPS_INSTALL_PATH $APP_LINK_DIR
77 ln -sf $APPS_INSTALL_PATH/$obj $APP_LINK_DIR/$obj
90 ln -sf $APP_BIN/ipkg $APP_LINK_BIN/ipkg-opt
100 ln -sf $APP_BIN/$obj $APP_LINK_BIN/$obj
120 ln -sf $APP_LIB/$obj $APP_LINK_LIB/$obj
124 ln -sf $APP_LIB/libipkg.so.0.0.0 $APP_LINK_LIB/libipkg.so.0
125 ln -sf $APP_LIB/libipkg.so.0.0.0 $APP_LINK_LIB/libipkg.so
128 ln -sf $APP_LIB/ld-uClibc-${APP_UCLIBC_VERSION}.so $APP_LINK_LIB/ld-uClibc.so.0
129 ln -sf $APP_LIB/ld-uClibc-${APP_UCLIBC_VERSION}.so $APP_LINK_LIB/ld-uClibc.so
130 ln
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/rom/apps_scripts/
H A Dapp_base_link.sh57 ln -sf $APPS_INSTALL_PATH $APP_LINK_DIR
77 ln -sf $APPS_INSTALL_PATH/$obj $APP_LINK_DIR/$obj
90 ln -sf $APP_BIN/ipkg $APP_LINK_BIN/ipkg-opt
100 ln -sf $APP_BIN/$obj $APP_LINK_BIN/$obj
120 ln -sf $APP_LIB/$obj $APP_LINK_LIB/$obj
124 ln -sf $APP_LIB/libipkg.so.0.0.0 $APP_LINK_LIB/libipkg.so.0
125 ln -sf $APP_LIB/libipkg.so.0.0.0 $APP_LINK_LIB/libipkg.so
128 ln -sf $APP_LIB/ld-uClibc-${APP_UCLIBC_VERSION}.so $APP_LINK_LIB/ld-uClibc.so.0
129 ln -sf $APP_LIB/ld-uClibc-${APP_UCLIBC_VERSION}.so $APP_LINK_LIB/ld-uClibc.so
130 ln
[all...]

Completed in 505 milliseconds

1234567891011>>