Jim_StrDupLen() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

Jim_StrDupLen() function

Syntax

char *Jim_StrDupLen(const char *s,     int l);
Implemented in jim.c:683

Arguments

s

l

References

LocationReferrerText
jim.c:683
char *Jim_StrDupLen(const char *s, int l)
jimsh0.c:6608
char *Jim_StrDupLen(const char *s, int l)
jim.h:636
JIM_EXPORT char *Jim_StrDupLen(const char *s, int l);
jimsh0.c:633
JIM_EXPORT char *Jim_StrDupLen(const char *s, int l);
jim.c:2452Jim_NewStringObj()
objPtr->bytes = Jim_StrDupLen(s, len);
jimsh0.c:8193Jim_NewStringObj()
objPtr->bytes = Jim_StrDupLen(s, len);

Call Tree

Functions calling Jim_StrDupLen()
Functions called by Jim_StrDupLen()
all items filtered out
Jim_StrDupLen()
memcpy()
all items filtered out
Data read by Jim_StrDupLen()
Jim_StrDupLen()::copy
all items filtered out
Jim_StrDupLen()