HomeSort by: relevance | last modified time | path
    Searched defs:str_init (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.sbin/netgroup_mkdb/
str.c 45 * str_init(): Initialize string
48 str_init(struct string *s) function
  /src/external/public-domain/xz/dist/src/liblzma/common/
string_conversion.c 40 str_init(lzma_str *str, const lzma_allocator *allocator) function
1166 return_if_error(str_init(&dest, allocator));
1270 return_if_error(str_init(&dest, allocator));
  /src/external/gpl3/gcc/dist/gcc/cp/
decl.cc 7349 tree str_init = init;
7360 str_init = stripd.cur->value;
7361 stripped_str_init = tree_strip_any_location_wrapper (str_init);
7373 return str_init;
7337 tree str_init = init; local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
decl.cc 6990 tree str_init = init;
7001 str_init = stripd.cur->value;
7002 stripped_str_init = tree_strip_any_location_wrapper (str_init);
7014 return str_init;
6978 tree str_init = init; local

Completed in 32 milliseconds