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

/ast/src/cmd/pax/
H A Dtestpax.sh83 ln a i
84 ln b j
85 ln -s c k
86 ln -s d m
105 ln a i
106 ln b j
107 ln -s c k
108 ln -s d m
115 ln ca dirsub/y
123 ln
[all...]
/ast/src/cmd/builtin/
H A DMakefile17 LINKS = cp: ln mv cksum: md5sum sum
23 LN = $(STDLN|"ln")
89 :TEST: asa cat chmod chown cksum cmp cp cut date expr fmt head join ln \
/ast/src/cmd/ksh93/tests/
H A Drestricted.sh50 ln -s $SHELL rksh
H A Dio.sh486 ln -s $tmp/file3 $tmp/file2
487 ln -s $tmp/file2 $tmp/file1
H A Dbracket.sh234 if rm -rf "$file" && ln -s / "$file"
/ast/src/cmd/3d/
H A Dopaque.sh93 ln .../... "$file"
/ast/src/cmd/INIT/
H A Dexecrate.sh101 *cmp|*cp|*ln|*mv)
H A Dmamprobe.sh233 set STDCAT cat STDCHMOD chmod STDCMP cmp STDCP cp STDLN ln STDMV mv STDRM rm
H A Dregress.sh376 mkdir -p "$TEST_local" && ln -s "$TEST_local" "$TWD" || FATAL "$TWD": cannot create directory
H A Dpackage.sh3425 then $exec ln -s ../../$i $INSTALLROOT/$i
3436 $exec ln -s ../../$i $INSTALLROOT/$i
5729 for i in chmod chgrp cmp cp ln mv rm
5962 ksh nmake tee cp ln mv rm \
/ast/src/cmd/nmake/
H A DMakefile70 ( ln /tmp/mkl$$/nl /tmp/mkl$$/hl ) 2>/dev/null &&
72 "$text") _feature_="$_feature_ ln" ;;
74 ln -s /tmp/mkl$$/hl /tmp/mkl$$/sl 2>/dev/null && rm /tmp/mkl$$/sl && _feature_="$_feature_ ln-s"
84 set STDCAT cat STDCHMOD chmod STDCMP cmp STDCP cp STDLN ln STDMV mv STDRM rm
H A DMakerules.mk333 for .X. cat cmp cp ln mv rm
339 STDLN := $$(_feature_:N=ln:?$(.X.)?$$(STDCP)?)
425 LN = $(_feature_:N=ln:?ln?$(CP)?)
1368 then $(-link:+$$(<:B:$$(<:A=.COMMAND:Y@@S@):N=$$(-link):+$$$(LN) $$$(_feature_:N=ln|ln-s:O=2:Y%-s $$$(*:O=1:D=$$$(<:D:P=R=$$$(*:O=1:D)):B:S)%$$$(*:O=1)%) $$$(<) || ))$(CPR) $(CPRFLAGS) $(*:O=1) $(<:D)
1374 $(-link:+$$(<:B:$$(<:A=.COMMAND:Y@@S@):N=$$(-link):+$$$(LN) $$$(_feature_:N=ln|ln-s:O=2:Y%-s $$$(*:O=1:D=$$$(<:D:P=R=$$$(*:O=1:D)):B:S)%$$$(*:O=1)%) $$$(<) || ))$(IGNORE) $(CP) $(*:O=1) $(<) $(.DO.INSTALL.OPT.)
4850 .SOURCE.ln : $(LINTLIB)
4862 $(_release_:N=V:??echo $$$(>):$$$("\n")?){ $$(CPP) $$(CPPFLAGS) -C -Dlint $$(>) | $$(LINT1) $$(LINT1FLAGS) $$(LINTFLAGS) $(LINT1ARGS:V) >> $$(<<:B:S=.ln) ;}
[all...]
H A Dstate.c987 Stat_t ln; local
1075 if (((n = (tmxsec(r->time) - (unsigned long)st.st_mtime - 1)) >= 0 || (n = (CURSECS - (unsigned long)st.st_mtime + 2)) <= 0) && (lstat(r->name, &ln) || !S_ISLNK(ln.st_mode)))
/ast/src/lib/libvcodex/
H A Dvcsfxsort.c197 Vcsfxint_t *l, *r, *le, *re, k, ln, mn, rn, pi, sz, c[3]; local
224 { ln = inv[min[RAND()%sz]+hdr];
227 c[k] = MEDIAN(ln, mn, rn);
255 ln = le-min; mn = re-le+1; rn = max-re; /* partition sizes */
256 /**/DEBUG_ASSERT(ln >= 0 && mn >= 0 && rn >= 0 && (ln+rn+mn) == sz );
258 if(ln == 1) /* process the segment <pi */
260 else if(ln > 1) /* recurse to sort */
/ast/src/lib/libcmd/
H A DMakefile24 getconf.c head.c id.c join.c ln.c logname.c md5sum.c mkdir.c \
/ast/src/cmd/html/
H A Dtroff2html.h199 int ln; /* output line count */ member in struct:State_s
H A Dtroff2html.c1479 n = state.ln;
3071 state.ln = n;
3880 state.ln++;
4725 nr("ln", 0, 0, 1);
/ast/src/cmd/ksh93/edit/
H A Dhexpand.c136 int hist_expand(const char *ln, char **xp)
147 *cp, /* current char in ln */
185 cp = (char*)ln;
191 || (*cp == hc[1] && cp != ln))
/ast/src/lib/libast/vmalloc/
H A Dvmhdr.h381 #define VMFLF(vm,fi,ln,fn) ((fi) = (vm)->file, (vm)->file = NIL(char*), \
382 (ln) = (vm)->line, (vm)->line = 0 , \

Completed in 288 milliseconds