Home
last modified time | relevance | path

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

/dragonfly/usr.bin/sort/
H A Dcoll.c302 size_t *field_start, size_t *key_start, bool *empty_field, bool *empty_key) in find_field_start() argument
307 *key_start = skip_cols_to_start(s, ks->c1, *field_start, in find_field_start()
366 size_t field_start, key_end, key_start, sz; in cut_field() local
370 key_start = 0; in cut_field()
374 find_field_start(s, ks, &field_start, &key_start, in cut_field()
381 sz = (key_end < key_start) ? 0 : (key_end - key_start); in cut_field()
386 bwsnocpy(ret, s, key_start, sz); in cut_field()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dplugin.c194 const char *ptr, *name_start = arg, *key_start = NULL, *value_start = NULL; in parse_plugin_arg_opt() local
211 key_start = ptr + 1; in parse_plugin_arg_opt()
233 if (!key_start) in parse_plugin_arg_opt()
260 strncpy (key, key_start, key_len); in parse_plugin_arg_opt()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dplugin.c255 const char *ptr, *name_start = arg, *key_start = NULL, *value_start = NULL; in parse_plugin_arg_opt() local
272 key_start = ptr + 1; in parse_plugin_arg_opt()
291 if (!key_start) in parse_plugin_arg_opt()
319 strncpy (key, key_start, key_len); in parse_plugin_arg_opt()