| /src/bin/ln/ |
| Makefile | 4 PROG= ln 5 MAN= ln.1
|
| /src/games/backgammon/common_source/ |
| board.c | 44 static char ln[60]; variable 66 strcpy(ln, bl); 69 ln[j + 1] = k % 10 + '0'; 70 ln[j] = k / 10 + '0'; 74 writel(ln); 76 strcpy(ln, sv); 84 ln[26] = 'w'; 86 ln[25] = 'w'; 88 ln[27] = 'w'; 91 ln[54] = 'r' [all...] |
| /src/usr.bin/make/ |
| lst.c | 42 ListNode *ln = bmake_malloc(sizeof *ln); local 44 ln->prev = prev; 45 ln->next = next; 46 ln->datum = datum; 48 return ln; 54 ListNode *ln, *next; local 56 for (ln = list->first; ln != NULL; ln = next) 65 ListNode *ln, *next; local 96 ListNode *ln; local 115 ListNode *ln; local 179 ListNode *ln; local 216 ListNode *ln; local 226 ListNode *ln; local [all...] |
| targ.c | 138 GNodeListNode *ln; local 142 for (ln = allNodes.first; ln != NULL; ln = ln->next) 143 GNode_Free(ln->datum); 327 StringListNode *ln; local 329 for (ln = names->first; ln != NULL; ln = ln->next) 339 GNodeListNode *ln; local 360 StringListNode *ln; local 520 GNodeListNode *ln; local 529 GNodeListNode *ln; local 586 GNodeListNode *ln, *cln; local [all...] |
| make.c | 375 GNodeListNode *ln; local 376 for (ln = gn->parents.first; ln != NULL; ln = ln->next) 377 GNode_UpdateYoungestChild(ln->datum, gn); 386 GNodeListNode *ln; local 388 for (ln = pgn->children.first; ln != NULL; ln = ln->next) 415 GNodeListNode *ln; \/* An element in the children list *\/ local 501 GNodeListNode *ln, *nln; local 595 GNodeListNode *ln; local 612 GNodeListNode *ln; local 634 GNodeListNode *ln; local 671 GNodeListNode *ln; local 810 GNodeListNode *ln; local 907 GNodeListNode *ln; local 929 GNodeListNode *ln; local 981 ListNode *ln; local 999 GNodeListNode *ln; local 1112 GNodeListNode *ln; local 1203 GNodeListNode *ln; local 1213 GNodeListNode *ln; local 1308 GNodeListNode *ln; local 1340 GNodeListNode *ln; local 1357 GNodeListNode *waitNode, *ln; local [all...] |
| suff.c | 327 SuffixListNode *ln; local 329 for (ln = sufflist.first; ln != NULL; ln = ln->next) { 330 Suffix *suff = ln->datum; 347 GNodeListNode *ln; local 349 for (ln = transforms.first; ln != NULL; ln = ln->next) 360 SuffixListNode *ln = Lst_FindDatum(list, suff); local 412 SuffixListNode *ln; local 497 SuffixListNode *ln; local 794 GNodeListNode *ln; local 807 GNodeListNode *ln; local 851 SuffixListNode *ln; local 952 CandidateListNode *ln; local 1006 SuffixListNode *ln; local 1032 CandidateListNode *ln; local 1393 GNodeListNode *ln, *nln; local 1415 SuffixListNode *ln; local 1452 GNodeListNode *ln; local 1506 SuffixListNode *ln; local 1655 SuffixListNode *ln; local 1846 GNodeListNode *ln, *nln; local 2049 SuffixListNode *ln; local 2067 SuffixListNode *ln; local 2118 SuffixListNode *ln; local 2125 GNodeListNode *ln; local 2135 SuffixListNode *ln; local [all...] |
| dir.c | 352 CachedDirListNode *ln = odirs->list.first; local 355 while (ln != NULL) { 356 CachedDirListNode *next = ln->next; 357 CachedDir *dir = ln->datum; 361 ln = next; 371 CachedDirListNode *ln = HashTable_FindValue(&odirs->table, name); local 372 return ln != NULL ? ln->datum : NULL; 388 CachedDirListNode *ln; local 391 ln = HashEntry_Get(he) 537 CachedDirListNode *ln; local 578 CachedDirListNode *ln; local 816 CachedDirListNode *ln; local 827 StringListNode *ln; local 1058 CachedDirListNode *ln; local 1121 CachedDirListNode *ln; local 1195 CachedDirListNode *ln; local 1510 CachedDirListNode *ln; local 1543 CachedDirListNode *ln; local 1561 CachedDirListNode *ln; local 1581 CachedDirListNode *ln; local 1612 CachedDirListNode *ln; local 1630 CachedDirListNode *ln; local 1649 CachedDirListNode *ln; local [all...] |
| /src/sys/net/ |
| nd.c | 54 struct llentry *ln = arg; local 64 LLE_WLOCK(ln); 66 if (!(ln->la_flags & LLE_LINKED)) 68 if (ln->ln_ntick > 0) { 69 nd_set_timer(ln, ND_TIMER_TICK); 73 nd = nd_find_domain(ln->lle_tbl->llt_af); 74 ifp = ln->lle_tbl->llt_ifp; 78 memcpy(&taddr, &ln->r_l3addr, sizeof(taddr)); 80 switch (ln->ln_state) { 82 LLE_REMREF(ln); [all...] |
| nd.h | 45 #define ND_IS_LLINFO_PROBREACH(ln) \ 46 ((ln)->ln_state > ND_LLINFO_INCOMPLETE) 47 #define ND_IS_LLINFO_PERMANENT(ln) \ 48 (((ln)->ln_expire == 0) && ((ln)->ln_state > ND_LLINFO_INCOMPLETE))
|
| /src/distrib/amiga/floppies/inst-common/ |
| instbin.conf | 9 progs gzip ifconfig init less ln ls mkdir mknod mount mount_cd9660 14 ln chown chgrp 15 ln fsck_ffs fsck 16 ln gawk awk 17 ln gzip gzcat gunzip 18 ln less more 19 ln mount_ados ados 20 ln mount_cd9660 cd9660 21 ln mount_ffs ffs 22 ln mount_nfs nf [all...] |
| /src/distrib/vax/inst-common/ |
| instbin.conf | 9 progs gzip ifconfig init ln ls mkdir mknod more mount mt dd 13 ln chown chgrp 14 ln gzip gzcat gunzip 15 ln mount_ffs ffs 16 ln mount_nfs nfs 17 ln gawk awk 18 ln sh -sh # init invokes the shell this way 19 ln test [ 20 ln reboot halt
|
| /src/usr.bin/crunch/examples/ |
| freebsd-kcopy.conf | 7 ln test [ 11 ln sh - 12 ln sh -sh
|
| freebsd-filesystem.conf | 7 ln test [ 11 ln sh - 12 ln sh -sh 19 ln gzip gunzip 20 ln gzip gzcat 21 ln gzip zcat
|
| fixit.conf | 13 # `ln' directive. 17 progs cat chmod cp date dd df echo ed expr hostname kill ln ls mkdir 20 ln test [ 21 ln sh -sh # init invokes the shell this way 22 ln sh - 28 ln dump rdump 29 ln restore rrestore 38 ln gzip gunzip 39 ln gzip gzcat
|
| /src/usr.bin/xlint/llib/ |
| Makefile | 5 LIBS= llib-lposix.ln llib-lstdc.ln 16 llib-lposix.ln: llib-lposix 20 llib-lstdc.ln: llib-lstdc
|
| /src/sys/miscfs/nullfs/ |
| null.h | 102 struct layer_node ln; member in struct:null_node 104 #define null_hash ln.layer_hash 105 #define null_lowervp ln.layer_lowervp 106 #define null_vnode ln.layer_vnode 107 #define null_flags ln.layer_flags
|
| /src/tests/usr.bin/indent/ |
| fmt_expr.c | 21 for (ln = gnodes->first; ln != NULL; ln = ln->next) 22 *(GNode **)Vector_Push(&vec) = ln->datum;
|
| /src/tools/m4/ |
| Makefile | 14 @ln -sf ${.ALLSRC:M*.c} $@ 16 @ln -sf ${.ALLSRC:M*.h} $@ 18 @ln -sf ${.ALLSRC:M*.c} $@
|
| /src/distrib/evbsh3/rom/ramdiskcommon/ |
| ramdiskbin.conf | 6 progs cat chmod cp date dd df echo ed expr hostname kill ln ls mkdir mv 54 ln cksum sum 55 ln cksum md5 56 ln less more 57 ln compress uncompress 58 ln hexdump od 59 ln id groups 60 ln id whoami 61 ln systat sysstat 62 ln tset rese [all...] |
| /src/sys/netinet6/ |
| nd6.c | 351 nd6_llinfo_get_holdsrc(struct llentry *ln, struct in6_addr *src) 355 if (ln == NULL || ln->ln_hold == NULL) 361 hip6 = mtod(ln->ln_hold, struct ip6_hdr *); 363 if (sizeof(*hip6) < ln->ln_hold->m_len) 372 nd6_llinfo_holdsrc(struct llentry *ln, union l3addr *src) 375 if (nd6_llinfo_get_holdsrc(ln, &src->addr6) == NULL) 559 struct llentry *ln; local 564 ln = lla_lookup(LLTABLE6(ifp), wlock ? LLE_EXCLUSIVE : 0, 568 return ln; 575 struct llentry *ln; local 651 struct llentry *ln; local 762 lltable_free_entry(LLTABLE6(ifp), ln); local 775 struct llentry *ln; local 1265 struct llentry *ln; local 1332 struct llentry *ln = NULL; local 1570 struct llentry *ln = NULL; local [all...] |
| /src/lib/libc/gen/ |
| posix_spawnp.c | 56 size_t lp, ln; local 79 ln = strlen(file); 108 if (lp + ln + 2 > sizeof(fpath)) { 116 memcpy(fpath + lp + 1, file, ln); 117 fpath[lp + ln + 1] = '\0';
|
| /src/sys/miscfs/overlay/ |
| overlay.h | 105 struct layer_node ln; member in struct:overlay_node 107 #define ov_hash ln.layer_hash 108 #define ov_lowervp ln.layer_lowervp 109 #define ov_vnode ln.layer_vnode 110 #define ov_flags ln.layer_flags
|
| /src/sys/miscfs/umapfs/ |
| umap.h | 84 struct layer_node ln; member in struct:umap_node 90 #define umap_hash ln.layer_hash 91 #define umap_lowervp ln.layer_lowervp 92 #define umap_vnode ln.layer_vnode 93 #define umap_flags ln.layer_flags
|
| /src/tests/usr.bin/xlint/xlint/ |
| t_xlint.sh | 42 echo 'previous content' > input.ln 58 test -f input.ln 91 cat input.ln 98 cat <<-EOF >input.ln || atf_fail 'prepare input.ln' 110 # may be a warning 'cannot find llib-lc.ln' on stderr. 114 "$lint" -aabceghprSTxz input.ln
|
| /src/usr.bin/xlint/lint1/ |
| ckbool.c | 61 const tnode_t *ln, tspec_t lt, 70 if ((ln->tn_sys || rn->tn_sys) && 71 (is_int_constant_zero(ln, lt) || is_int_constant_zero(rn, rt))) 76 return lt != BOOL && (ln->tn_sys || rn->tn_sys); 96 const tnode_t *ln, tspec_t lt, 99 if (is_typeok_strict_bool_binary(op, ln, lt, rn, rt)) 121 const tnode_t *ln, 124 ln = before_conversion(ln); 125 tspec_t lt = ln->tn_type->t_tspec [all...] |