Searched refs:to (Results 76 - 100 of 1425) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/smbfs/lib/smb/
H A Dkiconv.c17 * may be used to endorse or promote products derived from this software
49 kiconv_add_xlat_table(const char *to, const char *from, const u_char *table) argument
55 if (strlen(from) >= ICONV_CSNMAXLEN || strlen(to) >= ICONV_CSNMAXLEN)
60 strcpy(din.ia_to, to);
67 seteuid(real_uid); /* and back to real user */
70 seteuid(real_uid); /* and back to real user */
/freebsd-11-stable/contrib/bmake/mk/
H A Dsys.debug.mk7 # Permission to copy, redistribute or otherwise
12 # Please send copies of changes and bug-fixes to:
16 # Sometimes we want to turn on debugging in just one or two places
21 # use DEBUG_MAKE_FLAGS0 to apply only to .MAKE.LEVEL 0
24 # we use indirection, to simplify the tests below, and incase
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors_memintrinsics.h21 DECLARE_REAL(void*, memcpy, void *to, const void *from, uptr size)
79 // We do not treat memcpy with to==from as a bug.
81 #define ASAN_MEMCPY_IMPL(ctx, to, from, size) \
83 if (UNLIKELY(!asan_inited)) return internal_memcpy(to, from, size); \
85 return REAL(memcpy)(to, from, size); \
89 if (to != from) { \
90 CHECK_RANGES_OVERLAP("memcpy", to, size, from, size); \
93 ASAN_WRITE_RANGE(ctx, to, size); \
95 return REAL(memcpy)(to, from, size); \
112 #define ASAN_MEMMOVE_IMPL(ctx, to, fro
[all...]
/freebsd-11-stable/contrib/dialog/samples/
H A Deditbox12 Hi, this is an edit box. It can be used to edit text from a file.
37 Try to input some text below:
H A Deditbox210 Hi, this is an edit box. It can be used to edit text from a file.
35 Try to input some text below:
H A Deditbox412 Hi, this is an edit box. It can be used to edit text from a file.
37 Try to input some text below:
/freebsd-11-stable/contrib/openbsm/bin/auditdistd/
H A Drenameat.h37 renameat(int fromfd, const char *from, int tofd, const char *to) argument
57 ret = rename(from, to);
/freebsd-11-stable/lib/libc/string/
H A Dswab.c5 * This code is derived from software contributed to Berkeley by
17 * may be used to endorse or promote products derived from this software
42 swab(const void * __restrict from, void * __restrict to, ssize_t len) argument
52 tp = (char *)to;
54 /* round to multiple of 8 */
/freebsd-11-stable/contrib/nvi/ex/
H A Dex_join.c38 recno_t from, to; local
47 to = cmdp->addr2.lno;
49 /* Check for no lines to join. */
51 msgq(sp, M_ERR, "131|No following lines to join");
59 * historically, to other counts for other commands.
66 from = cmdp->addr1.lno, to = cmdp->addr2.lno; from <= to; ++from) {
99 * One change -- add ? and ! to the list of characters for
130 * Historic practice for vi was to put the cursor at the first
133 * last character of the line if joined to a
[all...]
/freebsd-11-stable/sys/dev/ncr/
H A Dlocate.pl9 Perl script to convert NCR script address into label+offset.
10 Useful to find the failed NCR instruction ...
/freebsd-11-stable/share/mk/
H A Dsrc.lua.mk15 # installed to, along with the name of the internal command. The default
18 # LUA_CMD can be overwritten to point to a Lua that isn't flua. This is fine,
21 # to understand these and provide the expectations.
23 # flua is currently equivalent to Lua 5.3, with the following modules:
31 # Some standalone usage may want a variable that tries to find the lua command,
32 # and cannot necessarily embed the logic for trying to find it amongst bootstrap
35 # The LUA variable should point to LUA_CMD on the system, if it exists.
36 # Otherwise, consumers will have to settle for a PATH search and PATH being
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_openssl_hmac_private.h30 #error This header is only to be used internally to libarchive.
H A Darchive_openssl_evp_private.h30 #error This header is only to be used internally to libarchive.
H A Darchive_pathmatch.h34 #error This header is only to be used internally to libarchive.
/freebsd-11-stable/sys/dev/drm2/i915/
H A Di915_gem_context.c4 * Permission is hereby granted, free of charge, to any person obtaining a
6 * to deal in the Software without restriction, including without limitation
7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
8 * and/or sell copies of the Software, and to permit persons to whom the
9 * Software is furnished to do so, subject to the following conditions:
39 * context's state is never restored to help prevent programming errors. This
41 * The default context only exists to give the GPU some offset to loa
385 do_switch(struct i915_hw_context *to) argument
475 struct i915_hw_context *to; local
[all...]
/freebsd-11-stable/usr.sbin/timed/timed/
H A Dslave.c14 * may be used to endorse or promote products derived from this software
69 struct tsp *msg, to; local
115 fprintf(fd, "Looking for nets to master\n");
143 to.tsp_type = TSP_LOOP;
144 to.tsp_vers = TSPVERSION;
145 to.tsp_seq = sequence++;
146 to.tsp_hopcnt = MAX_HOPCNT;
147 (void)strcpy(to.tsp_name, hostname);
148 bytenetorder(&to);
149 if (sendto(sock, (char *)&to, sizeo
647 struct tsp to; local
[all...]
H A Dcorrect.c14 * may be used to endorse or promote products derived from this software
46 * sends to the slaves the corrections for their clocks after fixing our
55 struct tsp to; local
74 to.tsp_time.tv_sec = tmptv.tv_sec;
75 to.tsp_time.tv_usec = tmptv.tv_usec;
76 to.tsp_type = TSP_SETTIME;
78 tmptv.tv_sec = to.tsp_time.tv_sec;
79 tmptv.tv_usec = to.tsp_time.tv_usec;
81 to.tsp_time.tv_sec = tmptv.tv_sec;
82 to
[all...]
/freebsd-11-stable/contrib/ntp/util/
H A Dntp-keygen-opts.h28 * Permission to use, copy, modify, and distribute this software and its
33 * advertising or publicity pertaining to distribution of the software
39 * This file contains the programmatic interface to the Automated
42 * "AutoOpts" chapter. Please refer to that doc for usage help.
109 /** The string argument to an option. The argument type must be \"string\". */
153 # warning undefining IMBITS due to option name conflict
157 # warning undefining CERTIFICATE due to option name conflict
161 # warning undefining CIPHER due to option name conflict
165 # warning undefining DEBUG_LEVEL due to option name conflict
169 # warning undefining SET_DEBUG_LEVEL due to optio
[all...]
/freebsd-11-stable/bin/cp/
H A Dextern.h14 * may be used to endorse or promote products derived from this software
34 char *p_end; /* pointer to NULL at end of path */
35 char *target_end; /* pointer to end of target base */
36 char p_path[PATH_MAX]; /* pointer to the start of a path */
39 extern PATH_T to;
/freebsd-11-stable/crypto/openssl/crypto/
H A Do_time.h26 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
68 const struct tm *from, const struct tm *to);
/freebsd-11-stable/crypto/openssl/crypto/rsa/
H A Drsa_x931.c26 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
67 int RSA_padding_add_X931(unsigned char *to, int tlen, argument
85 p = (unsigned char *)to;
104 int RSA_padding_check_X931(unsigned char *to, int tlen, argument
143 memcpy(to, p, (unsigned int)j);
/freebsd-11-stable/sys/cddl/compat/opensolaris/sys/
H A Dsunddi.h39 #define ddi_copyin(from, to, size, flag) \
40 (copyin((from), (to), (size)), 0)
41 #define ddi_copyout(from, to, size, flag) \
42 (copyout((from), (to), (size)), 0)
/freebsd-11-stable/contrib/sqlite3/tea/
H A Dconfigure.ac2 dnl This file is an input file used by the GNU "autoconf" program to
4 dnl to configure the system for the local environment.
10 # need to modify this file are marked by the string __CHANGE__
25 # Call TEA_INIT as the first TEA_ macro to set up initial vars.
49 # Handle the --prefix=... option by defaulting to what Tcl gave.
58 # This also calls AC_PROG_CC, AC_PROG_INSTALL and a few others to create
59 # the basic setup necessary to compile executables.
66 # Specify the C source files to compile in TEA_ADD_SOURCES,
67 # public headers that need to be installed in TEA_ADD_HEADERS,
68 # stub library C source files to compil
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dcharset.c18 along with this program; if not, write to the Free Software
42 use in talking to the user, and which (hopefully) the user's
43 terminal knows how to display properly.
48 There are commands to set each of these, and mechanisms for
54 different pieces of GDB need to perform tasks like:
56 - printing target strings and characters to the user's terminal
65 Now, many of these operations are specific to a particular
68 repertoire of character sets gets, the more expensive it gets to add
73 GDB's repertoire to scale, we use a two-tiered approach:
76 functions specific to
129 const char *from, *to; member in struct:translation
231 lookup_translation(const char *from, const char *to) argument
366 struct charset *from, *to; member in struct:cached_iconv
376 check_iconv_cache(struct cached_iconv *ci, struct charset *from, struct charset *to) argument
422 char to, *to_ptr = &to; local
484 check_iconv_cache(struct cached_iconv *ci, struct charset *from, struct charset *to) argument
833 table_convert_char(void *baton, int from, int *to) argument
849 table_translation(const char *from, const char *to, int *table, const char *(*c_target_char_has_backslash_escape) (void *baton, int target_char), void *c_target_char_has_backslash_escape_baton, int (*c_parse_backslash) (void *baton, int host_char, int *target_char), void *c_parse_backslash_baton) argument
876 simple_table_translation(const char *from, const char *to, int *table) argument
1195 struct { char *from; char *to; int *table; } tlist[] = { member in struct:__anon1500
[all...]
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dkeyblock.c18 * may be used to endorse or promote products derived from this software
39 * @param keyblock keyblock to zero out
55 * @param keyblock keyblock content to free, NULL is valid argument
74 * krb5_free_keyblock_contents() to free the content.
77 * @param keyblock keyblock to free, NULL is valid argument
97 * @param inblock the key to copy
98 * @param to the output key.
108 krb5_keyblock *to)
110 return copy_EncryptionKey(inblock, to);
118 * @param inblock the key to cop
106 krb5_copy_keyblock_contents(krb5_context context, const krb5_keyblock *inblock, krb5_keyblock *to) argument
128 krb5_copy_keyblock(krb5_context context, const krb5_keyblock *inblock, krb5_keyblock **to) argument
[all...]

Completed in 123 milliseconds

1234567891011>>