Searched refs:sh (Results 226 - 250 of 1244) sorted by relevance

1234567891011>>

/freebsd-11-stable/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-upgrade.sh1 #!/bin/sh
30 . ${PROGDIR}/backend/functions-unmount.sh
82 echo '#!/bin/sh
88 ' >${FSMNT}/.cleanPkgs.sh
89 chmod 755 ${FSMNT}/.cleanPkgs.sh
90 chroot ${FSMNT} /.cleanPkgs.sh
91 rm ${FSMNT}/.cleanPkgs.sh
155 echo '#!/bin/sh
181 ' >${FSMNT}/.fixUserProfile.sh
182 chmod 755 ${FSMNT}/.fixUserProfile.sh
[all...]
/freebsd-11-stable/usr.bin/chpass/
H A Dutil.c144 char *p, *sh; local
147 while ((sh = getusershell())) {
148 if (!strcmp(name, sh)) {
153 if ((p = strrchr(sh, '/')) && strcmp(name, p + 1) == 0) {
165 char *p, *sh, *ret; local
168 while ((sh = getusershell())) {
169 if (!strcmp(name, sh)) {
174 if ((p = strrchr(sh, '/')) && strcmp(name, p + 1) == 0) {
175 ret = strdup(sh);
/freebsd-11-stable/tests/sys/pjdfstest/tests/
H A DMakefile11 ${PACKAGE}FILES+= misc.sh
12 CLEANFILES+= misc.sh misc.sh.tmp
14 misc.sh: ${PJDFSTEST_SRCDIR}/tests/misc.sh
/freebsd-11-stable/contrib/elftoolchain/elfcopy/
H A Dpe.c47 GElf_Shdr sh; local
122 if (gelf_getshdr(scn, &sh) == NULL) {
127 if ((name = elf_strptr(e, indx, sh.sh_name)) ==
147 poh.oh_textbase = (uint32_t) sh.sh_addr;
148 poh.oh_textsize = (uint32_t) roundup(sh.sh_size,
152 poh.oh_database = sh.sh_addr;
153 if (sh.sh_type == SHT_NOBITS)
155 roundup(sh.sh_size, poh.oh_filealign);
156 else if (sh.sh_flags & SHF_ALLOC)
158 roundup(sh
[all...]
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipsyncs.c67 synchdr_t *sh; local
150 n1, (int) sizeof(*sh));
168 if (inbuf < sizeof(*sh)) {
172 sh = (synchdr_t *)buff;
173 len = ntohl(sh->sm_len);
174 magic = ntohl(sh->sm_magic);
184 printf("v:%d p:%d len:%d magic:%x", sh->sm_v,
185 sh->sm_p, len, magic);
187 if (sh->sm_cmd == SMC_CREATE)
189 else if (sh
[all...]
H A Dipfsyncd.c456 synchdr_t *sh; local
463 if (pklen < sizeof(*sh)) {
469 sh = (synchdr_t *)buff;
470 len = ntohl(sh->sm_len);
471 magic = ntohl(sh->sm_magic);
479 if (pklen < len + sizeof(*sh)) {
486 printsynchdr(sh);
487 printcommand(sh->sm_cmd);
488 printtable(sh->sm_table);
492 n2 = sizeof(*sh)
518 synchdr_t *sh; local
643 synchdr_t *sh; local
[all...]
/freebsd-11-stable/tools/tools/release/
H A Dchk_dokern.sh_and_drivers.conf1 #!/bin/sh
36 sed -e'/"SMALL"/,/^else$/d' ${arch}/dokern.sh | \
38 echo "duplicate $x found in ${arch}/dokern.sh"
42 echo Checking */dokern.sh ...
43 for f in */dokern.sh; do
/freebsd-11-stable/usr.sbin/pc-sysinstall/backend-query/
H A Dsend-logs.sh1 #!/bin/sh
31 . ${PROGDIR}/backend/functions.sh
33 . ${BACKEND}/functions-networking.sh
34 . ${BACKEND}/functions-parse.sh
/freebsd-11-stable/contrib/ntp/scripts/build/
H A DcheckChangeLog1 #! /bin/sh
3 . ./packageinfo.sh
/freebsd-11-stable/contrib/pjdfstest/tests/chmod/
H A D10.t1 #!/bin/sh
7 . ${dir}/../misc.sh
/freebsd-11-stable/contrib/pjdfstest/tests/chown/
H A D10.t1 #!/bin/sh
7 . ${dir}/../misc.sh
/freebsd-11-stable/contrib/pjdfstest/tests/ftruncate/
H A D02.t1 #!/bin/sh
7 . ${dir}/../misc.sh
H A D04.t1 #!/bin/sh
7 . ${dir}/../misc.sh
H A D11.t1 #!/bin/sh
7 . ${dir}/../misc.sh
H A D13.t1 #!/bin/sh
7 . ${dir}/../misc.sh
/freebsd-11-stable/contrib/pjdfstest/tests/link/
H A D09.t1 #!/bin/sh
7 . ${dir}/../misc.sh
/freebsd-11-stable/contrib/pjdfstest/tests/mkdir/
H A D03.t1 #!/bin/sh
7 . ${dir}/../misc.sh
H A D04.t1 #!/bin/sh
7 . ${dir}/../misc.sh
H A D10.t1 #!/bin/sh
7 . ${dir}/../misc.sh
/freebsd-11-stable/contrib/pjdfstest/tests/mkfifo/
H A D02.t1 #!/bin/sh
7 . ${dir}/../misc.sh
H A D03.t1 #!/bin/sh
7 . ${dir}/../misc.sh
H A D04.t1 #!/bin/sh
7 . ${dir}/../misc.sh
H A D09.t1 #!/bin/sh
7 . ${dir}/../misc.sh
/freebsd-11-stable/contrib/pjdfstest/tests/mknod/
H A D04.t1 #!/bin/sh
7 . ${dir}/../misc.sh
/freebsd-11-stable/contrib/pjdfstest/tests/open/
H A D02.t1 #!/bin/sh
7 . ${dir}/../misc.sh

Completed in 222 milliseconds

1234567891011>>