Home
last modified time | relevance | path

Searched refs:str_start (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ncp/libowfat/
H A D0001-replace-__pure__-with-compiler-attribute-pure.patch379 /* str_start returns 1 if the b is a prefix of a, 0 otherwise */
380 -int str_start(const char *a,const char *b) __pure__;
381 +int str_start(const char *a,const char *b) __PURE;
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_modes.c2033 const char *str_start = str; in drm_mode_parse_cmdline_res_mode() local
2052 remaining = length - (end_ptr - str_start); in drm_mode_parse_cmdline_res_mode()
/openbmc/linux/kernel/trace/
H A Dtrace_events_hist.c5174 unsigned int str_start, var_str_idx, idx; in hist_trigger_elt_update() local
5178 str_start = hist_data->n_field_var_str + in hist_trigger_elt_update()
5181 idx = str_start + var_str_idx; in hist_trigger_elt_update()