• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/

Lines Matching refs:ZCONST

61 local int recmatch OF((ZCONST char *, ZCONST char *, int));
63 local long recmatchw OF((ZCONST wchar_t *, ZCONST wchar_t *, int));
134 ZCONST wchar_t *pw; /* sh pattern to match */
135 ZCONST wchar_t *sw; /* string to match it to */
194 ZCONST wchar_t *swrest;
221 ZCONST wchar_t *qw; /* pointer to end of [-] group */
275 ZCONST char *p; /* sh pattern to match */
276 ZCONST char *s; /* string to match it to */
361 ZCONST char *srest;
374 ZCONST char *q = s;
411 ZCONST char *q; /* pointer to end of [-] group */
490 ZCONST char *p; /* sh pattern to match */
491 ZCONST char *s; /* string to match it to */
505 ZCONST wchar_t *pw; /* dos pattern to match */
506 ZCONST wchar_t *sw; /* string to match it to */
536 ZCONST char *p; /* dos pattern to match */
537 ZCONST char *s; /* string to match it to */
565 ZCONST zvoid *b; /* pointer to value to search for */
566 ZCONST zvoid far **a; /* table of pointers to values, sorted */
568 int (*cmp) OF((ZCONST zvoid *, ZCONST zvoid far *)); /* comparison function */
578 ZCONST zvoid far **i; /* pointer to midpoint of current range */
579 ZCONST zvoid far **l; /* pointer to lower end of current range */
581 ZCONST zvoid far **u; /* pointer to upper end of current range */
583 l = (ZCONST zvoid far **)a; u = l + (n-1);
586 if ((r = (*cmp)(b, (ZCONST char far *)*(struct zlist far **)i)) < 0)
665 ZCONST char *string1, *string2;
687 char *strtoasc(char *str1, ZCONST char *str2)
695 char *strtoebc(char *str1, ZCONST char *str2)
703 char *memtoasc(char *mem1, ZCONST char *mem2, unsigned len)
712 char *memtoebc(char *mem1, ZCONST char *mem2, unsigned len)
724 ZCONST char *src;
735 ZCONST char *src;
755 ZCONST char *ptr;
757 ZCONST char *oldptr = ptr;
766 ZCONST unsigned char *str;
777 ZCONST unsigned char *str;
1021 ZCONST char *buf_ptr;
1383 ZCONST uch *buf;