Home
last modified time | relevance | path

Searched refs:strnsave (Results 1 – 15 of 15) sorted by relevance

/dports/devel/mpatrol/mpatrol/src/
H A Dmalloc.c278 #ifdef strnsave
279 #undef strnsave
285 strnsave(MP_CONST char *p, int l) in strnsave() function
288 strnsave(MP_CONST char *p, size_t l) in strnsave()
299 MP_ALTFUNCNAME(strnsave)(MP_CONST char *p, int l) in MP_ALTFUNCNAME() argument
302 MP_ALTFUNCNAME(strnsave)(MP_CONST char *p, size_t l) in MP_ALTFUNCNAME()
H A Dmpatrol.h499 #ifdef strnsave
500 #undef strnsave
643 #define strnsave(p, l) \ macro
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/toonz4.6/
H A Dtoonz.h122 TNZAPI char *strnsave(const char *str, int n);
/dports/devel/mpatrol/mpatrol/build/unix/
H A Dmpatrol.exp100 strnsave
/dports/devel/mpatrol/mpatrol/build/windows/
H A Dmpatrol.def107 strnsave
H A Dmpatrolmt.def107 strnsave
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/image/tzp/
H A Davl.c1855 static char *strnsave(const char *str, int n) { in strnsave() function
1895 item->group = strnsave(c1, c2 - c1); in cdb_decode_all()
1908 item->accelerator = strnsave(c1, ct - c1); in cdb_decode_all()
1916 item->name = strnsave(c1, c2 - c1); in cdb_decode_all()
1935 effect->name = strnsave(c1, c2 - c1); in cdb_decode_all()
1948 effect->param[p].name = strnsave(c1, c2 - c1); in cdb_decode_all()
1952 effect->param[p].value = strnsave(c1, c2 - c1); in cdb_decode_all()
/dports/shells/pdksh/pdksh-5.2.14/
H A DChangeLog1212 * missing.c(strsave,strnsave): changed to str_save,str_nsave.
1404 '%' code to use strnsave().
H A DChangeLog.01416 * eval.c(globit): call strnsave instead of strsave; if file has
3559 expr.c(token), misc.c(strnsave): added strnsave() function; use it
/dports/devel/mpatrol/mpatrol/
H A DNEWS385 fixed a bug in strndup() and strnsave() where the string was not being
/dports/devel/mpatrol/mpatrol/doc/
H A Drefcard.tex340 \item[\function{strnsave}]
H A Dmpatrol.info322 `strnsave()' old Duplicates a string with a maximum length.
8120 `char *strnsave(const char *str, size_t size)'
15643 * strnsave: Functions 1.
H A Dmpatrol.texi418 @item @code{strnsave()}
8539 @findex strnsave
8540 @item @code{char *strnsave(const char *str, size_t size)}
H A Dmpatrol.guide338 @{b}strnsave()@{ub} old Duplicates a string with a maximum length.
8336 @{b}char *strnsave(const char *str, size_t size)@{ub}
15997 @{" strnsave " link "Functions 1"} Functions 1
/dports/devel/mpatrol/mpatrol/man/cat3/
H A Dlibmpatrol.322 char *strnsave(const char *str, size_t size);