Home
last modified time | relevance | path

Searched refs:to (Results 1 – 25 of 2428) sorted by relevance

12345678910>>...98

/dragonfly/contrib/binutils-2.34/bfd/
H A Delf-linux-core.h66 bfd_put_32 (obfd, from->pr_uid, to->pr_uid); in swap_linux_prpsinfo32_ugid32_out()
67 bfd_put_32 (obfd, from->pr_gid, to->pr_gid); in swap_linux_prpsinfo32_ugid32_out()
68 bfd_put_32 (obfd, from->pr_pid, to->pr_pid); in swap_linux_prpsinfo32_ugid32_out()
72 strncpy (to->pr_fname, from->pr_fname, sizeof (to->pr_fname)); in swap_linux_prpsinfo32_ugid32_out()
73 strncpy (to->pr_psargs, from->pr_psargs, sizeof (to->pr_psargs)); in swap_linux_prpsinfo32_ugid32_out()
124 strncpy (to->pr_fname, from->pr_fname, sizeof (to->pr_fname)); in swap_linux_prpsinfo32_ugid16_out()
125 strncpy (to->pr_psargs, from->pr_psargs, sizeof (to->pr_psargs)); in swap_linux_prpsinfo32_ugid16_out()
177 strncpy (to->pr_fname, from->pr_fname, sizeof (to->pr_fname)); in swap_linux_prpsinfo64_ugid32_out()
178 strncpy (to->pr_psargs, from->pr_psargs, sizeof (to->pr_psargs)); in swap_linux_prpsinfo64_ugid32_out()
230 strncpy (to->pr_fname, from->pr_fname, sizeof (to->pr_fname)); in swap_linux_prpsinfo64_ugid16_out()
[all …]
/dragonfly/contrib/lvm2/dist/lib/misc/
H A Dconfigure.h.in6 /* Define to 1 to include built-in support for clustered LVM locking. */
20 /* Define to 0 to reinstate the pre-2.02.54 handling of unit suffixes. */
23 /* Define to 1 to enable LVM2 device-mapper interaction. */
26 /* Define to 1 to enable the device-mapper event daemon. */
188 /* Define to 1 to include support for realtime clock. */
203 /* Define to 1 to include support for selinux. */
392 /* Define to 1 to include built-in support for mirrors. */
398 /* Define to 1 to enable O_DIRECT support. */
419 /* Define to 1 to include the LVM readline shell. */
434 /* Define to 1 to include built-in support for snapshots. */
[all …]
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dconfig.in43 /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
47 /* Define to 1 if you have the declaration of `basename(char *)', and to 0 if
51 /* Define to 1 if you have the declaration of `calloc', and to 0 if you don't.
55 /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
70 /* Define to 1 if you have the declaration of `realloc', and to 0 if you
74 /* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't.
78 /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
82 /* Define to 1 if you have the declaration of `strverscmp', and to 0 if you
86 /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
90 /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
[all …]
/dragonfly/etc/
H A Drc.firewall6104 ${fw6cmd} add 65000 pass all from any to any
135 ${fw6cmd} add pass all from any to any frag
144 ${fw6cmd} add deny tcp from any to any setup
147 ${fw6cmd} add pass udp from any 53 to ${ip}
148 ${fw6cmd} add pass udp from ${ip} to any 53
151 ${fw6cmd} add pass udp from any 123 to ${ip}
152 ${fw6cmd} add pass udp from ${ip} to any 123
235 ${fw6cmd} add pass all from any to any frag
242 ${fw6cmd} add pass udp from any to ${oip} 53
243 ${fw6cmd} add pass udp from ${oip} 53 to any
[all …]
/dragonfly/contrib/ncurses/ncurses/tinfo/
H A Dalloc_ttype.c102 to->num, (unsigned short) (to->num + (ext - to->ext)))); \
103 to->num = (unsigned short) (to->num + (ext - to->ext))
135 to->Booleans[base + m] = to->Booleans[base + n--]; in realign_data()
153 to->Numbers[base + m] = to->Numbers[base + n--]; in realign_data()
166 TYPE_REALLOC(char *, to->num_Strings, to->Strings); in realign_data()
171 to->Strings[base + m] = to->Strings[base + n--]; in realign_data()
376 int first = to->ext_Booleans + to->ext_Numbers; in adjust_cancels()
382 int j_str = to->num_Strings - first - to->ext_Strings; in adjust_cancels()
425 na = to ? ((int) NUM_EXT_NAMES(to)) : 0; in _nc_align_termtype()
429 na, to ? NonNull(to->term_names) : "?", in _nc_align_termtype()
[all …]
/dragonfly/contrib/gcc-4.7/libcpp/
H A Dconfig.in17 /* Define to 1 if translation of program messages to the user's native
31 /* Define to 1 if you have the declaration of `abort', and to 0 if you don't.
35 /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
39 /* Define to 1 if you have the declaration of `basename(char *)', and to 0 if
47 /* Define to 1 if you have the declaration of `errno', and to 0 if you don't.
55 /* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if
59 /* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
63 /* Define to 1 if you have the declaration of `fgetc_unlocked', and to 0 if
67 /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
325 /* Define to 1 if you need to in order for `stat' and other things to work. */
[all …]
/dragonfly/contrib/gdb-7/bfd/
H A Delf-linux-psinfo.h64 H_PUT_8 (abfd, from->pr_zomb, &to.pr_zomb); \
65 H_PUT_8 (abfd, from->pr_nice, &to.pr_nice); \
66 H_PUT_32 (abfd, from->pr_flag, to.pr_flag); \
67 H_PUT_16 (abfd, from->pr_uid, to.pr_uid); \
68 H_PUT_16 (abfd, from->pr_gid, to.pr_gid); \
69 H_PUT_32 (abfd, from->pr_pid, to.pr_pid); \
72 H_PUT_32 (abfd, from->pr_sid, to.pr_sid); \
73 strncpy (to.pr_fname, from->pr_fname, sizeof (to.pr_fname)); \
74 strncpy (to.pr_psargs, from->pr_psargs, sizeof (to.pr_psargs)); \
123 strncpy (to.pr_fname, from->pr_fname, sizeof (to.pr_fname)); \
[all …]
/dragonfly/gnu/usr.bin/cvs/lib/
H A Dconfig.h.proto5 directories) and paths to files the CVS server will allow configuration to
16 /* Define if you want CVS to be able to be a remote repository client. */
57 absolute path to an executable, use the shell to find where the editor
62 /* Define to 1 if translation of program messages to the user's native
99 message to be appended to the temp file when the editor is started. */
597 /* Define to 1 if stdbool.h conforms to C99. */
900 /* Define to force lib/regex.c to use malloc instead of alloca. */
933 /* Define if you want CVS to be able to serve repositories to remote clients.
1143 /* Define to 1 if you need to in order for `stat' and other things to work. */
1149 /* Define to force lib/regex.c to define re_comp et al. */
[all …]
/dragonfly/contrib/binutils-2.27/bfd/
H A Delf-linux-core.h58 struct elf_external_linux_prpsinfo32 *to) in swap_linux_prpsinfo32_out() argument
65 bfd_put_16 (obfd, from->pr_uid, to->pr_uid); in swap_linux_prpsinfo32_out()
66 bfd_put_16 (obfd, from->pr_gid, to->pr_gid); in swap_linux_prpsinfo32_out()
67 bfd_put_32 (obfd, from->pr_pid, to->pr_pid); in swap_linux_prpsinfo32_out()
70 bfd_put_32 (obfd, from->pr_sid, to->pr_sid); in swap_linux_prpsinfo32_out()
71 strncpy (to->pr_fname, from->pr_fname, sizeof (to->pr_fname)); in swap_linux_prpsinfo32_out()
72 strncpy (to->pr_psargs, from->pr_psargs, sizeof (to->pr_psargs)); in swap_linux_prpsinfo32_out()
113 bfd_put_32 (obfd, from->pr_uid, to->pr_uid); in swap_linux_prpsinfo64_out()
114 bfd_put_32 (obfd, from->pr_gid, to->pr_gid); in swap_linux_prpsinfo64_out()
119 strncpy (to->pr_fname, from->pr_fname, sizeof (to->pr_fname)); in swap_linux_prpsinfo64_out()
[all …]
/dragonfly/contrib/gdb-7/gdb/
H A Dconfig.in36 /* Define to 1 if translation of program messages to the user's native
96 /* Define to 1 if you have the declaration of `getthrds', and to 0 if you
108 /* Define to 1 if you have the declaration of `realloc', and to 0 if you
112 /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
116 /* Define to 1 if you have the declaration of `strerror', and to 0 if you
124 /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
634 /* Define to 1 if the "%Lg" format works to print long doubles. */
637 /* Define to 1 if the "%ll" format works to print long longs. */
665 /* Define to 1 if the "%Lg" format works to scan long doubles. */
786 /* Define to 1 if you need to in order for `stat' and other things to work. */
[all …]
/dragonfly/contrib/bmake/
H A Dconfig.h.in9 /* Shell spec to use by default */
15 /* Define to 1 if you have the <ar.h> header file. */
18 /* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
32 /* Define to 1 if you have the `err' function. */
35 /* Define to 1 if you have the `errx' function. */
44 /* Define to 1 if you have the `fork' function. */
265 /* Define to 1 if `fork' works. */
268 /* Define to 1 if `vfork' works. */
289 /* Define to the version of this package. */
385 to make mbstate_t available. */
[all …]
/dragonfly/contrib/binutils-2.34/gold/
H A Dresolve.cc260 && to->is_defined() in resolve()
295 to->set_in_reg(); in resolve()
310 to->set_in_dyn(); in resolve()
331 if (to->is_common() in resolve()
344 to->set_value(tovalue); in resolve()
371 && to->name()[0] == '_' && to->name()[1] == 'Z') in resolve()
384 ? to->type() in resolve()
436 if (to->is_from_dynobj() && to->in_reg() && !to->is_undef_binding_weak()) in resolve()
529 if ((to->source() == Symbol::FROM_OBJECT && to->object()->just_symbols()) in should_override()
631 if (to->in_reg() in should_override()
[all …]
/dragonfly/contrib/binutils-2.27/gold/
H A Dresolve.cc258 && to->is_defined() in resolve()
284 to->set_in_reg(); in resolve()
299 to->set_in_dyn(); in resolve()
305 to->set_in_real_elf(); in resolve()
320 if (to->is_common() in resolve()
331 to->set_symsize(tosize); in resolve()
333 to->set_value(tovalue); in resolve()
360 && to->name()[0] == '_' && to->name()[1] == 'Z') in resolve()
364 Symbol_location toloc = { to->object(), to->shndx(&to_is_ordinary), in resolve()
373 ? to->type() in resolve()
[all …]
/dragonfly/bin/mv/
H A Dmv.c197 } else if (access(to, W_OK) && !stat(to, &sb) && isatty(STDIN_FILENO)) { in do_move()
220 if (!rename(from, to)) { in do_move()
275 fastcopy(from, to, &sb) : copy(from, to)); in do_move()
311 err: if (unlink(to)) in fastcopy()
325 to, oldmode); in fastcopy()
350 if (utimes(to, tval)) in fastcopy()
354 warn("%s", to); in fastcopy()
377 if (rmdir(to) != 0) { in copy()
378 warn("rmdir %s", to); in copy()
382 if (unlink(to) != 0) { in copy()
[all …]
/dragonfly/contrib/gcc-4.7/libstdc++-v3/
H A Dconfig.h.in3 /* Define to 1 if you have the `acosf' function. */
6 /* Define to 1 if you have the `acosl' function. */
9 /* Define to 1 if you have the `asinf' function. */
12 /* Define to 1 if you have the `asinl' function. */
18 /* Define to 1 if you have the `atan2f' function. */
24 /* Define to 1 if you have the `atanf' function. */
27 /* Define to 1 if you have the `atanl' function. */
370 to different versions. */
701 /* Define to 1 if a fully dynamic basic_string is wanted, 0 to disable,
756 functions to be present. */
[all …]
/dragonfly/contrib/cryptsetup/
H A Dconfig.h.in30 /* Define to 1 if translation of program messages to the user's native
42 /* Define to 1 if you have the <ctype.h> header file. */
53 /* Define to 1 if you have the <dlfcn.h> header file. */
59 /* Define to 1 if you have the <fcntl.h> header file. */
159 /* Define to the full name of this package. */
168 /* Define to the home page for this package. */
171 /* Define to the version of this package. */
199 /* Try to use udev synchronisation? */
223 /* Define to 1 if on MINIX. */
230 /* Define to 1 if you need to in order for `stat' and other things to work. */
[all …]
/dragonfly/bin/cp/
H A Dutils.c90 to.p_path, YESNO); in copy_file()
104 unlink(to.p_path); in copy_file()
120 warn("%s", to.p_path); in copy_file()
158 warn("%s", to.p_path); in copy_file()
188 warn("%s", to.p_path); in copy_file()
200 warn("%s", to.p_path); in copy_file()
216 warn("%s", to.p_path); in copy_file()
238 warn("unlink: %s", to.p_path); in copy_link()
270 warn("mknod: %s", to.p_path); in copy_special()
291 if (islink ? lutimes(to.p_path, tv) : utimes(to.p_path, tv)) { in setfile()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Dconfig.in68 /* Define to 1 to enable decimal float extension to C. */
80 /* Define to 1 to enable fixed-point arithmetic extension to C. */
122 /* Define to 1 to enable libquadmath support */
134 /* Define to 1 if translation of program messages to the user's native
604 to 0. */
701 to 0. */
722 to 0. */
778 to 0. */
805 to 0. */
1615 /* Define to the linker flags to use for -pthread. */
[all …]
H A Dtree-emutls.c211 tree name, to; in get_emutls_init_templ_addr() local
228 SET_DECL_ASSEMBLER_NAME (to, DECL_NAME (to)); in get_emutls_init_templ_addr()
241 make_decl_one_only (to, DECL_ASSEMBLER_NAME (to)); in get_emutls_init_templ_addr()
263 varpool_node (to); in get_emutls_init_templ_addr()
274 tree name, to; in new_emutls_decl() local
281 SET_DECL_ASSEMBLER_NAME (to, DECL_NAME (to)); in new_emutls_decl()
301 DECL_ATTRIBUTES (to) = targetm.merge_decl_attributes (decl, to); in new_emutls_decl()
304 make_decl_one_only (to, DECL_ASSEMBLER_NAME (to)); in new_emutls_decl()
328 DECL_INITIAL (to) = targetm.emutls.var_init (to, decl, tmpl); in new_emutls_decl()
335 varpool_node (to); in new_emutls_decl()
[all …]
/dragonfly/contrib/awk/
H A DFIXES.1e127 Fix to argument parsing to avoid printing spurious newlines.
132 to get it to compile with g++. Thanks to Arnold Robbins.
152 In order to make life easier, we move exclusively to bison
200 to use the -y flag to bison.
243 Thanks to Jim Lowe for the report and to Christos Zoulas
828 changed true/false to True/False in run.c to make it
831 ltype int to long in struct rrow to reduce some 64-bit
870 to have to compile out of the box.
872 added calls to _popen and _pclose to the win95 stub for
1072 to permit regular expressions to be much bigger.
[all …]
/dragonfly/usr.sbin/ppp/
H A Dsystems.c81 startto = to; in InterpretArg()
88 if (to >= endto) in InterpretArg()
132 ptr = to; in InterpretArg()
140 *to++ = '$'; in InterpretArg()
144 strncpy(to, env, endto - to); in InterpretArg()
146 to += strlen(to); in InterpretArg()
169 strncpy(to, pwd->pw_dir, endto - to); in InterpretArg()
171 to += strlen(to); in InterpretArg()
184 to--; in InterpretArg()
186 to++; in InterpretArg()
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++11/
H A Dcodecvt.cc324 if (to.size() < 1) in write_utf8_code_point()
326 to = code_point; in write_utf8_code_point()
330 if (to.size() < 2) in write_utf8_code_point()
337 if (to.size() < 3) in write_utf8_code_point()
345 if (to.size() < 4) in write_utf8_code_point()
429 if (to.size() > 0) in write_utf16_code_point()
461 to = codepoint;
498 to = codepoint;
673 to = c;
1085 range<char16_t> to{ in do_in() local
[all …]
/dragonfly/contrib/gcc-4.7/libssp/
H A Dconfig.h.in3 /* Define to 1 if you have the <alloca.h> header file. */
6 /* Define to 1 if you have the <dlfcn.h> header file. */
9 /* Define to 1 if you have the <fcntl.h> header file. */
18 /* Define to 1 if you have the <limits.h> header file. */
24 /* Define to 1 if you have the `memmove' function. */
30 /* Define to 1 if you have the `mempcpy' function. */
51 /* Define to 1 if you have the `strncat' function. */
54 /* Define to 1 if you have the `strncpy' function. */
82 /* Define to the full name of this package. */
91 /* Define to the home page for this package. */
[all …]
/dragonfly/contrib/gcc-4.7/libgomp/
H A Dconfig.h.in21 /* Define to 1 if you have the `clock_gettime' function. */
24 /* Define to 1 if you have the <dlfcn.h> header file. */
27 /* Define to 1 if you have the `getloadavg' function. */
33 /* Define to 1 if you have the <memory.h> header file. */
42 /* Define to 1 if you have the <stdint.h> header file. */
54 /* Define to 1 if you have the `strtoull' function. */
58 to different versions. */
95 /* Define to the full name of this package. */
104 /* Define to the home page for this package. */
107 /* Define to the version of this package. */
[all …]
/dragonfly/share/zoneinfo/
H A DNEWS32 Changes to code
501 zic now defaults to '-b slim' instead of to '-b fat'.
1108 Changes to data format and to code
1565 bit easier to port to MS-Windows and Solaris. (Thanks to Kees
2538 settings to the user. (Thanks to Stefan Kuhn.)
2804 to 1 on recent POSIX versions, and to 0 otherwise.
3527 (Thanks to Eric Blake for suggesting to the POSIX committee to
4589 an update to a link to time zone software)
4758 Change to "difftime.c" to avoid sizeof problems.
5272 the mktime change to scan from future to past when trying to find time zone
[all …]

12345678910>>...98