Searched refs:ln (Results 126 - 150 of 425) sorted by relevance

1234567891011>>

/freebsd-current/crypto/openssl/crypto/objects/
H A Dobjects.pl92 if ($Cname ne "" && defined($ln{$module.$Cname}))
93 { die "objects.txt:$o:There's already an object with long name ",$ln{$module.$Cname}," on line ",$order{$module.$Cname},"\n"; }
108 if ($Cname ne "" && defined($ln{$module.$Cname}))
109 { die "objects.txt:$o:There's already an object with long name ",$ln{$module.$Cname}," on line ",$order{$module.$Cname},"\n"; }
117 $ln{$Cname} = $myln;
174 print expand("#define LN_$Cname\t\t\"$ln{$Cname}\"\n") if $ln{$Cname} ne "";
H A Dobjxref.pl36 my $ln = 1;
47 $xref_tbl{$xr} = [$p1, $p2, $ln];
/freebsd-current/tools/test/stress2/misc/
H A Dbeneath4.sh99 ln /tmp/beneath4.dir/a/f /tmp/beneath4.dir/a/c
100 ln -s /tmp/beneath4.dir/a/a /tmp/beneath4.dir/a/d
101 ln -s /tmp/beneath4.dir/a/b /tmp/beneath4.dir/a/e
H A Dexecpath.sh55 ln sleep d1/sleep
56 ln sleep d2/sleep
67 ln d1/execpath d2/execpath
/freebsd-current/lib/libfetch/
H A Dftp.c401 char *ln; local
423 for (ln = conn->buf + 4; *ln && isspace((unsigned char)*ln); ln++)
425 for (us->size = 0; *ln && isdigit((unsigned char)*ln); ln++)
426 us->size = us->size * 10 + *ln - '0';
427 if (*ln
664 char *ln, *p; local
[all...]
/freebsd-current/usr.sbin/chown/tests/
H A Dchown_test.sh45 atf_check ln -s B A/C
65 atf_check ln -s B A/C
85 atf_check ln -s B A/C
137 atf_check ln -s foo bar
185 atf_check ln -s bar mnt/barbaz
186 atf_check ln -s ../foo mnt/foobaz
/freebsd-current/usr.sbin/etcupdate/tests/
H A Dtests_test.sh111 ln -s "bar" $i/equal/equal/equal/link
120 ln -s "bar" $i/equal/first/first/link
130 ln -s "test" $TEST/equal/difftype/difftype/fromdir
135 ln -s "foo" $i/equal/difflinks/difflinks/link
137 ln -s "bar" $TEST/equal/difflinks/difflinks/link
152 ln -s "bar" $i/first/equal/second/link
165 ln -s "bar" $OLD/first/first/equal/link
183 ln -s "old link" $OLD/first/difflinks/second/link
184 ln -s "test link" $TEST/first/difflinks/second/link
201 ln
[all...]
/freebsd-current/contrib/bmake/
H A Dmeta.c362 StringListNode *ln; local
364 for (ln = gn->commands.first; ln != NULL; ln = ln->next)
365 if (is_submake(ln->datum, gn))
383 StringListNode *ln; local
385 for (ln = gn->commands.first; ln != NULL; ln
914 StringListNode *ln; local
1032 StringListNode *ln; local
1324 StringListNode *ln = missingFiles.first; local
[all...]
/freebsd-current/crypto/openssl/crypto/bn/
H A Dbn_mul.c181 BN_ULONG ln, lo, *p; local
300 ln = (lo + c1) & BN_MASK2;
301 *p = ln;
307 if (ln < (BN_ULONG)c1) {
311 ln = (lo + 1) & BN_MASK2;
312 *p = ln;
313 } while (ln == 0);
327 BN_ULONG ln, lo, *p; local
455 ln = (lo + c1) & BN_MASK2;
456 *p = ln;
[all...]
/freebsd-current/contrib/netbsd-tests/usr.sbin/mtree/
H A Dt_mtree.sh72 ln create/b/b.file.1 create/b/b.hardlink.1
74 ln create/b/b.file.2 create/a/a.hardlink.b2
76 ln -s a.file.1 create/a.symlink.1
78 ln -s b create/top.symlink.b
80 ln -s nonexistent create/top.dangling
296 ln -s newdir otherdir
432 ln -s foo testdir/bar
/freebsd-current/crypto/openssl/crypto/asn1/
H A Da_object.c321 OPENSSL_free((char *)ret->ln);
328 ret->ln = NULL;
367 OPENSSL_free((void*)a->ln);
369 a->sn = a->ln = NULL;
381 const char *sn, const char *ln)
386 o.ln = ln;
380 ASN1_OBJECT_create(int nid, unsigned char *data, int len, const char *sn, const char *ln) argument
/freebsd-current/contrib/unbound/validator/
H A Dval_nsec.c116 * @param ln: length of nm is returned.
120 nsec_get_next(struct ub_packed_rrset_key* nsec, uint8_t** nm, size_t* ln) argument
126 *ln = 0;
130 *ln = dname_valid(*nm, d->rr_len[0]-2);
131 if(!*ln) {
133 *ln = 0;
302 size_t ln; local
311 if(!nsec_get_next(nsec, &nm, &ln))
365 size_t ce_len = ln;
373 dname_remove_label(&nm, &ln);
[all...]
/freebsd-current/lib/libc/gen/
H A Dexec.c147 size_t cnt, lp, ln; local
170 ln = strlen(name);
199 if (lp + ln + 2 > sizeof(buf)) {
209 bcopy(name, buf + lp + 1, ln);
210 buf[lp + ln + 1] = '\0';
/freebsd-current/sys/contrib/openzfs/lib/libzfs/os/freebsd/
H A Dlibzfs_compat.c48 size_t cnt, lp, ln; local
71 ln = strlen(name);
100 if (lp + ln + 2 > sizeof (buf)) {
109 memcpy(buf + lp + 1, name, ln);
110 buf[lp + ln + 1] = '\0';
/freebsd-current/contrib/netbsd-tests/fs/tmpfs/
H A Dt_symlink.sh41 atf_check -s eq:0 -o empty -e empty ln -s a b
62 atf_check -s eq:0 -o empty -e empty ln -s /bin/cp cp
80 atf_check -s eq:0 -o empty -e empty ln -s d e
98 echo 'ln -s non-existent dir/a' | kqueue_monitor 1 dir
/freebsd-current/usr.sbin/manctl/
H A Dmanctl.sh171 ln ../$2 $fname
213 [12345678ln]*){
267 [12345678ln]*){
/freebsd-current/contrib/pjdfstest/tests/utimensat/
H A D05.t30 ln -s ${n0} ${n2}
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/idmap_mount/
H A Didmap_mount_002.ksh78 log_must $SETPRIV ln -s $IDMAPDIR/file1 $IDMAPDIR/file1_sym
81 log_must $SETPRIV ln $IDMAPDIR/file1 $IDMAPDIR/subdir/file1_hard
H A Didmap_mount_003.ksh102 log_must $NSENTER ln -s $IDMAPDIR/file1 $IDMAPDIR/file1_sym
105 log_must $NSENTER ln $IDMAPDIR/file1 $IDMAPDIR/subdir/file1_hard
/freebsd-current/contrib/less/
H A Dposition.c120 table[scrpos.ln-1] = scrpos.pos;
198 scrpos->ln = i+1;
/freebsd-current/tools/tools/nanobsd/pcengines/
H A Dcommon.conf50 ln -s ld-elf.so.1 ld-elf32.so.1
/freebsd-current/tools/regression/tmpfs/
H A Dt_readdir49 ln -s reg lnk || die
/freebsd-current/tools/bsdbox/
H A DMakefile.base8 CRUNCH_PROGS_bin+= ln rm kenv mv expr
/freebsd-current/crypto/openssh/regress/
H A Dscp3.sh28 ln -s ${DIR}/copy ${DIR}/copy-sym
31 ln -s ${DIR}/subdir ${DIR}/subdir-sym
/freebsd-current/release/scripts/
H A Dmake-pkg-package.sh26 ln -s ../pkg-*.txz

Completed in 409 milliseconds

1234567891011>>