Searched refs:to (Results 626 - 650 of 1175) sorted by relevance

<<21222324252627282930>>

/freebsd-9.3-release/contrib/gperf/doc/
H A Dhelp2man17 # along with this program; if not, write to the Free Software Foundation,
50 -o, --output=FILE send output to `FILE'
51 -N, --no-info suppress pointer to Texinfo manual
57 Report bugs to <bug-help2man\@gnu.org>.
184 # The first line of the --version information is assumed to be in one
279 s/([^\n])\n(Report +bugs|Email +bug +reports +to|Written +by)/$1\n\n$2/g;
307 # Convert iso9959-1 copyright symbol or (c) to nroff
325 if (/^(Report +bugs|Email +bug +reports +to) /)
419 # Move to next paragraph.
449 # Refer to th
[all...]
/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_write_disk_set_standard_lookup.c67 * a simple cache to accelerate such lookups---into the archive_write_disk
73 * Applications that are size-sensitive may want to just use the
78 * TODO: Replace these hash tables with simpler move-to-front LRU
107 /* Try to find gname in the cache. */
159 #error No way to perform gid lookups on this platform
177 /* Try to find uname in the cache. */
229 #error No way to look up uids on this platform
/freebsd-9.3-release/contrib/libucl/uthash/
H A Dutlist.h32 * This file contains macros to manipulate singly and doubly-linked lists.
40 * Either way, the pointer to the head of the list must be initialized to NULL.
80 /* for VS2008 we use some workarounds to get around the lack of decltype,
81 * namely, we always reassign our tmp variable to the list head if we need
82 * to dereference its prev/next pointers, and save/restore the real head.*/
86 #define _NEXTASGN(elt,list,to,next) { char **_alias = (char**)&((list)->next); *_alias=(char*)(to); }
88 #define _PREVASGN(elt,list,to,prev) { char **_alias = (char**)&((list)->prev); *_alias=(char*)(to); }
[all...]
/freebsd-9.3-release/contrib/ncurses/ncurses/tinfo/
H A DMKcaptab.sh5 # Permission is hereby granted, free of charge, to any person obtaining a #
7 # to deal in the Software without restriction, including without limitation #
8 # the rights to use, copy, modify, merge, publish, distribute, distribute #
9 # with modifications, sublicense, and/or sell copies of the Software, and to #
10 # permit persons to whom the Software is furnished to do so, subject to the #
25 # holders shall not be used in advertising or otherwise to promote the sale, #
103 add_alias(to);
/freebsd-9.3-release/contrib/sendmail/libmilter/
H A Dlibmilter.h5 * By using this file, you agree to the terms and conditions set
55 ** an SMTP session, and an milter context. Due to the nature of SMTP
66 ** mac_ptr is a list of pointers into mac_buf to the beginning of each
85 ** milter protocol flags that are sent to the MTA;
93 ** milter protocol version that is sent to the MTA;
154 #define scond_timedwait(cp, mp, to) \
160 timeout.tv_sec = now.tv_sec + to; \
239 #define MI_CHK_TIME 5 /* checking whether to terminate */
/freebsd-9.3-release/contrib/sendmail/libsm/
H A Dfvwrite.c7 * This code is derived from software contributed to Berkeley by
10 * By using this file, you agree to the terms and conditions set
33 ** fp -- the file pointer to write to
34 ** timeout -- time length for function to return by
35 ** uio -- the memory regions to write
42 ** to the different kinds of output buffering handled here.
68 struct timeval to; local
80 SM_CONVERT_TIME(fp, fd, timeout, &to);
88 /* Unbuffered: write up to BUFSI
[all...]
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/
H A Dnmake.mak1 # Makefile for Microsoft nmake to build wpa_supplicant
5 # Note: Make sure that cl.exe is configured to include Platform SDK
17 # Note: If EAP-FAST is included in the build, OpenSSL needs to be patched to
/freebsd-9.3-release/crypto/openssh/
H A Dssh-pkcs11-client.c5 * Permission to use, copy, modify, and distribute this software for any
58 error("write to helper failed");
104 pkcs11_rsa_private_encrypt(int flen, const u_char *from, u_char *to, RSA *rsa, argument
131 memcpy(to, signature, slen);
140 /* redirect the private key encrypt operation to the ssh-pkcs11-helper */
/freebsd-9.3-release/crypto/openssl/fips/
H A Dfipsld6 # into libcrypto.so or static application. "Static" refers to static
11 # and can even be used to compile source files.
18 # Initially -c wasn't intended to be interpreted here, but it might
19 # make life easier for those who want to build FIPS-ified applications
20 # with minimal [if any] modifications to their Makefiles...
29 # simple checks. Pass-through to compiler directly if application is
31 # to utilize fipsld (e.g. CC=/usr/local/ssl/bin/fipsld FIPSLD_CC=gcc
68 [ -f ${CANISTER_O} ] || { echo "unable to find ${CANISTER_O}"; exit 1; }
103 # We are required to use the standalone copy...
127 echo "unable to collec
[all...]
/freebsd-9.3-release/lib/libbluetooth/
H A Dbluetooth.h68 * Interface to the outside world
168 ssize_t bt_devrecv (int s, void *buf, size_t size, time_t to);
169 int bt_devreq (int s, struct bt_devreq *r, time_t to);
/freebsd-9.3-release/lib/libelf/
H A Dlibelf_convert.m444 * Macros to swap various integral quantities.
210 * casting to work as expected. On the other hand the `file'
214 * to even addresses and so ELF archive member data being read from
217 * Consequently, casting the `char *' pointers that point to memory
221 * already. However, pointers to file representations have to be
247 * to be generated.
260 * `SIZEDEP'_XXX flags cause 32/64 bit variants to be generated
384 * When converting data to file representation, the source pointer
386 * representation. When converting data to memor
[all...]
/freebsd-9.3-release/libexec/rtld-elf/powerpc64/
H A Drtld_start.S15 * 3. The name of the author may not be used to endorse or promote products
51 * - perform small forward branch to put PC into link reg
52 * - use link-time constants to determine offset to the
53 * _DYNAMIC section and the GOT. Add these to the PC to
54 * convert to absolute addresses.
55 * - call reloc_non_plt_self() to fix up ld-elf.so's relocations
62 ld %r4,0(%r3) /* offset to _DYNAMIC */
66 subf %r4,%r4,%r2 /* Subtract from real TOC base to ge
[all...]
/freebsd-9.3-release/release/doc/share/mk/
H A Ddoc.relnotes.mk47 # Dependency that the article makefiles can use to pull in
/freebsd-9.3-release/sbin/atm/atmconfig/
H A Datmconfig.help46 Use one of the following commands to get help on atmconfig:
112 The default is to print only ATM related information.
141 <msk> is one to the value of the corresponding bit in <val>. All register
175 The group of CLIP commands is used to manage classical IP over ATM
177 to a CLIP via:
/freebsd-9.3-release/sys/boot/i386/kgzldr/
H A Dcrt.s73 movw $(SCR_ROW-1)*SCR_COL/2,%cx # Words to move
77 movb $SCR_COL,%cl # Columns to clear
/freebsd-9.3-release/sys/boot/pc98/kgzldr/
H A Dcrt.s68 movw $(SCR_ROW-1)*SCR_COL/2,%cx # Words to move
73 movb $SCR_COL,%cl # Columns to clear
/freebsd-9.3-release/sys/dev/cxgb/
H A Dbin2h.pl12 print "failed to open input\n";
17 print "failed to open output\n";
35 contributors may be used to endorse or promote products derived from
/freebsd-9.3-release/sys/dev/drm/
H A Dmach64_state.c9 * Permission is hereby granted, free of charge, to any person obtaining a
11 * to deal in the Software without restriction, including without limitation
12 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
13 * and/or sell copies of the Software, and to permit persons to whom the
14 * Software is furnished to do so, subject to the following conditions:
127 DMAGETPTR(file_priv, dev_priv, 2); /* returns on failure to get buffer */
155 DMAGETPTR(file_priv, dev_priv, 17); /* returns on failure to get buffer */
262 DMAGETPTR(file_priv, dev_priv, nbox * 31); /* returns on failure to ge
489 copy_from_user_vertex(u32 *to, const u32 __user *ufrom, unsigned long bytes) argument
640 copy_from_user_blit(u32 *to, const u32 __user *ufrom, unsigned long bytes) argument
[all...]
/freebsd-9.3-release/sys/fs/cd9660/
H A Diso.h5 * This code is derived from software contributed to Berkeley
7 * Support code is derived from software contributed to Berkeley
19 * may be used to endorse or promote products derived from this software
38 #define ISODCL(from, to) (to - from + 1)
99 * Used by Microsoft Joliet extension to ISO9660. Almost the same
/freebsd-9.3-release/usr.sbin/config/
H A Dlang.l15 * may be used to endorse or promote products derived from this software
43 * Data for returning to previous files from include files.
50 int in_ateof; /* token to insert at EOF */
253 * token to be inserted at the end of the include file. If ateof == 0,
/freebsd-9.3-release/usr.sbin/makefs/
H A Dmtree.c142 /* construct path to node->name */
179 /* mtree_resolve() sets errno to indicate why NULL was returned. */
390 * We going to eat the newline ourselves.
433 mtree_error("word too long to fit buffer (max %zu characters)",
536 * We use EINVAL, ENOATTR, ENOSYS and ENXIO to signal
734 /* Nothing more to do for the global defaults. */
761 mtree_error("%s: file type and defined keywords to not match",
840 * node within the parent to which the child relates. However,
841 * going up a directory means we need to find the '.' node to
[all...]
/freebsd-9.3-release/usr.sbin/pwd_mkdb/
H A Dpwd_mkdb.c14 * may be used to endorse or promote products derived from this software
165 * This could be changed to allow the user to interrupt.
182 * Open and lock the original password file. We have to check
183 * the hardlink count after we get the lock to handle any potential
187 * on master.passwd, to handle the case where a user might try to
239 * Do some trouble to check if we should store this users
263 /* jump over pw_name and pw_passwd, to get to pw_ui
684 cp(char *from, char *to, mode_t mode) argument
714 mv(char *from, char *to) argument
[all...]
/freebsd-9.3-release/contrib/ntp/sntp/libopts/
H A DMakefile.am16 @: do-nothing rule to avoid default SCCS get
/freebsd-9.3-release/crypto/openssl/apps/
H A Dapps.h7 * The implementation was written so as to conform with Netscapes SSL.
10 * the following conditions are aheared to. The following conditions
11 * apply to all code found in this distribution, be it the RC4, RSA,
17 * the code are not to be removed.
78 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
136 long app_RAND_load_files(char *file); /* `file' is a list of files to read,
142 # define rename(from,to) WIN32_rename((from),(to))
355 # define FORMAT_IISSGC 8 /* XXX this stupid macro helps us to avoid
356 * adding yet another param to load
[all...]
/freebsd-9.3-release/contrib/ipfilter/perl/
H A Dplog7 # Please feel free to use or redistribute this program if you find it useful.
8 # If you have suggestions, or even better, bits of new code, send them to me
18 # Present lines from ipmon to this program on standard input.
29 # Generate a source report of traffic to or from www.example.com using
35 # lookups. This is handy for an initial pass to identify portscans or
58 # packed addresses as keys. Conversion to IPv6 should be simple now.
68 # 0.8 change log. Added John Ladwig to attribution. Thanks, John.
72 # either. Observation and fix thanks to Taso N. Devetzis
77 # - Added fix to handle new Solaris log format, e.g.:
79 # Fix thanks to Tas
[all...]

Completed in 414 milliseconds

<<21222324252627282930>>