Searched refs:ln (Results 1 - 25 of 1120) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/scripts/eventlog/
H A Dparselog.pl29 $ln = $le[4];
31 $outstr = sprintf "TMG: %d\nTMW: %d\nEID: 1000\nETP: INFO\nECT: 0\nRS2: 0\nCRN: 0\nUSL: 0\nSRC: Syslog\nSRN: $cname\nSTR: $ln\nDAT:\n\n",time(),time();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/script/
H A Dlinkmodules.sh9 ln -s $2 $I
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dpoint.sh7 ln -s "$1" "$2"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/util/
H A Dpoint.sh7 ln -s "$1" "$2"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/util/
H A Dpoint.sh7 ln -s "$1" "$2"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/service-type-database/
H A Dbuild-db.in36 for ln in file(infn, "r"):
37 ln = ln.strip(" \r\n\t")
39 if ln == "" or ln.startswith("#"):
42 t, n = ln.split(":", 1)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/service-type-database/
H A Dbuild-db.in36 for ln in file(infn, "r"):
37 ln = ln.strip(" \r\n\t")
39 if ln == "" or ln.startswith("#"):
42 t, n = ln.split(":", 1)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-canonicalize-lgpl.sh8 ln -s t-can-lgpl.tmp/ket ise \
14 && ln -s bef plo \
15 && ln -s tra huk \
16 && ln -s lum bef \
17 && ln -s wum ouk \
18 && ln -s ../ise ket \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/objects/
H A Dobj_lib.c69 char *ln=NULL; local
89 r->ln=r->sn=NULL;
90 if (o->ln != NULL)
92 i=strlen(o->ln)+1;
93 r->ln=ln=OPENSSL_malloc(i);
94 if (r->ln == NULL) goto err;
95 memcpy(ln,o->ln,i);
114 if (ln !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bftpd-1.6.6/debian/
H A Dpostinst27 cd /etc/rc0.d && ln -f -s ../init.d/bftpd K20bftpd
28 cd /etc/rc1.d && ln -f -s ../init.d/bftpd K20bftpd
29 cd /etc/rc2.d && ln -f -s ../init.d/bftpd S20bftpd
30 cd /etc/rc3.d && ln -f -s ../init.d/bftpd S20bftpd
31 cd /etc/rc4.d && ln -f -s ../init.d/bftpd S20bftpd
32 cd /etc/rc5.d && ln -f -s ../init.d/bftpd S20bftpd
33 cd /etc/rc6.d && ln -f -s ../init.d/bftpd K20bftpd
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dlog.c151 ln->malloced_line if it's non-NULL, and it also resets
152 ln->malloced_line and ln->content to NULL. */
157 struct log_ln *ln = log_lines + num;
158 if (ln->malloced_line)
160 xfree (ln->malloced_line);
161 ln->malloced_line = NULL;
163 ln->content = NULL;
182 struct log_ln *ln;
188 ln
155 struct log_ln *ln = log_lines + num; local
180 struct log_ln *ln; local
206 struct log_ln *ln = log_lines + log_line_current; local
609 struct log_ln *ln = log_lines + num; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/vlan/
H A Dvlan_test.pl30 my $ln = $_;
31 chomp($ln);
33 #print "LINE: -:$ln:-\n";
35 if ($ln =~ /Doing ip addr show for (\S+)/) {
39 elsif ($ln =~ /Doing ifconfig -a for (\S+)/) {
43 elsif ($ln =~ /^real (\S+)/) {
46 elsif ($ln =~ /^user (\S+)/) {
49 elsif ($ln =~ /^sys (\S+)/) {
60 #print "INFO: Didn't match anything -:$ln:-\n";
70 my $ln
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dlsp.h24 extern void vorbis_lsp_to_curve(float *curve,int *map,int n,int ln,
/netgear-R7000-V1.0.7.12_1.2.5/src/router/misc/
H A Drootprep.sh26 ln -sf tmp/var var
27 ln -sf tmp/media media
28 (cd $ROOTDIR/usr && ln -sf ../tmp)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/Example/
H A Dsetup.sh20 ln -sf /sbin/init.d/samba.init /sbin/rc0.d/K01samba
21 ln -sf /sbin/init.d/samba.init /sbin/rc2.d/K91samba
22 ln -sf /sbin/init.d/samba.init /sbin/rc3.d/S91samba
24 ln /sbin/init.d/samba.init /sbin/samba
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/examples/bootfloppy/
H A Dmkdevs.sh25 ln -s /proc/kcore core
44 ln -s ram1 ram
56 ln -s vcs0 vcs
62 ln -s vcsa0 vcsa
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/shlib/
H A Dsco5-shared-installed22 ln -s $INSTALLTOP/$sh_clib $clib.so
25 ln -s $INSTALLTOP/$sh_slib $slib.so
H A Dsvr5-shared-installed22 ln -s $INSTALLTOP/$sh_clib $clib.so
25 ln -s $INSTALLTOP/$sh_slib $slib.so
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/shlib/
H A Dsco5-shared-installed22 ln -s $INSTALLTOP/$sh_clib $clib.so
25 ln -s $INSTALLTOP/$sh_slib $slib.so
H A Dsvr5-shared-installed22 ln -s $INSTALLTOP/$sh_clib $clib.so
25 ln -s $INSTALLTOP/$sh_slib $slib.so

Completed in 270 milliseconds

1234567891011>>