Searched refs:src (Results 176 - 200 of 1592) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/gperf/src/
H A Dpositions.icc58 Positions::Positions (const Positions& src)
59 : _useall (src._useall),
60 _size (src._size)
62 memcpy (_positions, src._positions, _size * sizeof (_positions[0]));
68 Positions::operator= (const Positions& src)
70 _useall = src._useall;
71 _size = src._size;
72 memcpy (_positions, src._positions, _size * sizeof (_positions[0]));
227 PositionIterator::PositionIterator (const PositionIterator& src)
228 : _set (src
[all...]
/freebsd-9.3-release/contrib/ipfilter/lib/
H A Dipft_td.c101 char src[32], dst[32], misc[256], time[32], link1[32], link2[32]; local
114 if ((n = sscanf(lbuf, "%31s > %31s: %255s", src, dst, misc)) != 3)
116 time, src, dst, misc)) != 4)
118 link1, link2, src, dst, misc)) != 5) {
121 time, link1, link2, src, dst, misc);
127 s = strrchr(src, '.');
129 (void) inet_aton(src, &ip->ip_src);
135 (void) inet_aton(src, &ip->ip_dst);
140 (void) inet_aton(src, &ip->ip_src);
141 (void) inet_aton(src,
[all...]
/freebsd-9.3-release/release/pc98/
H A Dfixit_crunch.conf5 srcdirs /usr/src/bin
24 srcdirs /usr/src/sbin
37 special fdisk srcdir /usr/src/sbin/fdisk_pc98
39 srcdirs /usr/src/usr.bin
43 srcdirs /usr/src/usr.sbin
/freebsd-9.3-release/contrib/bind9/
H A Dinstall-sh53 src=""
94 *) if [ x"$src" = x ]
96 src=$1
107 if [ x"$src" = x ]
116 dst=$src
117 src=""
126 # Waiting for this to be detected by the "$instcmd $src $dsttmp" command
128 # if $src (and thus $dsttmp) contains '*'.
130 if [ -f $src -o -d $src ]
[all...]
/freebsd-9.3-release/contrib/dialog/
H A Dinstall-sh71 src=""
112 *) if [ x"$src" = x ]
114 src=$1
125 if [ x"$src" = x ]
134 dst=$src
135 src=""
145 # Waiting for this to be detected by the "$instcmd $src $dsttmp" command
147 # if $src (and thus $dsttmp) contains '*'.
149 if [ -f "$src" ] || [ -d "$src" ]
[all...]
/freebsd-9.3-release/contrib/libpcap/
H A Dinstall-sh53 src=""
94 *) if [ x"$src" = x ]
96 src=$1
107 if [ x"$src" = x ]
116 dst=$src
117 src=""
126 # Waiting for this to be detected by the "$instcmd $src $dsttmp" command
128 # if $src (and thus $dsttmp) contains '*'.
130 if [ -f $src -o -d $src ]
[all...]
/freebsd-9.3-release/contrib/libreadline/support/
H A Dinstall.sh50 src=""
91 *) if [ x"$src" = x ]
93 src=$1
104 if [ x"$src" = x ]
113 dst=$src
114 src=""
123 # Waiting for this to be detected by the "$instcmd $src $dsttmp" command
125 # if $src (and thus $dsttmp) contains '*'.
127 if [ -f $src -o -d $src ]
[all...]
/freebsd-9.3-release/contrib/lukemftpd/
H A Dinstall-sh53 src=""
94 *) if [ x"$src" = x ]
96 src=$1
107 if [ x"$src" = x ]
116 dst=$src
117 src=""
127 # Waiting for this to be detected by the "$instcmd $src $dsttmp" command
129 # if $src (and thus $dsttmp) contains '*'.
131 if [ -f $src -o -d $src ]
[all...]
/freebsd-9.3-release/contrib/ncurses/
H A Dinstall-sh71 src=""
112 *) if [ x"$src" = x ]
114 src=$1
125 if [ x"$src" = x ]
134 dst=$src
135 src=""
145 # Waiting for this to be detected by the "$instcmd $src $dsttmp" command
147 # if $src (and thus $dsttmp) contains '*'.
149 if [ -f "$src" ] || [ -d "$src" ]
[all...]
/freebsd-9.3-release/contrib/nvi/build/
H A Dinstall-sh41 src=""
82 *) if [ x"$src" = x ]
84 src=$1
95 if [ x"$src" = x ]
104 dst=$src
105 src=""
114 # Waiting for this to be detected by the "$instcmd $src $dsttmp" command
116 # if $src (and thus $dsttmp) contains '*'.
118 if [ -f $src -o -d $src ]
[all...]
/freebsd-9.3-release/contrib/opie/
H A Dinstall-sh41 src=""
82 *) if [ x"$src" = x ]
84 src=$1
95 if [ x"$src" = x ]
104 dst=$src
105 src=""
114 # Waiting for this to be detected by the "$instcmd $src $dsttmp" command
116 # if $src (and thus $dsttmp) contains '*'.
118 if [ -f $src -o -d $src ]
[all...]
/freebsd-9.3-release/contrib/tcpdump/
H A Dinstall-sh53 src=""
94 *) if [ x"$src" = x ]
96 src=$1
107 if [ x"$src" = x ]
116 dst=$src
117 src=""
126 # Waiting for this to be detected by the "$instcmd $src $dsttmp" command
128 # if $src (and thus $dsttmp) contains '*'.
130 if [ -f $src -o -d $src ]
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dinstall-sh53 src=""
94 *) if [ x"$src" = x ]
96 src=$1
107 if [ x"$src" = x ]
116 dst=$src
117 src=""
127 # Waiting for this to be detected by the "$instcmd $src $dsttmp" command
129 # if $src (and thus $dsttmp) contains '*'.
131 if [ -f $src -o -d $src ]
[all...]
H A Dinet_ntop.c46 inet_ntop_v4 (const void *src, char *dst, size_t size) argument
50 struct in_addr *addr = (struct in_addr *)src;
82 inet_ntop_v6 (const void *src, char *dst, size_t size) argument
86 const struct in6_addr *addr = (struct in6_addr *)src;
120 inet_ntop(int af, const void *src, char *dst, size_t size) argument
124 return inet_ntop_v4 (src, dst, size);
127 return inet_ntop_v6 (src, dst, size);
/freebsd-9.3-release/crypto/openssh/
H A Dinstall-sh53 src=""
94 *) if [ x"$src" = x ]
96 src=$1
107 if [ x"$src" = x ]
116 dst=$src
117 src=""
127 # Waiting for this to be detected by the "$instcmd $src $dsttmp" command
129 # if $src (and thus $dsttmp) contains '*'.
131 if [ -f $src -o -d $src ]
[all...]
/freebsd-9.3-release/lib/libc/inet/
H A Dinet_cidr_pton.c47 static int inet_cidr_pton_ipv4 __P((const char *src, u_char *dst,
49 static int inet_cidr_pton_ipv6 __P((const char *src, u_char *dst,
56 * inet_cidr_pton(af, src, dst, *bits)
72 inet_cidr_pton(int af, const char *src, void *dst, int *bits) { argument
75 return (inet_cidr_pton_ipv4(src, dst, bits, 0));
77 return (inet_cidr_pton_ipv6(src, dst, bits));
87 inet_cidr_pton_ipv4(const char *src, u_char *dst, int *pbits, int ipv6) { argument
93 while (ch = *src++, (isascii(ch) && isdigit(ch))) {
102 } while ((ch = *src++) != '\0' && isascii(ch) && isdigit(ch));
115 bits = getbits(src, ipv
154 inet_cidr_pton_ipv6(const char *src, u_char *dst, int *pbits) argument
257 getbits(const char *src, int ipv6) argument
[all...]
H A Dinet_pton.c40 static int inet_pton4(const char *src, u_char *dst);
41 static int inet_pton6(const char *src, u_char *dst);
44 * inet_pton(af, src, dst)
55 inet_pton(int af, const char * __restrict src, void * __restrict dst) argument
59 return (inet_pton4(src, dst));
61 return (inet_pton6(src, dst));
70 * inet_pton4(src, dst)
73 * 1 if `src' is a valid dotted quad, else 0.
80 inet_pton4(const char *src, u_char *dst) argument
89 while ((ch = *src
133 inet_pton6(const char *src, u_char *dst) argument
[all...]
/freebsd-9.3-release/usr.bin/env/
H A Denvopts.c166 const char *bq_src, *copystr, *src; local
194 for (src = str, dest = newstr; *src != '\0'; src++) {
196 * This switch will look at a character in *src, and decide
199 * cases, it will look at multiple characters from *src.
203 switch (*src) {
206 copychar = *src;
218 bq_src = src;
223 copychar = *src;
[all...]
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dvis.c141 * strvis, strnvis, strvisx - visually encode characters from src into dst
143 * Dst must be 4 times the size of src to account for possible
150 * Strvisx encodes exactly len bytes from src into dst.
154 strvis(char *dst, const char *src, int flag) argument
159 for (start = dst; (c = *src);)
160 dst = vis(dst, c, flag, *++src);
166 strnvis(char *dst, const char *src, size_t siz, int flag) argument
173 for (start = dst, end = start + siz - 1; (c = *src) && dst < end; ) {
187 src++;
189 i = vis(tbuf, c, flag, *++src)
210 strvisx(char *dst, const char *src, size_t len, int flag) argument
[all...]
H A Dinet_ntop.c48 static const char *inet_ntop4(const u_char *src, char *dst, size_t size);
49 static const char *inet_ntop6(const u_char *src, char *dst, size_t size);
52 * inet_ntop(af, src, dst, size)
60 inet_ntop(int af, const void *src, char *dst, socklen_t size) argument
64 return (inet_ntop4(src, dst, (size_t)size));
66 return (inet_ntop6(src, dst, (size_t)size));
75 * inet_ntop4(src, dst, size)
86 inet_ntop4(const u_char *src, char *dst, size_t size) argument
92 l = snprintf(tmp, size, fmt, src[0], src[
108 inet_ntop6(const u_char *src, char *dst, size_t size) argument
[all...]
/freebsd-9.3-release/sys/xen/
H A Dblkif.h115 static void inline blkif_get_x86_32_req(blkif_request_t *dst, blkif_x86_32_request_t *src) argument
118 dst->operation = src->operation;
119 dst->nr_segments = src->nr_segments;
120 dst->handle = src->handle;
121 dst->id = src->id;
122 dst->sector_number = src->sector_number;
127 dst->seg[i] = src->seg[i];
130 static void inline blkif_get_x86_64_req(blkif_request_t *dst, blkif_x86_64_request_t *src) argument
133 dst->operation = src->operation;
134 dst->nr_segments = src
[all...]
/freebsd-9.3-release/usr.sbin/crunch/examples/
H A Dfixit.conf6 srcdirs /usr/src/bin /usr/src/sbin /usr/src/usr.bin /usr/src/usr.sbin
7 srcdirs /usr/src/gnu/usr.bin /usr/src/usr.bin/vi
8 srcdirs /usr/src/sbin/i386
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Dinet_ntop.c42 static const char *inet_ntop4(const unsigned char *src, char *dst,
46 static const char *inet_ntop6(const unsigned char *src, char *dst,
49 const char *isc_net_ntop(int af, const void *src, char *dst, size_t size);
52 * isc_net_ntop(af, src, dst, size)
60 isc_net_ntop(int af, const void *src, char *dst, size_t size) argument
64 return (inet_ntop4(src, dst, size));
67 return (inet_ntop6(src, dst, size));
77 * inet_ntop4(src, dst, size)
89 inet_ntop4(const unsigned char *src, char *dst, size_t size) argument
95 len = snprintf(tmp, sizeof(tmp), fmt, src[
114 inet_ntop6(const unsigned char *src, char *dst, size_t size) argument
[all...]
/freebsd-9.3-release/usr.bin/dc/
H A Ddc.c42 struct source src; variable in typeref:struct:source
74 src_setstream(&src, file);
75 reset_bmachine(&src);
92 src_setstring(&src, optarg);
93 reset_bmachine(&src);
135 src_setstream(&src, stdin);
136 reset_bmachine(&src);
/freebsd-9.3-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Diidesc.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
73 iidesc_t *src = arg1; local
77 if (src->ii_type != tgt->ii_type ||
78 !streq(src->ii_name, tgt->ii_name))
81 find->iif_ret = src;
123 iidesc_dup(iidesc_t *src) argument
128 bcopy(src, tgt, sizeof (iidesc_t));
130 tgt->ii_name = src->ii_name ? xstrdup(src
143 iidesc_dup_rename(iidesc_t *src, char const *name, char const *owner) argument
[all...]

Completed in 249 milliseconds

1234567891011>>