Home
last modified time | relevance | path

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

123

/freebsd-13-stable/usr.sbin/config/
HDmkmakefile.c395 char *wd, *this, *compilewith, *depends, *clean, *warning; in read_file() local
414 wd = get_word(fp); in read_file()
415 if (wd == (char *)EOF) { in read_file()
419 if (wd == NULL) in read_file()
421 if (wd[0] == '#') in read_file()
423 while (((wd = get_word(fp)) != (char *)EOF) && wd) in read_file()
427 if (eq(wd, "include")) { in read_file()
428 wd = get_quoted_word(fp); in read_file()
429 if (wd == (char *)EOF || wd == NULL) in read_file()
431 (void) snprintf(ifname, sizeof(ifname), "../../%s", wd); in read_file()
[all …]
HDmkoptions.c365 char *wd, *this, *val; in read_option_file() local
371 while ((wd = get_word(fp)) != (char *)EOF) { in read_option_file()
372 if (wd == NULL) in read_option_file()
374 if (wd[0] == '#') { in read_option_file()
375 while (((wd = get_word(fp)) != (char *)EOF) && wd) in read_option_file()
379 this = ns(wd); in read_option_file()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsMSAInstrFormats.td32 bits<5> wd;
39 let Inst{10-6} = wd;
45 bits<5> wd;
52 let Inst{10-6} = wd;
58 bits<5> wd;
65 let Inst{10-6} = wd;
71 bits<5> wd;
78 let Inst{10-6} = wd;
84 bits<5> wd;
89 let Inst{10-6} = wd;
[all …]
HDMipsMSAInstrInfo.td380 def muladd : PatFrag<(ops node:$wd, node:$ws, node:$wt),
381 (add node:$wd, (mul node:$ws, node:$wt))>;
383 def mulsub : PatFrag<(ops node:$wd, node:$ws, node:$wt),
384 (sub node:$wd, (mul node:$ws, node:$wt))>;
1105 dag OutOperandList = (outs ROWD:$wd);
1107 string AsmString = !strconcat(instr_asm, "\t$wd, $ws, $m");
1108 list<dag> Pattern = [(set ROWD:$wd, (OpNode ROWS:$ws, Imm:$m))];
1116 dag OutOperandList = (outs ROWD:$wd);
1118 string AsmString = !strconcat(instr_asm, "\t$wd, $ws, $m");
1119 list<dag> Pattern = [(set ROWD:$wd, (OpNode ROWS:$ws, Imm:$m))];
[all …]
HDMSA.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)
HDMipsScheduleP5600.td398 // fexdo.[hw], fexupl.[wd], fexupr.[wd]
403 // fclass.[wd], fmax.[wd], fmax_a.[wd], fmin.[wd], fmin_a.[wd], flog2.[wd]
471 // frcp.[wd], frsqrt.[wd]
479 // fmadd.[wd], fmsubb.[wd], fdiv.[wd], fsqrt.[wd], fmul.[wd], fadd.[wd],
480 // fsub.[wd]
/freebsd-13-stable/usr.bin/systat/
HDsysput.c42 sysputspaces(WINDOW *wd, int row, int col, int width) in sysputspaces() argument
47 mvwaddstr(wd, row, col, str60 + sizeof(str60) - width - 1); in sysputspaces()
51 sysputstrs(WINDOW *wd, int row, int col, int width) in sysputstrs() argument
60 sysputXs(WINDOW *wd, int row, int col, int width) in sysputXs() argument
69 sysputuint64(WINDOW *wd, int row, int col, int width, uint64_t val, int flags) in sysputuint64() argument
89 mvwaddstr(wd, row, col, start); in sysputuint64()
93 sysputstrs(wd, row, col, width); in sysputuint64()
97 sysputwuint64(WINDOW *wd, int row, int col, int width, uint64_t val, int flags) in sysputwuint64() argument
100 sysputspaces(wd, row, col, width); in sysputwuint64()
102 sysputuint64(wd, row, col, width, val, flags); in sysputwuint64()
[all …]
/freebsd-13-stable/usr.bin/ruptime/
HDruptime.c192 struct whod *wd; in ruptime() local
222 wd = &hsp->hs_wd; in ruptime()
223 cc = read(fd, wd, sizeof(*wd)); in ruptime()
228 if (host != NULL && strcasecmp(wd->wd_hostname, host) != 0) in ruptime()
230 if (LEFTEARTH(wd->wd_recvtime)) in ruptime()
233 if (hostnamewidth < (int)strlen(wd->wd_hostname)) in ruptime()
234 hostnamewidth = (int)strlen(wd->wd_hostname); in ruptime()
238 w = iwidth(wd->wd_loadav[i] / 100) + 3; in ruptime()
242 for (hsp->hs_nusers = 0, we = &wd->wd_we[0]; in ruptime()
243 (char *)(we + 1) <= (char *)wd + cc; we++) in ruptime()
[all …]
/freebsd-13-stable/contrib/bearssl/T0/
HDWordData.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-13-stable/usr.sbin/rwhod/
HDrwhod.c357 struct whod wd; in receiver_process() local
379 cc = recvfrom(s, &wd, sizeof(wd), 0, (struct sockaddr *)&from, in receiver_process()
396 if (wd.wd_vers != WHODVERSION) in receiver_process()
398 if (wd.wd_type != WHODTYPE_STATUS) in receiver_process()
400 if (!verify(wd.wd_hostname, sizeof(wd.wd_hostname))) { in receiver_process()
405 (void) snprintf(path, sizeof(path), "whod.%s", wd.wd_hostname); in receiver_process()
427 wd.wd_sendtime = ntohl(wd.wd_sendtime); in receiver_process()
429 wd.wd_loadav[i] = ntohl(wd.wd_loadav[i]); in receiver_process()
430 wd.wd_boottime = ntohl(wd.wd_boottime); in receiver_process()
431 we = wd.wd_we; in receiver_process()
[all …]
/freebsd-13-stable/usr.bin/rwho/
HDrwho.c66 #define WHDRSIZE (ssize_t)(sizeof(wd) - sizeof(wd.wd_we))
73 static struct whod wd; variable
76 char myhost[sizeof(wd.wd_hostname)];
103 w = &wd; in main()
150 cc = read(f, (char *)&wd, sizeof(struct whod)); in main()
/freebsd-13-stable/tests/sys/fs/fusefs/
HDreadlink.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-13-stable/sys/contrib/device-tree/Bindings/gpio/
Dwd,mbl-gpio.txt8 - compatible: should be "wd,mbl-gpio"
24 compatible = "wd,mbl-gpio";
32 compatible = "wd,mbl-gpio";
/freebsd-13-stable/contrib/tcsh/nls/ukrainian/
HDset1712 10 \040(wd:
13 11 wd тепер:
/freebsd-13-stable/contrib/tcsh/nls/greek/
HDset1712 10 \040(wd:
13 11 τωρινο wd:
/freebsd-13-stable/lib/libcalendar/
HDcalendar.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-13-stable/contrib/tcsh/nls/russian/
HDset1712 10 \040(wd:
13 11 wd now:
/freebsd-13-stable/contrib/tcsh/nls/C/
HDset1712 10 \040(wd:
13 11 (wd now:
/freebsd-13-stable/contrib/tcsh/nls/french/
HDset1712 10 \040(wd:
13 11 wd maintenant:
/freebsd-13-stable/contrib/bearssl/tools/
HDbrssl.c68 WSADATA wd; in main() local
71 r = WSAStartup(MAKEWORD(2, 2), &wd); in main()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/posix/
HDProcessLauncherPosixFork.cpp104 std::string wd; member
144 if (!info.wd.empty() && 0 != ::chdir(info.wd.c_str())) in ChildFunc()
252 wd(info.GetWorkingDirectory().GetPath()), in ForkLaunchInfo()
/freebsd-13-stable/contrib/ntp/include/
HDntp_calgps.h133 gpsntp_from_gpscal(TcGpsDatum *wd) { in gpsntp_from_gpscal() argument
134 return gpsntp_from_gpscal_ex(wd, FALSE); in gpsntp_from_gpscal()
/freebsd-13-stable/sys/contrib/device-tree/src/arm/
HDox810se-wd-mbwe.dts3 * wd-mbwe.dtsi - Device tree file for Western Digital My Book World Edition
14 compatible = "wd,mbwe", "oxsemi,ox810se";
/freebsd-13-stable/share/doc/psd/21.ipc/
HDspell.ok341 wd
342 wd.wd
/freebsd-13-stable/contrib/wpa/src/pasn/
HDpasn_responder.c42 struct wpabuf *wd) in pasn_wd_handle_sae_commit() argument
50 if (!wd) in pasn_wd_handle_sae_commit()
53 data = wpabuf_head_u8(wd); in pasn_wd_handle_sae_commit()
54 buf_len = wpabuf_len(wd); in pasn_wd_handle_sae_commit()
117 const u8 *peer_addr, struct wpabuf *wd) in pasn_wd_handle_sae_confirm() argument
123 if (!wd) in pasn_wd_handle_sae_confirm()
126 data = wpabuf_head_u8(wd); in pasn_wd_handle_sae_confirm()
127 buf_len = wpabuf_len(wd); in pasn_wd_handle_sae_confirm()

123