Home
last modified time | relevance | path

Searched refs:name (Results 1 – 25 of 13188) sorted by path

12345678910>>...528

/freebsd/
H A D.cirrus.yml17 - name: amd64-llvm16 World and kernel build and boot smoke test
25 - name: amd64-llvm17 World and kernel build and boot smoke test
33 - name: amd64-llvm18 World and kernel build and boot smoke test
40 - name: arm64-llvm16 World and kernel build and boot smoke test
48 - name: arm64-llvm17 World and kernel build and boot smoke test
56 - name: arm64-llvm18 World and kernel build and boot smoke test
64 - name: amd64-gcc12 World and kernel build and boot smoke test (manual)
73 - name: amd64-gcc13 World and kernel build and boot smoke test (manual)
82 - name: aarch64-gcc12 World and kernel build and boot smoke test (manual)
91 - name: aarch64-gcc13 World and kernel build and boot smoke test (manual)
[all …]
H A DCONTRIBUTING.md41 * All commits have, as the author, your name and valid email address as you would like to see them …
44 * Commits should include one or more `Signed-off-by:` lines with full name and email address certif…
92 Do note that your name and email address will become a permanent and immutable
H A DCOPYRIGHT49 4. Neither the name of the University nor the names of its contributors
H A DMakefile746 ! -name DEFAULTS ! -name NOTES | \
H A DObsoleteFiles.inc12332 # 20170322: rename <x> to <x>_test to match the FreeBSD test suite name scheme
14441 # 20141028: debug files accidentally installed as directory name
H A DRELNOTES101 such as blanks, to be embedded in the directory name(s).
102 "vis -M" may be used to encode such directory name(s).
H A DUPDATING623 find sys -name LINT\* -delete
1151 nda device name.
1722 GNU diff is available via the diffutils package under the gdiff name.
1837 Also, firmware for RTL8188CE was renamed due to possible name
1858 to avoid a name clash with shared libraries on case-insensitive file
/freebsd/.github/workflows/
H A Dcross-bootstrap-tools.yml1 name: Cross-build Kernel
15 name: ${{ matrix.target_arch }} ${{ matrix.os }} (${{ matrix.compiler }})
42 - name: install packages (Ubuntu)
47 - name: install packages (macOS)
52 - name: create environment
62 - name: bootstrap bmake
64 - name: make kernel-toolchain
66 - name: make buildkernel
H A Dstyle.yml1 name: Style Checker
19 name: Style Checker
22 - name: checkout
27 - name: Install packages
31 - name: Run checker
/freebsd/bin/cpuset/
H A Dcpuset.c73 const char *name; member
201 for (policy = &policies[0]; policy->name != NULL; policy++) { in parsedomainlist()
202 if (strncasecmp(l, policy->name, strlen(policy->name)) == 0) { in parsedomainlist()
204 l += strlen(policy->name); in parsedomainlist()
/freebsd/bin/dd/
H A Dargs.c74 const char *name; member
119 tmp.name = oper; in jcl()
126 tmp.name); in jcl()
254 in.name = arg; in f_if()
258 const char *name; member
271 tmp.name = strsep(&arg, ","); in f_iflag()
308 out.name = arg; in f_of()
347 const char *name; member
381 tmp.name = strsep(&arg, ","); in f_conv()
403 const char *name; member
[all …]
H A Dconv.c250 warnx("%s: short input record", in.name); in unblock_close()
H A Ddd.c139 if (in.name == NULL) { in setup()
140 in.name = "stdin"; in setup()
150 err(1, "%s", in.name); in setup()
165 if (out.name == NULL) { in setup()
168 out.name = "stdout"; in setup()
317 err(1, "%s", io->name); in getfdtype()
429 warn("%s", in.name); in dd_in()
440 warn("%s", in.name); in dd_in()
592 out.name); in dd_out()
624 out.name); in dd_out()
[all …]
H A Ddd.h52 const char *name; /* name */ member
H A Dposition.c96 err(1, "%s", in.name); in pos_in()
140 warn("%s", in.name); in pos_in()
146 err(1, "%s", in.name); in pos_in()
166 err(1, "%s", out.name); in pos_out()
180 err(1, "%s", out.name); in pos_out()
192 err(1, "%s", out.name); in pos_out()
202 err(1, "%s", out.name); in pos_out()
209 err(1, "%s", out.name); in pos_out()
211 errx(1, "%s: write failure", out.name); in pos_out()
/freebsd/bin/df/
H A Ddf.c280 getmntpt(const char *name) in getmntpt() argument
287 if (!strcmp(mntbuf[i].f_mntfromname, name)) in getmntpt()
/freebsd/bin/ed/
H A DPOSIX88 4) If ed is invoked with a name argument prefixed by a bang (!), then the
90 ed on a file whose name starts with bang, prefix the name with a
/freebsd/bin/ed/test/
H A DREADME4 for the path name of the program to be tested (e.g., /bin/ed), and type
/freebsd/bin/kill/
H A Dkill.c161 nosig(const char *name) in nosig() argument
164 warnx("unknown signal %s; valid signals:", name); in nosig()
/freebsd/bin/ls/
H A Dls.c871 char name[PATH_MAX + 1]; in display() local
884 snprintf(name, sizeof(name), in display()
887 snprintf(name, sizeof(name), in display()
892 error = mac_get_file(name, in display()
895 error = mac_get_link(name, in display()
H A Dprint.c126 printname(const char *name) in printname() argument
129 return prn_octal(name); in printname()
133 return prn_normal(name); in printname()
729 (void)snprintf(name, sizeof(name), "%s", p->fts_name); in printlink()
731 (void)snprintf(name, sizeof(name), in printlink()
790 snprintf(name, sizeof(name), "%s", p->fts_name); in aclmode()
792 snprintf(name, sizeof(name), "%s/%s", in aclmode()
804 warn("%s", name); in aclmode()
813 warn("%s", name); in aclmode()
822 warn("%s", name); in aclmode()
[all …]
/freebsd/bin/ls/tests/
H A Dls_tests.sh217 paths=$(find -s . -mindepth 1 -maxdepth 1 \! -name '.*' -exec basename {} \; )
357 set -- . $(find -s . \! -name '.*' -type d)
514 paths=$(find -s . -mindepth 1 -maxdepth 1 \! -name '.*' -exec basename {} \; )
/freebsd/bin/pax/
H A Dar_io.c94 ar_open(const char *name) in ar_open() argument
111 if (name == NULL) { in ar_open()
114 } else if ((arfd = open(name, EXT_MODE, DMOD)) < 0) in ar_open()
115 syswarn(0, errno, "Failed open to read on %s", name); in ar_open()
120 if (name == NULL) { in ar_open()
123 } else if ((arfd = open(name, AR_MODE, DMOD)) < 0) in ar_open()
124 syswarn(0, errno, "Failed open to write on %s", name); in ar_open()
131 if (name == NULL) { in ar_open()
134 } else if ((arfd = open(name, APP_MODE, DMOD)) < 0) in ar_open()
136 name); in ar_open()
[all …]
H A Dar_subs.c205 if ((uflag || Dflag) && ((lstat(arcn->name, &sb) == 0))) { in extract()
241 if ((Yflag || Zflag) && ((lstat(arcn->name, &sb) == 0))) { in extract()
263 (void)fputs(arcn->name, listf); in extract()
463 (void)fputs(arcn->name, listf); in wr_archive()
576 frmt->name, orgfrmt->name); in append()
802 if (*(arcn->name) == '/') in copy()
808 arcn->name); in copy()
811 (void)strncpy(dest_pt, arcn->name + res, drem); in copy()
853 if ((Yflag || Zflag) && ((lstat(arcn->name, &sb) == 0))) { in copy()
866 (void)fputs(arcn->name, listf); in copy()
H A Dbuf_subs.c663 char *fnm = arcn->name; in rd_wrfile()
734 paxwarn(1,"Actual crc does not match expected crc %s",arcn->name); in rd_wrfile()
751 char *fnm = arcn->name; in cp_file()
796 arcn->org_name, arcn->name); in cp_file()
799 arcn->org_name, arcn->name); in cp_file()
804 arcn->org_name, arcn->name); in cp_file()

12345678910>>...528