Home
last modified time | relevance | path

Searched refs:copystr (Results 1 – 25 of 198) sorted by relevance

12345678

/dports/archivers/lib1541img/lib1541img-1.1/src/lib/1541img/
H A Dfilename.c32 if (self->full) clone->full = copystr(self->full); in Filename_clone()
33 if (self->dir) clone->dir = copystr(self->dir); in Filename_clone()
34 if (self->base) clone->base = copystr(self->base); in Filename_clone()
35 if (self->ext) clone->ext = copystr(self->ext); in Filename_clone()
67 self->full = copystr(full); in Filename_setFull()
92 self->ext = copystr(extsep+1); in Filename_setFull()
100 self->base = *base ? copystr(base) : 0; in Filename_setFull()
135 self->dir = copystr(dir); in Filename_setDir()
142 self->base = copystr(base); in Filename_setBase()
149 self->ext = copystr(ext); in Filename_setExt()
/dports/math/teyjus/teyjus-2.1-7-ge63f40a/source/test/system_tests/hocompiler/
H A Dbobabsyn.mod5 copystr S S.
6 copyvar (simplevar S) (simplevar T) :- copystr S T.
21 copyexp (recordexp S []) (recordexp T []) :- copystr S T.
36 copystr S T, copyexp A C, copyexp B D.
38 copyty (namety S) (namety T) :- copystr S T.
42 copyty (arrayty S) (arrayty T) :- copystr S T.
49 copystr S T, copydec (declist F) (declist G).
62 (pi s\ (copyexp (A s) (B s))), copyty T U, copystr N M.
68 pi s\ (copyexp (A s) (B s)). % copystr s s redundant
86 copyexp A B, copyty T U, copystr N M.
[all …]
H A Dkitty.mod118 pi v\ (abscps (E v) (M v)). % copystr v v redundant
183 copystr S S2, !, kopy K K2.
187 kopy (kfunc S C K) (kfunc T D J) :- copystr S T, copystr C D, kopy K J.
190 copystr A A2, copyexp B Be, !, kopy C C2, copystr C1 D1.
191 kopy (kstruct S [] K) (kstruct T [] J) :- copystr S T, kopy K J.
196 copystr S T, map_pred2 copystr SL TL, kopy K J.
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/lib/crypto/krb/
H A Ds2k_rc4.c14 unsigned char *copystr; in krb5int_arcfour_string_to_key() local
27 err = k5_utf8_to_utf16le(utf8, &copystr, &copystrlen); in krb5int_arcfour_string_to_key()
34 iov.data = make_data(copystr, copystrlen); in krb5int_arcfour_string_to_key()
39 zapfree(copystr, copystrlen); in krb5int_arcfour_string_to_key()
/dports/security/krb5/krb5-1.19.2/src/lib/crypto/krb/
H A Ds2k_rc4.c14 unsigned char *copystr; in krb5int_arcfour_string_to_key() local
27 err = k5_utf8_to_utf16le(utf8, &copystr, &copystrlen); in krb5int_arcfour_string_to_key()
34 iov.data = make_data(copystr, copystrlen); in krb5int_arcfour_string_to_key()
39 zapfree(copystr, copystrlen); in krb5int_arcfour_string_to_key()
/dports/devel/glib20/glib-2.70.4/gobject/tests/
H A Dvalue.c40 const gchar *copystr; in test_value_string() local
73 copystr = g_value_get_string (&copy); in test_value_string()
74 g_assert_true (copystr != storedstr); in test_value_string()
75 g_assert_cmpstr (copystr, ==, static1); in test_value_string()
122 copystr = g_value_get_string (&copy); in test_value_string()
123 g_assert_true (copystr != storedstr); in test_value_string()
124 g_assert_cmpstr (copystr, ==, static1); in test_value_string()
154 copystr = g_value_get_string (&copy); in test_value_string()
155 g_assert_true (copystr != static1); in test_value_string()
189 copystr = g_value_get_string (&copy); in test_value_string()
[all …]
/dports/devel/dev86/dev86-0.16.20/bcc/
H A Dbcc.c162 char * copystr P((char * str));
203 localprefix = copystr(temp);
280 copystr(str) in copystr() function
1169 name = copystr(filename);
1206 newopt->opt = copystr(option);
1288 temp = copystr(progname); in reset_prefix_path()
1315 temp = copystr(progname); in reset_prefix_path()
1321 ptr = copystr(ptr); in reset_prefix_path()
1322 temp = copystr(""); in reset_prefix_path()
1349 temp = copystr(buf); in reset_prefix_path()
[all …]
/dports/x11-fm/xfe/xfe-1.44/src/
H A Dxfeutils.cpp1103 FXString copystr = " (" + suffix; in buildCopyName() local
1115 int pos = target.rfind(copystr); in buildCopyName()
1120 copytarget = target + copystr + ")"; in buildCopyName()
1126 FXString strnum = target.mid(pos+copystr.length(), target.length()-pos-copystr.length()); in buildCopyName()
1137 int pos = basename.rfind(copystr); in buildCopyName()
1147 …FXString strnum = target.mid(pos+copystr.length(), target.length()-pos-copystr.length()-ext2.lengt… in buildCopyName()
1161 int pos = target.rfind(copystr); in buildCopyName()
1166 copytarget = target + copystr + ")"; in buildCopyName()
1172 … FXString strnum = target.mid(pos+copystr.length(), target.length()-pos-copystr.length()); in buildCopyName()
1183 int pos = basename.rfind(copystr); in buildCopyName()
[all …]
/dports/devel/z88dk/z88dk/libsrc/target/osca/osca/
H A Dflos_get_input_string.asm32 jr nz,copystr
36 copystr: label
/dports/cad/magic/magic-8.3.245/utils/
H A Dstack.c259 StackCopy(src, dest, copystr) in StackCopy() argument
261 bool copystr;
265 stackCopyStr=copystr;
/dports/misc/rump/buildrump.sh-b914579/src/sys/rump/librump/rumpkern/
H A Drumpcopy.c92 copystr(const void *kfaddr, void *kdaddr, size_t len, size_t *done) in copystr() function
123 return copystr(uaddr, kaddr, len, done); in copyinstr()
156 return copystr(kaddr, uaddr, len, done); in copyoutstr()
/dports/editors/jove/jove/
H A Dscandir.c128 ourarray[nentries++] = copystr(entry->d_name);
198 ourarray[nentries++] = copystr(filename);
261 ourarray[nentries++] = copystr(filename);
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libnghttp2-sys-0.1.7+1.45.0/nghttp2/src/
H A Dtemplate.h239 : len(slen), base(copystr(s, s + len)) {} in ImmutableString()
241 : len(strlen(s)), base(copystr(s, s + len)) {} in ImmutableString()
243 : len(s.size()), base(copystr(std::begin(s), std::end(s))) {} in ImmutableString()
246 : len(std::distance(first, last)), base(copystr(first, last)) {} in ImmutableString()
248 : len(other.len), base(copystr(std::begin(other), std::end(other))) {} in ImmutableString()
265 base = copystr(std::begin(other), std::end(other));
306 template <typename InputIt> const char *copystr(InputIt first, InputIt last) { in copystr() function
/dports/net/proby/proby-1.0.2/cargo-crates/libnghttp2-sys-0.1.4+1.41.0/nghttp2/src/
H A Dtemplate.h239 : len(slen), base(copystr(s, s + len)) {} in ImmutableString()
241 : len(strlen(s)), base(copystr(s, s + len)) {} in ImmutableString()
243 : len(s.size()), base(copystr(std::begin(s), std::end(s))) {} in ImmutableString()
246 : len(std::distance(first, last)), base(copystr(first, last)) {} in ImmutableString()
248 : len(other.len), base(copystr(std::begin(other), std::end(other))) {} in ImmutableString()
265 base = copystr(std::begin(other), std::end(other));
306 template <typename InputIt> const char *copystr(InputIt first, InputIt last) { in copystr() function
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libnghttp2-sys-0.1.6+1.43.0/nghttp2/src/
H A Dtemplate.h239 : len(slen), base(copystr(s, s + len)) {} in ImmutableString()
241 : len(strlen(s)), base(copystr(s, s + len)) {} in ImmutableString()
243 : len(s.size()), base(copystr(std::begin(s), std::end(s))) {} in ImmutableString()
246 : len(std::distance(first, last)), base(copystr(first, last)) {} in ImmutableString()
248 : len(other.len), base(copystr(std::begin(other), std::end(other))) {} in ImmutableString()
265 base = copystr(std::begin(other), std::end(other));
306 template <typename InputIt> const char *copystr(InputIt first, InputIt last) { in copystr() function
/dports/www/libnghttp2/nghttp2-1.46.0/src/
H A Dtemplate.h239 : len(slen), base(copystr(s, s + len)) {} in ImmutableString()
241 : len(strlen(s)), base(copystr(s, s + len)) {} in ImmutableString()
243 : len(s.size()), base(copystr(std::begin(s), std::end(s))) {} in ImmutableString()
246 : len(std::distance(first, last)), base(copystr(first, last)) {} in ImmutableString()
248 : len(other.len), base(copystr(std::begin(other), std::end(other))) {} in ImmutableString()
265 base = copystr(std::begin(other), std::end(other));
306 template <typename InputIt> const char *copystr(InputIt first, InputIt last) { in copystr() function
/dports/lang/rust/rustc-1.58.1-src/vendor/libnghttp2-sys/nghttp2/src/
H A Dtemplate.h239 : len(slen), base(copystr(s, s + len)) {} in ImmutableString()
241 : len(strlen(s)), base(copystr(s, s + len)) {} in ImmutableString()
243 : len(s.size()), base(copystr(std::begin(s), std::end(s))) {} in ImmutableString()
246 : len(std::distance(first, last)), base(copystr(first, last)) {} in ImmutableString()
248 : len(other.len), base(copystr(std::begin(other), std::end(other))) {} in ImmutableString()
265 base = copystr(std::begin(other), std::end(other));
306 template <typename InputIt> const char *copystr(InputIt first, InputIt last) { in copystr() function
/dports/www/nghttp2/nghttp2-1.46.0/src/
H A Dtemplate.h239 : len(slen), base(copystr(s, s + len)) {} in ImmutableString()
241 : len(strlen(s)), base(copystr(s, s + len)) {} in ImmutableString()
243 : len(s.size()), base(copystr(std::begin(s), std::end(s))) {} in ImmutableString()
246 : len(std::distance(first, last)), base(copystr(first, last)) {} in ImmutableString()
248 : len(other.len), base(copystr(std::begin(other), std::end(other))) {} in ImmutableString()
265 base = copystr(std::begin(other), std::end(other));
306 template <typename InputIt> const char *copystr(InputIt first, InputIt last) { in copystr() function
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/arm/arm/
H A Dcopystr.S64 ENTRY(copystr)
87 END(copystr)
/dports/math/libpgmath/flang-d07daf3/runtime/flang/
H A Dinquire.c127 copystr(acc_ptr, acc_siz, cp); in inquire()
138 copystr(action_ptr, action_siz, cp); in inquire()
147 copystr(blank_ptr, blank_siz, cp); in inquire()
160 copystr(delim_ptr, delim_siz, cp); in inquire()
169 copystr(direct_ptr, direct_siz, cp); in inquire()
206 copystr(form_ptr, form_siz, cp); in inquire()
268 copystr(pad_ptr, pad_siz, cp); in inquire()
288 copystr(read_ptr, read_siz, cp); in inquire()
326 copystr(write0_ptr, write0_siz, cp); in inquire()
418 copystr(sign_ptr, sign_siz, cp); in inquire()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/aarch64/aarch64/
H A Dcopyinout.S136 ENTRY(copystr)
138 END(copystr)
/dports/misc/sls/sls/
H A Dsls.c87 static char *fmtdate(), *aperms(), *getfmtstr(), *showname(), *copystr();
112 Defdatefmt = copystr (pav);
115 longfmt = copystr (pav);
350 pf->f_name = copystr (fname);
394 pf->f_name = copystr (fname);
1230 uids[nuids].u_name = copystr (pw->pw_name);
1263 gids[ngids].g_name = copystr (gr->gr_name);
1270 static char *copystr (str) in copystr() function
/dports/devel/jam/jam-2.6/
H A Dnewstr.h14 const char *copystr( const char *s );
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/compilergcc/depslib/src/
H A Dnewstr.h31 const char *copystr( const char *s );
/dports/devel/ftjam/ftjam-2.5.2/
H A Dnewstr.h14 const char *copystr( const char *s );

12345678