Home
last modified time | relevance | path

Searched refs:ln (Results 1 – 25 of 252) sorted by last modified time

1234567891011

/illumos-gate/exception_lists/
H A Dclosed-bins80 ./usr/lib/amd64/llib-like.ln
121 ./usr/lib/llib-like.ln
/illumos-gate/usr/src/pkg/manifests/
H A DSUNWcs.p5m650 hardlink path=usr/bin/ln target=../../usr/bin/cp
/illumos-gate/usr/src/lib/libsecdb/
H A Dexec_attr.txt277 Software Installation:suser:cmd:::/usr/bin/ln:euid=0
/illumos-gate/usr/src/cmd/fm/fmdump/
H A DMakefile.com31 LINTFILES = $(SRCS:%.c=%.ln)
71 %.ln: ../common/%.c
74 %.ln: %.c
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c6010 int ln = 0; in load_n2m_table() local
6018 ln++; in load_n2m_table()
6027 err_print(IGNORING_LINE_IN, ln, file); in load_n2m_table()
7387 int ln, perm, rv; in read_logindevperm_file() local
7438 ln = 0; in read_logindevperm_file()
7440 ln++; in read_logindevperm_file()
7450 err_print(IGNORING_LINE_IN, ln, LDEV_FILE); in read_logindevperm_file()
7461 err_print(IGNORING_LINE_IN, ln, LDEV_FILE); in read_logindevperm_file()
7466 err_print(IGNORING_LINE_IN, ln, LDEV_FILE); in read_logindevperm_file()
7594 int ln = 0; in read_driver_aliases_file() local
[all …]
/illumos-gate/usr/src/cmd/init/
H A Dinit.c3481 char *ln; in userinit() local
3507 ln = ttyname(0); /* Get the name of tty */ in userinit()
3508 if (ln == NULL) { in userinit()
3516 if ((stat(ln, &sconbuf) != -1) && in userinit()
3532 if (symlink(ln, SYSCON) == FAILURE) { in userinit()
3534 "Can't symlink /dev/syscon to %s: %s", ln, in userinit()
3551 ln); in userinit()
/illumos-gate/usr/src/uts/intel/zfs/
H A DMakefile113 -$(RM) $@; ln $(ROOTMODULE) $@
/illumos-gate/usr/src/uts/intel/udp/
H A DMakefile78 -$(RM) $@; ln $(ROOTMODULE) $@
/illumos-gate/usr/src/uts/intel/vscan/
H A DMakefile78 -$(RM) $@; ln $(ROOTMODULE) $@
/illumos-gate/usr/src/uts/intel/rpcmod/
H A DMakefile97 -$(RM) $@; ln $(ROOTMODULE) $@
/illumos-gate/usr/src/uts/intel/rts/
H A DMakefile78 -$(RM) $@; ln $(ROOTMODULE) $@
/illumos-gate/usr/src/uts/intel/smbsrv/
H A DMakefile88 -$(RM) $@; ln $(ROOTMODULE) $@
/illumos-gate/usr/src/uts/intel/tcp/
H A DMakefile80 -$(RM) $@; ln $(ROOTMODULE) $@
/illumos-gate/usr/src/uts/intel/nfs/
H A DMakefile93 -$(RM) $@; ln $(ROOTMODULE) $@
/illumos-gate/usr/src/uts/intel/icmp/
H A DMakefile82 -$(RM) $@; ln $(ROOTMODULE) $@
/illumos-gate/usr/src/uts/intel/arp/
H A DMakefile75 -$(RM) $@; ln $(ROOTMODULE) $@
/illumos-gate/usr/src/uts/
H A DREADME185 produce its own pass1 output (file.ln, one per .c/.s file). It is also
257 $(LINTS_DIR)/mem.ln: $(UTSBASE)/sun4c/io/mem.c
273 LINTS = $(NAMEFS_OBJS:%.o=$(LINTS_DIR)/%.ln)
/illumos-gate/usr/src/data/terminfo/
H A Dterminfo.src14930 # P8 and P9 support 80c/24ln/8pg and 132cl/24li/4pg formats.
H A Dtermcap.src13257 # P8 and P9 support 80c/24ln/8pg and 132cl/24li/4pg formats.
/illumos-gate/usr/src/
H A DMakefile.master139 SYMLINK= /usr/bin/ln -s
140 LN= /usr/bin/ln
/illumos-gate/usr/src/cmd/ast/ksh/
H A DMakefile68 builtin ln ; \
73 ln "$(ROOTBIN)/$(PROG)" "$(ROOTBIN)/$$i" ; \
H A DMakefile.com83 [[ ! -x ksh93 ]] && ln $(PROG) ksh93 ; \
84 [[ ! -x ksh ]] && ln $(PROG) ksh ; \
/illumos-gate/usr/src/cmd/vtfontcvt/
H A Dvtfontcvt.c383 char ln[BUFSIZ]; in parse_bdf() local
390 while (fgets(ln, sizeof (ln), fp) != NULL) { in parse_bdf()
391 if (sscanf(ln, "ENCODING %u", &curchar) == 1) in parse_bdf()
394 if (sscanf(ln, "DWIDTH %u", &dwidth) == 1) in parse_bdf()
397 if (strncmp(ln, "BITMAP", 6) == 0) { in parse_bdf()
399 if (fgets(ln, sizeof (ln), fp) == NULL) in parse_bdf()
401 if (sscanf(ln, "%x", &line) <= 0) in parse_bdf()
402 err(1, "sscanf failed at %s", ln); in parse_bdf()
432 char ln[BUFSIZ], *p; in parse_hex() local
438 while (fgets(ln, sizeof (ln), fp) != NULL) { in parse_hex()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A DRELEASE21 10-10-20 ln: fix 'cannot replace existing file' logic
133 06-11-15 cp.c: fix 06-10-31 ln -s enoent bug
257 cp,ln,mv: delay pathcanon() on destination to verify `cp a b/.'
275 99-05-01 cmp,comm,cp/mv/ln,expr,fold,getconf,head: long options
305 cp,ln,mv: add
/illumos-gate/usr/src/test/zfs-tests/include/
H A Dcommands.cfg70 ln

1234567891011