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

  /src/lib/libc/locale/
newlocale.c 48 const char *tokens[_LC_LAST - 1]; local in function:__weak_alias
64 tokens[0] = (const char *)&head[0];
65 tail = __UNCONST(strchr(tokens[0], '/'));
71 (*l)(tokens[0], dst);
84 tokens[i] = (const char *)tail;
85 tail = __UNCONST(strchr(tokens[i], '/'));
92 tokens[howmany] = tail;
93 tail = __UNCONST(strchr(tokens[howmany], '/'));
101 (*l)(tokens[i], dst);
generic_lc_all.c 59 const char *tokens[_LC_LAST], *s, *t; local in function:_generic_LC_ALL_setlocale
67 tokens[1] = &head[0];
68 tail = __UNCONST(strchr(tokens[1], '/'));
71 tokens[i] = tokens[1];
75 tokens[i] = (const char *)tail;
76 tail = __UNCONST(strchr(tokens[i], '/'));
81 tokens[_LC_LAST - 1] = (const char *)tail;
82 tail = __UNCONST(strchr(tokens[i], '/'));
86 if ((*sl)(tokens[1], locale) != NULL
    [all...]
  /src/usr.bin/mklocale/
mklocaledb.c 115 const token_t tokens[]; member in struct:__anon73ce18b30208
258 token = &category->tokens[0];
  /src/sbin/umbctl/
umbctl.c 192 char * tokens[3] = { buf, NULL, NULL }; local in function:_umbctl_file
217 tokens[1] = p + 1;
220 tokens[1] = NULL;
221 ret |= _umbctl_set(ifname, &umbp, (p != NULL) ? 2 : 1, tokens)
  /src/bin/ksh/
c_test.c 587 static const char *const tokens[] = { local in function:ptest_isa
600 ret = strcmp(*te->pos.wp, tokens[(int) meta]) == 0;
  /src/sys/dev/microcode/siop/
ncr53cxxx.c 49 } tokens[MAXTOKENS]; variable in typeref:struct:__anon2627f25e0108[]
434 fprintf (listfp, " %d tokens\n", ntokens);
437 if (tokens[i].type)
438 fprintf (listfp,"'%c'\n", tokens[i].type);
440 fprintf (listfp, "%s\n", tokens[i].name);
443 if (ntokens >= 2 && tokens[0].type == 0 &&
444 tokens[1].type == ':') {
445 define_symbol (tokens[0].name, dsps, S_LABEL, F_DEFINED);
581 tokens[ntokens].name = malloc (strlen (string) + 1);
582 strcpy (tokens[ntokens].name, string)
    [all...]
  /src/usr.bin/xlint/lint1/
lint1.h 552 balanced_token *tokens; member in struct:balanced_token_sequence
561 balanced_token_sequence tokens; member in union:balanced_token::__anondcf084d01e0a

Completed in 35 milliseconds