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

  /src/usr.bin/locale/
locale.c 444 struct _lookup *hlookup; local in function:init_locales_list_alias
455 if (_lookup_seq_open(&hlookup, aliaspath,
457 while (_lookup_seq_next(hlookup, &key, &dat) == 0) {
472 _lookup_seq_close(hlookup);
locale.c 444 struct _lookup *hlookup; local in function:init_locales_list_alias
455 if (_lookup_seq_open(&hlookup, aliaspath,
457 while (_lookup_seq_next(hlookup, &key, &dat) == 0) {
472 _lookup_seq_close(hlookup);
locale.c 444 struct _lookup *hlookup; local in function:init_locales_list_alias
455 if (_lookup_seq_open(&hlookup, aliaspath,
457 while (_lookup_seq_next(hlookup, &key, &dat) == 0) {
472 _lookup_seq_close(hlookup);

Completed in 32 milliseconds