Home
last modified time | relevance | path

Searched refs:wd (Results 1 – 25 of 79) sorted by relevance

1234

/freebsd/usr.sbin/config/
H A Dmkmakefile.cc412 if (wd.eol()) in read_file()
416 while (!(wd = get_word(fp)).eof() && !wd.eol()) in read_file()
422 if (wd.eof() || wd.eol()) in read_file()
427 while (!(wd = get_word(fp)).eof() && !wd.eol()) in read_file()
433 if (wd.eof()) in read_file()
459 for (wd = get_word(fp); !wd.eol(); wd = get_word(fp)) { in read_file()
498 if (wd.eof() || wd.eol()) in read_file()
506 if (wd.eof() || wd.eol()) in read_file()
514 if (wd.eof() || wd.eol()) in read_file()
522 if (wd.eof() || wd.eol()) in read_file()
[all …]
H A Dmkoptions.cc361 configword wd; in read_option_file() local
368 while (!(wd = get_word(fp)).eof()) { in read_option_file()
369 if (wd.eol()) in read_option_file()
371 if (wd[0] == '#') { in read_option_file()
372 while (!(wd = get_word(fp)).eof() && !wd.eol()) in read_option_file()
376 optname = ns(wd); in read_option_file()
377 wd = get_word(fp); in read_option_file()
378 if (wd.eof()) { in read_option_file()
382 if (wd.eol()) { in read_option_file()
394 val = ns(wd); in read_option_file()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsMSAInstrFormats.td32 bits<5> wd;
45 bits<5> wd;
58 bits<5> wd;
71 bits<5> wd;
84 bits<5> wd;
95 bits<5> wd;
106 bits<5> wd;
117 bits<5> wd;
129 bits<5> wd;
142 bits<5> wd;
[all …]
H A DMipsMSAInstrInfo.td1187 string Constraints = "$wd = $wd_in";
1233 string Constraints = "$wd = $wd_in";
1348 string Constraints = "$wd = $wd_in";
1371 string Constraints = "$wd = $wd_in";
1384 string Constraints = "$wd = $wd_in";
1397 string Constraints = "$wd = $wd_in";
1433 string Constraints = "$wd = $wd_in";
1442 string Constraints = "$wd = $wd_in";
1453 string Constraints = "$wd = $wd_in";
2894 let Constraints = "$wd_in = $wd";
[all …]
H A DMSA.txt72 bmz.v wd, ws, wt/i8 -> (vselect wt/i8, wd, ws)
73 bmnz.v wd, ws, wt/i8 -> (vselect wt/i8, ws, wd)
74 bsel.v wd, ws, wt/i8 -> (vselect wd, wt/i8, ws)
/freebsd/usr.bin/systat/
H A Dsysput.c41 sysputspaces(WINDOW *wd, int row, int lcol, int width) in sysputspaces() argument
46 mvwaddstr(wd, row, lcol, str60 + sizeof(str60) - width - 1); in sysputspaces()
50 sysputstrs(WINDOW *wd __unused, int row, int lcol, int width) in sysputstrs()
62 sysputXs(WINDOW *wd __unused, int row, int lcol, int width) in sysputXs()
74 sysputuint64(WINDOW *wd, int row, int lcol, int width, uint64_t val, int flags) in sysputuint64() argument
93 mvwaddstr(wd, row, lcol, start); in sysputuint64()
97 sysputstrs(wd, row, lcol, width); in sysputuint64()
104 sysputspaces(wd, row, lcol, width); in sysputwuint64()
106 sysputuint64(wd, row, lcol, width, val, flags); in sysputwuint64()
110 sysputpage(WINDOW *wd, int row, int lcol, int width, uint64_t pages, int flags) in sysputpage() argument
[all …]
/freebsd/usr.bin/ruptime/
H A Druptime.c181 struct whod *wd; in ruptime() local
211 wd = &hsp->hs_wd; in ruptime()
212 cc = read(fd, wd, sizeof(*wd)); in ruptime()
219 if (LEFTEARTH(wd->wd_recvtime)) in ruptime()
227 w = iwidth(wd->wd_loadav[i] / 100) + 3; in ruptime()
231 for (hsp->hs_nusers = 0, we = &wd->wd_we[0]; in ruptime()
255 wd = &hsp->hs_wd; in ruptime()
265 interval((time_t)wd->wd_sendtime - in ruptime()
266 (time_t)wd->wd_boottime, " up"), in ruptime()
269 loadavwidth[0], wd->wd_loadav[0] / 100.0, in ruptime()
[all …]
/freebsd/contrib/bearssl/T0/
H A DWordData.cs63 WordData wd = TC.Lookup(baseBlobName) as WordData; in Resolve()
64 if (wd == null) { in Resolve()
69 wd.Resolve(); in Resolve()
70 blob = wd.blob; in Resolve()
71 offset += wd.offset; in Resolve()
/freebsd/usr.sbin/rwhod/
H A Drwhod.c344 struct whod wd; in receiver_process() local
366 cc = recvfrom(s, &wd, sizeof(wd), 0, (struct sockaddr *)&from, in receiver_process()
383 if (wd.wd_vers != WHODVERSION) in receiver_process()
385 if (wd.wd_type != WHODTYPE_STATUS) in receiver_process()
387 if (!verify(wd.wd_hostname, sizeof(wd.wd_hostname))) { in receiver_process()
414 wd.wd_sendtime = ntohl(wd.wd_sendtime); in receiver_process()
416 wd.wd_loadav[i] = ntohl(wd.wd_loadav[i]); in receiver_process()
417 wd.wd_boottime = ntohl(wd.wd_boottime); in receiver_process()
418 we = wd.wd_we; in receiver_process()
428 wd.wd_recvtime = _time_to_int(t); in receiver_process()
[all …]
/freebsd/tools/test/stress2/misc/
H A Dexeci386.sh37 wd=/tmp/execi386.dir
38 mkdir -p $wd
40 cd $wd
85 rm -rf $wd
H A Dwrite.sh65 wd=`dirname $diskimage`
66 wd="$wd/write.dir"
67 rm -rf $wd
68 mkdir -p $wd
70 (cd $wd; /tmp/write)
73 rm -rf /tmp/write $wd
H A Dnfs15.sh69 wd=$mntpoint/nfs15.dir
70 rm -rf $wd
71 mkdir $wd
73 (cd $wd; /tmp/nfs15)
74 rm -rf $wd
H A Dnfs16.sh53 wd=$mntpoint/nfs16.dir
54 rm -rf $wd
55 mkdir $wd
57 (cd $wd; /tmp/nfs16)
58 rm -rf $wd
H A Dsignal.sh38 wd=/tmp/signal.dir
39 rm -rf $wd
40 mkdir -p $wd
41 cd $wd
246 rm -rf $wd /tmp/waitthread
H A Dnfs15lockd.sh69 wd=$mntpoint/nfs15lockd-`jot -rc 8 a z | tr -d '\n'`.dir
70 rm -rf $wd
71 mkdir $wd
74 (cd $wd; /tmp/nfs15lockd) &
92 rm -rf $wd
H A Dnfs15lockd3.sh77 wd=$mntpoint/nfs15lockd3-`jot -rc 8 a z | tr -d '\n'`.dir
78 rm -rf $wd
79 mkdir $wd
81 (cd $wd; /tmp/nfs15lockd3) &
99 rm -rf $wd
/freebsd/tools/test/stress2/lib/
H A Dmain.c191 if (stat(op->wd, &sb) == -1) { in main()
192 if (mkdir(op->wd, 0770) == -1) in main()
194 err(1, "mkdir(%s) %s:%d", op->wd, __FILE__, __LINE__); in main()
196 errx(1, "No RWX access to %s", op->wd); in main()
204 if (chdir(op->wd) == -1) in main()
205 err(1, "chdir(%s) %s:%d", op->wd, __FILE__, __LINE__); in main()
/freebsd/usr.bin/rwho/
H A Drwho.c53 #define WHDRSIZE (ssize_t)(sizeof(wd) - sizeof(wd.wd_we))
60 static struct whod wd; variable
63 char myhost[sizeof(wd.wd_hostname)];
90 w = &wd; in main()
137 cc = read(f, (char *)&wd, sizeof(struct whod)); in main()
/freebsd/tests/sys/fs/fusefs/
H A Dreadlink.cc146 char buf[MAXPATHLEN], wd[MAXPATHLEN], want[MAXPATHLEN]; in TEST_F() local
155 ASSERT_NE(nullptr, getcwd(wd, sizeof(wd))) << strerror(errno); in TEST_F()
156 len = snprintf(want, sizeof(want), "%s/mountpoint%s", wd, dst); in TEST_F()
/freebsd/sys/contrib/device-tree/Bindings/gpio/
H A Dwd,mbl-gpio.txt8 - compatible: should be "wd,mbl-gpio"
24 compatible = "wd,mbl-gpio";
32 compatible = "wd,mbl-gpio";
/freebsd/contrib/tcsh/nls/ukrainian/
H A Dset1712 10 \040(wd:
13 11 wd тепер:
/freebsd/contrib/tcsh/nls/greek/
H A Dset1712 10 \040(wd:
13 11 τωρινο wd:
/freebsd/contrib/tcsh/nls/russian/
H A Dset1712 10 \040(wd:
13 11 wd now:
/freebsd/lib/libcalendar/
H A Dcalendar.c252 int nd, wd; in firstweek() local
265 if ((wd = weekday(nd)) > 3) in firstweek()
266 return (nd - wd + 7); in firstweek()
268 return (nd - wd); in firstweek()
/freebsd/contrib/tcsh/nls/C/
H A Dset1712 10 \040(wd:
13 11 (wd now:

1234