HomeSort by: relevance | last modified time | path
    Searched refs:ln (Results 1 - 25 of 711) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /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...]
  /src/sys/net/
nd.c 52 struct llentry *ln = arg; local
62 LLE_WLOCK(ln);
64 if (!(ln->la_flags & LLE_LINKED))
66 if (ln->ln_ntick > 0) {
67 nd_set_timer(ln, ND_TIMER_TICK);
71 nd = nd_find_domain(ln->lle_tbl->llt_af);
72 ifp = ln->lle_tbl->llt_ifp;
76 memcpy(&taddr, &ln->r_l3addr, sizeof(taddr));
78 switch (ln->ln_state) {
80 LLE_REMREF(ln);
    [all...]
  /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/crypto/external/apache2/openssl/dist/crypto/asn1/
asn_moid.c 63 const char *ln, *ostr, *p; local
68 ln = name;
72 ln = name;
75 ln = value;
81 while (ossl_isspace(*ln))
82 ln++;
85 if (p == ln)
90 if ((lntmp = OPENSSL_malloc((p - ln) + 1)) == NULL)
92 memcpy(lntmp, ln, p - ln);
    [all...]
  /src/external/gpl2/groff/dist/src/libs/libgroff/
change_lf.cpp 36 void change_lineno(int ln)
38 current_lineno = ln;
lf.cpp 38 int ln = 0; local
40 ln *= 10;
41 ln += *p++ - '0';
48 change_lineno(ln);
63 change_lineno(ln);
  /src/external/ibm-public/postfix/dist/src/util/
base64_code.h 30 #define base64_encode(bp, cp, ln) \
31 base64_encode_opt((bp), (cp), (ln), BASE64_FLAG_NONE)
32 #define base64_decode(bp, cp, ln) \
33 base64_decode_opt((bp), (cp), (ln), BASE64_FLAG_NONE)
  /src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
asn_moid.c 63 const char *ln, *ostr, *p; local
68 ln = name;
71 ln = value;
77 while (ossl_isspace(*ln))
78 ln++;
81 if (p == ln)
86 if ((lntmp = OPENSSL_malloc((p - ln) + 1)) == NULL) {
90 memcpy(lntmp, ln, p - ln);
91 lntmp[p - ln] = '\0'
    [all...]
  /src/external/bsd/elftoolchain/dist/libdwarf/
dwarf_pro_lineno.c 40 Dwarf_Line ln; local
49 ln = STAILQ_LAST(&li->li_lnlist, _Dwarf_Line, ln_next);
51 if (ln == NULL || ln->ln_addr > off) {
56 if ((ln = calloc(1, sizeof(struct _Dwarf_Line))) == NULL) {
60 ln->ln_li = li;
61 ln->ln_addr = off;
62 ln->ln_symndx = 0;
63 ln->ln_fileno = file;
64 ln->ln_lineno = lineno
80 Dwarf_Line ln; local
106 Dwarf_Line ln; local
    [all...]
dwarf_lineno.c 40 Dwarf_Line ln; local
87 for (i = 0, ln = STAILQ_FIRST(&li->li_lnlist);
88 i < *linecount && ln != NULL; i++, ln = STAILQ_NEXT(ln, ln_next))
89 li->li_lnarray[i] = ln;
162 dwarf_linebeginstatement(Dwarf_Line ln, Dwarf_Bool *ret_bool,
166 if (ln == NULL || ret_bool == NULL) {
171 *ret_bool = ln->ln_stmt;
177 dwarf_lineendsequence(Dwarf_Line ln, Dwarf_Bool *ret_bool, Dwarf_Error *error
    [all...]
  /src/external/bsd/mdocml/dist/
preconv.c 114 const char *ln, *eoln, *eoph; local
117 ln = b->buf + offset;
122 if (NULL == (eoln = memchr(ln, '\n', sz)))
123 eoln = ln + sz;
127 if ((sz = (size_t)(eoln - ln)) < 10 ||
128 memcmp(ln, ".\\\" -*-", 7) || memcmp(eoln - 3, "-*-", 3))
133 ln += 7;
137 while (sz > 0 && ' ' == *ln) {
138 ln++;
146 if (NULL == (eoph = memchr(ln, ';', sz))
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/asn1/
asn_moid.c 63 const char *ln, *ostr, *p; local
68 ln = name;
72 ln = name;
75 ln = value;
81 while (ossl_isspace(*ln))
82 ln++;
85 if (p == ln)
90 if ((lntmp = OPENSSL_malloc((p - ln) + 1)) == NULL) {
94 memcpy(lntmp, ln, p - ln);
    [all...]
  /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/external/bsd/am-utils/dist/amd/
amfs_linkx.c 88 char *ln; local
91 ln = mp->am_link;
93 ln = mf->mf_mount;
100 if (lstat(ln, &stb) < 0)
  /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;

Completed in 22 milliseconds

1 2 3 4 5 6 7 8 91011>>