Searched refs:dst (Results 76 - 100 of 1326) sorted by relevance

1234567891011>>

/freebsd-10.3-release/contrib/ofed/libibcm/config/
H A Dinstall-sh68 dst=
175 dst=$src
178 if test -d "$dst"; then
198 dst=$dstarg
200 case $dst in
201 -*) dst=./$dst ;;
206 if test -d "$dst"; then
211 dst=$dst/`basenam
[all...]
/freebsd-10.3-release/contrib/ofed/librdmacm/config/
H A Dinstall-sh68 dst=
175 dst=$src
178 if test -d "$dst"; then
198 dst=$dstarg
200 case $dst in
201 -*) dst=./$dst ;;
206 if test -d "$dst"; then
211 dst=$dst/`basenam
[all...]
/freebsd-10.3-release/contrib/openbsm/config/
H A Dinstall-sh68 dst=
175 dst=$src
178 if test -d "$dst"; then
198 dst=$dstarg
200 case $dst in
201 -*) dst=./$dst ;;
206 if test -d "$dst"; then
211 dst=$dst/`basenam
[all...]
/freebsd-10.3-release/contrib/ncurses/
H A Dinstall-sh72 dst=""
118 dst=$1
134 dst=$src
137 if [ -d "$dst" ]; then
157 if [ x"$dst" = x ]
168 if [ -d "$dst" ]
170 dst=$dst/`basename "$src"`
177 dstdir=`echo "$dst" | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
213 $doit $instcmd "$dst"
[all...]
/freebsd-10.3-release/contrib/tcpdump/
H A Dinstall-sh54 dst=""
100 dst=$1
116 dst=$src
119 if [ -d $dst ]; then
138 if [ x"$dst" = x ]
149 if [ -d $dst ]
151 dst="$dst"/`basename $src`
158 dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
194 $doit $instcmd $dst
[all...]
/freebsd-10.3-release/crypto/heimdal/lib/roken/
H A Dinstall-sh54 dst=""
100 dst=$1
116 dst=$src
119 if [ -d $dst ]; then
139 if [ x"$dst" = x ]
150 if [ -d $dst ]
152 dst="$dst"/`basename $src`
159 dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
195 $doit $instcmd $dst
[all...]
/freebsd-10.3-release/contrib/opie/
H A Dinstall-sh42 dst=""
88 dst=$1
104 dst=$src
107 if [ -d $dst ]; then
126 if [ x"$dst" = x ]
137 if [ -d $dst ]
139 dst="$dst"/`basename $src`
146 dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
182 $doit $instcmd $dst
[all...]
/freebsd-10.3-release/crypto/openssh/
H A Dinstall-sh54 dst=""
100 dst=$1
116 dst=$src
119 if [ -d $dst ]; then
139 if [ x"$dst" = x ]
150 if [ -d $dst ]
152 dst="$dst"/`basename $src`
159 dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
195 $doit $instcmd $dst
[all...]
/freebsd-10.3-release/contrib/libpcap/
H A Dinstall-sh54 dst=""
100 dst=$1
116 dst=$src
119 if [ -d $dst ]; then
138 if [ x"$dst" = x ]
149 if [ -d $dst ]
151 dst="$dst"/`basename $src`
158 dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
194 $doit $instcmd $dst
[all...]
/freebsd-10.3-release/contrib/libreadline/support/
H A Dinstall.sh51 dst=""
97 dst=$1
113 dst=$src
116 if [ -d $dst ]; then
135 if [ x"$dst" = x ]
146 if [ -d $dst ]
148 dst="$dst"/`basename $src`
155 dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
191 $doit $instcmd $dst
[all...]
/freebsd-10.3-release/contrib/byacc/
H A Dinstall-sh72 dst=""
118 dst=$1
134 dst=$src
137 if [ -d "$dst" ]; then
157 if [ x"$dst" = x ]
168 if [ -d "$dst" ]
170 dst=$dst/`basename "$src"`
177 dstdir=`echo "$dst" | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
213 $doit $instcmd "$dst"
[all...]
/freebsd-10.3-release/contrib/dialog/
H A Dinstall-sh72 dst=""
118 dst=$1
134 dst=$src
137 if [ -d "$dst" ]; then
157 if [ x"$dst" = x ]
168 if [ -d "$dst" ]
170 dst=$dst/`basename "$src"`
177 dstdir=`echo "$dst" | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
213 $doit $instcmd "$dst"
[all...]
/freebsd-10.3-release/contrib/groff/
H A Dinstall-sh68 dst=
175 dst=$src
178 if test -d "$dst"; then
198 dst=$dstarg
200 case $dst in
201 -*) dst=./$dst ;;
206 if test -d "$dst"; then
211 dst=$dst/`basenam
[all...]
/freebsd-10.3-release/contrib/binutils/
H A Dinstall-sh68 dst=
175 dst=$src
178 if test -d "$dst"; then
198 dst=$dstarg
200 case $dst in
201 -*) dst=./$dst ;;
206 if test -d "$dst"; then
211 dst=$dst/`basenam
[all...]
/freebsd-10.3-release/contrib/llvm/lib/Support/
H A Dregstrlcpy.c24 * Copy src to string dst of size siz. At most siz-1 characters
29 llvm_strlcpy(char *dst, const char *src, size_t siz) argument
31 char *d = dst;
43 /* Not enough room in dst, add NUL and traverse rest of src */
46 *d = '\0'; /* NUL-terminate dst */
/freebsd-10.3-release/contrib/gcclibs/libiberty/
H A Dmempcpy.c38 mempcpy (PTR dst, const PTR src, size_t len) argument
40 return (char *) memcpy (dst, src, len) + len;
H A Dstpcpy.c23 @deftypefn Supplemental char* stpcpy (char *@var{dst}, const char *@var{src})
25 Copies the string @var{src} into @var{dst}. Returns a pointer to
26 @var{dst} + strlen(@var{src}).
39 stpcpy (char *dst, const char *src) argument
42 return (char *) memcpy (dst, src, len + 1) + len;
H A Dstpncpy.c23 @deftypefn Supplemental char* stpncpy (char *@var{dst}, const char *@var{src}, size_t @var{len})
25 Copies the string @var{src} into @var{dst}, copying exactly @var{len}
27 then return @var{dst} + @var{len}, otherwise returns @var{dst} +
41 stpncpy (char *dst, const char *src, size_t len) argument
46 return strncpy (dst, src, len) + n;
/freebsd-10.3-release/contrib/mdocml/
H A Dcompat_strlcpy.c33 * Copy src to string dst of size siz. At most siz-1 characters
38 strlcpy(char *dst, const char *src, size_t siz) argument
40 char *d = dst;
52 /* Not enough room in dst, add NUL and traverse rest of src */
55 *d = '\0'; /* NUL-terminate dst */
/freebsd-10.3-release/contrib/unbound/compat/
H A Dstrlcpy.c27 * Copy src to string dst of size siz. At most siz-1 characters
32 strlcpy(char *dst, const char *src, size_t siz) argument
34 char *d = dst;
46 /* Not enough room in dst, add NUL and traverse rest of src */
49 *d = '\0'; /* NUL-terminate dst */
/freebsd-10.3-release/lib/libc/string/
H A Dmemset.c70 u_char *dst; local
72 dst = dst0;
81 * dst dst+length-1
88 *dst++ = VAL;
106 if ((t = (long)dst & wmask) != 0) {
110 *dst++ = VAL;
117 *(u_int *)dst = WIDEVAL;
118 dst += wsize;
125 *dst
[all...]
/freebsd-10.3-release/crypto/openssh/openbsd-compat/
H A Dstrlcpy.c28 * Copy src to string dst of size siz. At most siz-1 characters
33 strlcpy(char *dst, const char *src, size_t siz) argument
35 char *d = dst;
47 /* Not enough room in dst, add NUL and traverse rest of src */
50 *d = '\0'; /* NUL-terminate dst */
/freebsd-10.3-release/contrib/file/src/
H A Dstrlcpy.c26 * Copy src to string dst of size siz. At most siz-1 characters
31 strlcpy(char *dst, const char *src, size_t siz) argument
33 char *d = dst;
45 /* Not enough room in dst, add NUL and traverse rest of src */
48 *d = '\0'; /* NUL-terminate dst */
/freebsd-10.3-release/contrib/ipfilter/lib/
H A Dprintdstlist.c20 ippool_dst_t dst; local
22 if ((*copyfunc)(pp, &dst, sizeof(dst)))
25 if ((name != NULL) && strncmp(name, dst.ipld_name, FR_GROUPLEN))
26 return dst.ipld_next;
29 printdstlistdata(&dst, opts);
31 if ((dst.ipld_flags & IPDST_DELETE) != 0)
59 return dst.ipld_next;
/freebsd-10.3-release/contrib/ntp/libntp/
H A Dstrl_obsd.c35 * Copy src to string dst of size siz. At most siz-1 characters
40 strlcpy(char *dst, const char *src, size_t siz) argument
42 char *d = dst;
54 /* Not enough room in dst, add NUL and traverse rest of src */
57 *d = '\0'; /* NUL-terminate dst */
90 * Appends src to string dst of size siz (unlike strncat, siz is the
91 * full size of dst, not space left). At most siz-1 characters
92 * will be copied. Always NUL terminates (unless siz <= strlen(dst)).
93 * Returns strlen(src) + MIN(siz, strlen(initial dst)).
97 strlcat(char *dst, cons argument
[all...]

Completed in 272 milliseconds

1234567891011>>