HomeSort by relevance Sort by last modified time
    Searched defs:copy (Results 1 - 25 of 114) sorted by null

1 2 3 4 5

  /onnv/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
ErrnoMessageArg.cxx 18 MessageArg *ErrnoMessageArg::copy() const function in class:SP_NAMESPACE::ErrnoMessageArg
SearchResultMessageArg.cxx 22 MessageArg *SearchResultMessageArg::copy() const function in class:SP_NAMESPACE::SearchResultMessageArg
StringVectorMessageArg.cxx 22 MessageArg *StringVectorMessageArg::copy() const function in class:SP_NAMESPACE::StringVectorMessageArg
TokenMessageArg.cxx 28 MessageArg *TokenMessageArg::copy() const function in class:SP_NAMESPACE::TokenMessageArg
MessageArg.cxx 29 MessageArg *StringMessageArg::copy() const function in class:SP_NAMESPACE::StringMessageArg
44 MessageArg *NumberMessageArg::copy() const function in class:SP_NAMESPACE::NumberMessageArg
60 MessageArg *OrdinalMessageArg::copy() const function in class:SP_NAMESPACE::OrdinalMessageArg
Group.cxx 73 MessageArg *AllowedGroupConnectorsMessageArg::copy() const function in class:SP_NAMESPACE::AllowedGroupConnectorsMessageArg
110 MessageArg *AllowedGroupTokensMessageArg::copy() const function in class:SP_NAMESPACE::AllowedGroupTokensMessageArg
Param.cxx 152 MessageArg *AllowedParamsMessageArg::copy() const function in class:SP_NAMESPACE::AllowedParamsMessageArg
Trie.h 64 BlankTrie *copy() const { return new BlankTrie(*this); } function in class:SP_NAMESPACE::BlankTrie
  /onnv/onnv-gate/usr/src/lib/libadm/common/
getinput.c 9 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
44 char *copy, *pt; local
49 copy = s;
56 *copy++ = *pt++;
57 *copy = '\0';
59 if (copy != s) {
60 copy--;
61 while (isspace((unsigned char)*copy))
62 *copy-- = '\0';
  /onnv/onnv-gate/usr/src/grub/grub-0.97/stage2/
nbloader.S 15 * You should have received a copy of the GNU General Public License
52 * 1. Copy the first 32k to 0x8000 and jump to the relocated area.
53 * 2. Copy the rest to 0x10000 (0x8000 + 32k).
56 /* Copy the first 32k */
63 /* Always copy 32k bytes */
73 /* Copy the rest */
83 /* Copy by 32k, as that is easy to implement */
86 jg copy
89 copy: label
105 /* Use word-size copy */
    [all...]
  /onnv/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/
HashTable.cxx 33 HashTableItemBase<K> *HashTableItem<K,V>::copy() const function in class:SP_NAMESPACE::HashTableItem
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/
Copy.pm 1 # File/Copy.pm. Written in 1994 by Aaron Sherman <ajs@ajs.com>. This
8 package File::Copy;
17 sub copy;
23 # the File/Copy.pm module of the File-Tools-2.0 package. However, that
31 @EXPORT = qw(copy move);
58 sub copy { subroutine
59 croak("Usage: copy(FROM, TO [, BUFFERSIZE]) ")
136 croak("Bad buffer size for copy: $size\n") unless ($size > 0);
204 return 1 if copy($from,$to) && unlink($from);
213 *cp = \&copy;
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/
restrict.c 22 If you did not receive a copy of the license, it may be obtained online
121 char *beg, *copy, *end; local
136 copy = strdup(beg);
140 if (!copy) {
146 if (restrict_check(copy)) {
147 free(copy);
150 free(copy);
  /onnv/onnv-gate/usr/src/cmd/csh/
sh.local.h 54 #define copy(to, from, size) bcopy(from, to, size) macro
  /onnv/onnv-gate/usr/src/cmd/ypcmd/
getlist.c 9 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
52 char *copy; local
56 copy = strdup(str);
57 if (copy == NULL)
61 free(copy);
64 it->name = copy;
  /onnv/onnv-gate/usr/src/lib/nsswitch/nis/common/
gethostent.c 8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
53 char *copy; local
56 if ((copy = strdup(argp->key.name)) == 0) {
59 for (mung = copy + (s - argp->key.name);
66 copy, 0);
67 free(copy);
gethostent6.c 8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
54 char *copy; local
57 if ((copy = strdup(argp->key.ipnode.name)) == 0) {
60 for (mung = copy + (s - argp->key.ipnode.name);
67 copy, 0);
70 free(copy);
  /onnv/onnv-gate/usr/src/lib/libpkg/common/
mappath.c 8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
65 char *npt, *pt, *pt2, *copy; local
69 copy = buffer;
97 /* copy in parameter value */
99 *copy++ = *token++;
103 *copy++ = *pt++;
115 *copy++ = *pt++;
124 *copy++ = *pt++;
126 *copy++ = *pt++;
129 * If it's a separator, copy it over to the target buffer an
    [all...]
  /onnv/onnv-gate/usr/src/cmd/svr4pkg/libinst/
srcpath.c 8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
44 char *copy; local
47 copy = tmppath;
52 (void) strcpy(copy, dir);
53 copy += theLen;
56 copy[0] = '\0';
61 (void) snprintf(copy, copyLen,
65 (void) snprintf(copy, copyLen,
  /onnv/onnv-gate/usr/src/cmd/mailx/
head.c 9 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
79 * Copy the line into dynamic string space, then set
109 * Copy the string on the left into the string on the right
142 copy("", wbuf);
164 * Copy str1 to str2, return pointer to null in str2.
168 copy(char *str1, char *str2) function
  /onnv/onnv-gate/usr/src/cmd/print/bsd-sysv-commands/
lpr.c 8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
79 int copy = 1; /* default is to copy the data */ local
176 copy = 0;
248 else if (copy == 0) /* reference the files in the job, default */
251 else /* copy the files before return, -c */
  /onnv/onnv-gate/usr/src/cmd/acctadm/
res.c 8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
300 char *p, *g, *copy; local
305 * Take a lap through str, processing resources, modifying buf copy
308 if ((copy = malloc(strlen(str) + 1)) == NULL)
310 (void) memcpy(copy, str, strlen(str) + 1);
311 p = strtok(copy, ", ");
335 free(copy);
  /onnv/onnv-gate/usr/src/cmd/lp/cmd/lpadmin/
do_printer.c 8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
346 * Don't copy the original interface program
397 * This is needed to let "putprinter()" copy the
687 *copy = malloc( local
692 (void) strcpy (copy, cmd);
693 (void) strcat (copy, " ");
694 (void) strcat (copy, nm);
695 return (copy);
  /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/dpost/
ps_include.c 9 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
64 static void copy(FILE *, FILE *, Section *);
180 copy(fin, fout, &prolog);
182 copy(fin, fout, &global[i]);
183 copy(fin, fout, &page);
184 copy(fin, fout, &trailer);
200 copy(FILE *fin, FILE *fout, Section *s) function
  /onnv/onnv-gate/usr/src/cmd/lvm/metassist/common/
volume_string.c 9 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
355 * Appends a copy of the given string to the given string array,
367 * the string to copy and add to the array
380 char *copy = strdup(str); local
382 if (copy == NULL) {
386 return ((char **)append_to_pointer_array((void **)array, copy));

Completed in 780 milliseconds

1 2 3 4 5