OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:op_xstrndup
(Results
1 - 8
of
8
) sorted by null
/external/oprofile/libutil/
op_string.h
28
char *
op_xstrndup
(char const * s, size_t len);
op_string.c
16
char *
op_xstrndup
(char const * s, size_t len)
function
/external/oprofile/libop/
op_parse_event.c
39
ret =
op_xstrndup
(*str, c - *str);
op_events.c
145
um->name =
op_xstrndup
(tagend, valueend - tagend);
382
*name =
op_xstrndup
(c, tag_len);
383
*value =
op_xstrndup
(colon + 1, val_len);
/external/oprofile/daemon/
opd_extended.c
93
tmp =
op_xstrndup
(value, strlen(value));
opd_events.c
59
str =
op_xstrndup
(tmp, tmp2 - tmp);
oprofiled.c
314
char * tmp =
op_xstrndup
(last, cur - last);
389
char * tmp =
op_xstrndup
(last, cur - last);
opd_ibs.c
388
tmp =
op_xstrndup
(str, strlen(str));
445
tmp =
op_xstrndup
(str, strlen(str));
536
tmp =
op_xstrndup
(argv, strlen(argv));
Completed in 118 milliseconds