Searched refs:ft (Results 1 - 25 of 69) sorted by relevance

123

/openbsd-current/usr.bin/tmux/
H A Dcmd-list-sessions.c58 struct format_tree *ft; local
69 ft = format_create(cmdq_get_client(item), item, FORMAT_NONE, 0);
70 format_add(ft, "line", "%u", n);
71 format_defaults(ft, NULL, s, NULL, NULL);
74 expanded = format_expand(ft, filter);
80 line = format_expand(ft, template);
85 format_free(ft);
H A Dcmd-list-clients.c60 struct format_tree *ft; local
80 ft = format_create(cmdq_get_client(item), item, FORMAT_NONE, 0);
81 format_add(ft, "line", "%u", idx);
82 format_defaults(ft, c, NULL, NULL, NULL);
85 expanded = format_expand(ft, filter);
91 line = format_expand(ft, template);
96 format_free(ft);
H A Dcmd-list-buffers.c51 struct format_tree *ft; local
62 ft = format_create(cmdq_get_client(item), item, FORMAT_NONE, 0);
63 format_defaults_paste_buffer(ft, pb);
66 expanded = format_expand(ft, filter);
72 line = format_expand(ft, template);
77 format_free(ft);
H A Dcmd-show-messages.c82 struct format_tree *ft; local
96 ft = format_create_from_target(item);
98 format_add(ft, "message_text", "%s", msg->msg);
99 format_add(ft, "message_number", "%u", msg->msg_num);
100 format_add_tv(ft, "message_time", &msg->msg_time);
102 s = format_expand(ft, SHOW_MESSAGES_TEMPLATE);
106 format_free(ft);
H A Dcmd-list-windows.c91 struct format_tree *ft; local
111 ft = format_create(cmdq_get_client(item), item, FORMAT_NONE, 0);
112 format_add(ft, "line", "%u", n);
113 format_defaults(ft, NULL, s, wl, NULL);
116 expanded = format_expand(ft, filter);
122 line = format_expand(ft, template);
127 format_free(ft);
H A Dcmd-list-panes.c94 struct format_tree *ft; local
129 ft = format_create(cmdq_get_client(item), item, FORMAT_NONE, 0);
130 format_add(ft, "line", "%u", n);
131 format_defaults(ft, NULL, s, wl, wp);
134 expanded = format_expand(ft, filter);
140 line = format_expand(ft, template);
145 format_free(ft);
H A Dcmd-display-message.c72 struct format_tree *ft; local
128 ft = format_create(cmdq_get_client(item), item, FORMAT_NONE, flags);
129 format_defaults(ft, c, s, wl, wp);
132 format_each(ft, cmd_display_message_each, item);
139 msg = format_expand_time(ft, template);
156 format_free(ft);
H A Dcmd-display-menu.c112 struct format_tree *ft; local
124 ft = format_create_from_target(item);
126 format_add(ft, "popup_mouse_x", "%u", event->m.x);
127 format_add(ft, "popup_mouse_y", "%u", event->m.y);
156 format_add(ft, "popup_window_status_line_x", "%u",
159 format_add(ft, "popup_window_status_line_y",
162 format_add(ft, "popup_window_status_line_y",
168 format_add(ft, "popup_status_line_y", "%u", lines + h);
170 format_add(ft, "popup_status_line_y", "%u",
177 format_add(ft, "popup_widt
[all...]
H A Dnames.c126 struct format_tree *ft; local
130 ft = format_create(NULL, NULL, FORMAT_WINDOW|w->id, 0);
131 format_defaults_window(ft, w);
132 format_defaults_pane(ft, w->active);
135 name = format_expand(ft, fmt);
137 format_free(ft);
H A Dwindow-buffer.c167 struct format_tree *ft; local
202 ft = format_create(NULL, NULL, FORMAT_NONE, 0);
203 format_defaults(ft, NULL, s, wl, wp);
204 format_defaults_paste_buffer(ft, pb);
207 cp = format_expand(ft, filter);
210 format_free(ft);
216 text = format_expand(ft, data->format);
221 format_free(ft);
296 struct format_tree *ft; local
313 ft
[all...]
H A Dwindow-customize.c232 struct options_entry *o, struct format_tree *ft)
247 format_add(ft, "option_name", "%s", name);
249 format_add(ft, "option_value", "%s", value);
257 text = format_expand(ft, data->format);
272 struct options_entry *o, struct format_tree *ft,
295 format_add(ft, "option_name", "%s", name);
296 format_add(ft, "option_is_global", "%d", global);
297 format_add(ft, "option_is_array", "%d", array);
300 format_add(ft, "option_scope", "%s", text);
304 format_add(ft, "option_uni
230 window_customize_build_array(struct window_customize_modedata *data, struct mode_tree_item *top, enum window_customize_scope scope, struct options_entry *o, struct format_tree *ft) argument
270 window_customize_build_option(struct window_customize_modedata *data, struct mode_tree_item *top, enum window_customize_scope scope, struct options_entry *o, struct format_tree *ft, const char *filter, struct cmd_find_state *fs) argument
371 window_customize_build_options(struct window_customize_modedata *data, const char *title, uint64_t tag, enum window_customize_scope scope0, struct options *oo0, enum window_customize_scope scope1, struct options *oo1, enum window_customize_scope scope2, struct options *oo2, struct format_tree *ft, const char *filter, struct cmd_find_state *fs) argument
443 window_customize_build_keys(struct window_customize_modedata *data, struct key_table *kt, struct format_tree *ft, const char *filter, struct cmd_find_state *fs, u_int number) argument
532 struct format_tree *ft; local
665 struct format_tree *ft; local
[all...]
/openbsd-current/bin/pax/
H A Dftree.c151 FTREE *ft; local
167 if ((ft = malloc(sizeof(FTREE))) == NULL) {
174 ft->fname = str;
175 ft->refcnt = 0;
176 ft->newercnt = 0;
177 ft->chflg = chflg;
178 ft->fow = NULL;
180 fttail = fthead = ft;
183 fttail->fow = ft;
184 fttail = ft;
243 FTREE *ft; local
[all...]
H A Dtables.c175 struct file_times ft; member in struct:atdir
190 struct file_times ft; member in struct:dirdata
1411 set_attr(&pt->ft, 1, 0, 0, 0);
1442 if ((pt->ft.ft_ino == ino) && (pt->ft.ft_dev == dev))
1460 if ((pt->ft.ft_name = strdup(fname)) != NULL) {
1461 pt->ft.ft_dev = dev;
1462 pt->ft.ft_ino = ino;
1463 pt->ft.ft_mtim = *mtimp;
1464 pt->ft
[all...]
H A Dfile_subs.c819 set_attr(const struct file_times *ft, int force_times, mode_t mode, argument
833 fd = open(ft->ft_name, O_RDONLY | O_DIRECTORY);
837 " for directory: %s", ft->ft_name);
844 ft->ft_name);
846 } else if (ft->ft_ino != sb.st_ino || ft->ft_dev != sb.st_dev) {
849 " mode and times: %s", ft->ft_name);
854 fset_pmode(ft->ft_name, fd, mode);
856 timespeccmp(&ft->ft_atim, &sb.st_atim, !=)) ||
858 timespeccmp(&ft
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D920501-4.c12 double fm,ft; local
28 while ( (ft != 0) && (ft < fm )) {
/openbsd-current/sys/arch/mips64/mips64/
H A Dfp_emulate.c523 uint ft, fs, fd; local
629 ft = inst.FRType.ft;
633 if ((ft | fs | fd) & 1)
643 fpu_c(p, tf, inst.FRType.fmt, ft, fs, fd, inst.FRType.func);
645 return (*fpu_op)(p, tf, inst.FRType.fmt, ft, fs, fd);
655 uint fr, ft, fs, fd; local
699 ft = inst.FQType.ft;
703 if ((fr | ft | f
775 fpu_int_l(struct proc *p, struct trapframe *tf, uint fmt, uint ft, uint fs, uint fd, uint rm) argument
805 fpu_int_w(struct proc *p, struct trapframe *tf, uint fmt, uint ft, uint fs, uint fd, uint rm) argument
839 fpu_abs(struct proc *p, struct trapframe *tf, uint fmt, uint ft, uint fs, uint fd) argument
874 fpu_add(struct proc *p, struct trapframe *tf, uint fmt, uint ft, uint fs, uint fd) argument
897 fpu_c(struct proc *p, struct trapframe *tf, uint fmt, uint ft, uint fs, uint fd, uint op) argument
972 fpu_ceil_l(struct proc *p, struct trapframe *tf, uint fmt, uint ft, uint fs, uint fd) argument
980 fpu_ceil_w(struct proc *p, struct trapframe *tf, uint fmt, uint ft, uint fs, uint fd) argument
988 fpu_cvt_d(struct proc *p, struct trapframe *tf, uint fmt, uint ft, uint fs, uint fd) argument
1016 fpu_cvt_l(struct proc *p, struct trapframe *tf, uint fmt, uint ft, uint fs, uint fd) argument
1047 fpu_cvt_s(struct proc *p, struct trapframe *tf, uint fmt, uint ft, uint fs, uint fd) argument
1075 fpu_cvt_w(struct proc *p, struct trapframe *tf, uint fmt, uint ft, uint fs, uint fd) argument
1106 fpu_div(struct proc *p, struct trapframe *tf, uint fmt, uint ft, uint fs, uint fd) argument
1129 fpu_floor_l(struct proc *p, struct trapframe *tf, uint fmt, uint ft, uint fs, uint fd) argument
1137 fpu_floor_w(struct proc *p, struct trapframe *tf, uint fmt, uint ft, uint fs, uint fd) argument
1145 fpu_madd(struct proc *p, struct trapframe *tf, uint fmt, uint fr, uint ft, uint fs, uint fd) argument
1173 fpu_mov(struct proc *p, struct trapframe *tf, uint fmt, uint ft, uint fs, uint fd) argument
1190 fpu_movcf(struct proc *p, struct trapframe *tf, uint fmt, uint ft, uint fs, uint fd) argument
1214 fpu_movn(struct proc *p, struct trapframe *tf, uint fmt, uint ft, uint fs, uint fd) argument
1232 fpu_movz(struct proc *p, struct trapframe *tf, uint fmt, uint ft, uint fs, uint fd) argument
1250 fpu_msub(struct proc *p, struct trapframe *tf, uint fmt, uint fr, uint ft, uint fs, uint fd) argument
1278 fpu_mul(struct proc *p, struct trapframe *tf, uint fmt, uint ft, uint fs, uint fd) argument
1301 fpu_neg(struct proc *p, struct trapframe *tf, uint fmt, uint ft, uint fs, uint fd) argument
1336 fpu_nmadd(struct proc *p, struct trapframe *tf, uint fmt, uint fr, uint ft, uint fs, uint fd) argument
1372 fpu_nmsub(struct proc *p, struct trapframe *tf, uint fmt, uint fr, uint ft, uint fs, uint fd) argument
1408 fpu_recip(struct proc *p, struct trapframe *tf, uint fmt, uint ft, uint fs, uint fd) argument
1432 fpu_round_l(struct proc *p, struct trapframe *tf, uint fmt, uint ft, uint fs, uint fd) argument
1440 fpu_round_w(struct proc *p, struct trapframe *tf, uint fmt, uint ft, uint fs, uint fd) argument
1448 fpu_rsqrt(struct proc *p, struct trapframe *tf, uint fmt, uint ft, uint fs, uint fd) argument
1478 fpu_sqrt(struct proc *p, struct trapframe *tf, uint fmt, uint ft, uint fs, uint fd) argument
1502 fpu_sub(struct proc *p, struct trapframe *tf, uint fmt, uint ft, uint fs, uint fd) argument
1525 fpu_trunc_l(struct proc *p, struct trapframe *tf, uint fmt, uint ft, uint fs, uint fd) argument
1533 fpu_trunc_w(struct proc *p, struct trapframe *tf, uint fmt, uint ft, uint fs, uint fd) argument
[all...]
/openbsd-current/regress/usr.bin/mandoc/roff/
H A DMakefile4 SUBDIR += br cc ce char de ds ft ig it ll mc na nr po ps
/openbsd-current/lib/libm/src/ld128/
H A Ds_cbrtl.c33 float ft, fx; local
92 SET_FLOAT_WORD(ft, ((hx & 0x7fffffff) / 3 + B1));
96 dt = ft;
/openbsd-current/lib/libm/src/ld80/
H A Ds_cbrtl.c33 float ft, fx; local
88 SET_FLOAT_WORD(ft, ((hx & 0x7fffffff) / 3 + B1));
92 dt = ft;
/openbsd-current/lib/libcurses/tinfo/
H A Dlib_win32util.c123 FILETIME ft; member in union:__anon40
127 GetSystemTimeAsFileTime(&data.ft);
/openbsd-current/gnu/usr.bin/gcc/gcc/java/
H A Djv-scan.c141 long ft;
193 ft = ftell (out);
218 if (ftell (out) != ft)
220 ft = ftell (out);
229 if (ftell (out) != ft)
140 long ft; variable
/openbsd-current/sys/arch/mips64/include/
H A Dmips_opcode.h77 unsigned ft: 5; member in struct:__anon8513::__anon8517
86 unsigned ft: 5; member in struct:__anon8513::__anon8518
119 unsigned ft: 5; member in struct:__anon8513::__anon8522
130 unsigned ft: 5; member in struct:__anon8513::__anon8523
/openbsd-current/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwinKernel.h100 FindKDKandSDKDirectoriesInDirectory(void *baton, llvm::sys::fs::file_type ft,
107 llvm::sys::fs::file_type ft,
112 llvm::sys::fs::file_type ft,
116 GetKernelsAndKextsInDirectoryHelper(void *baton, llvm::sys::fs::file_type ft,
/openbsd-current/gnu/llvm/libcxx/src/
H A Dchrono.cpp104 FILETIME ft; local
107 GetSystemTimePreciseAsFileTime(&ft);
109 GetSystemTimeAsFileTime(&ft);
111 GetSystemTimeAsFileTimeFunc.fp(&ft);
114 filetime_duration d{(static_cast<__int64>(ft.dwHighDateTime) << 32) |
115 static_cast<__int64>(ft.dwLowDateTime)};
/openbsd-current/usr.sbin/ldpd/
H A Dlabelmapping.c129 struct tlv ft; local
143 if (len < sizeof(ft)) {
148 memcpy(&ft, buf, sizeof(ft));
149 if (ntohs(ft.type) != TLV_TYPE_FEC) {
153 feclen = ntohs(ft.length);
568 struct tlv ft; local
574 ft.type = htons(TLV_TYPE_FEC);
578 ft.length = htons(sizeof(uint8_t));
579 err |= ibuf_add(buf, &ft, sizeo
[all...]

Completed in 307 milliseconds

123