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

Lines Matching refs:ZCONST

56 int rename OF((ZCONST char *, ZCONST char *));
61 local int optionerr OF((char *, ZCONST char *, int, int));
66 local int utf8_char_bytes OF((ZCONST char *utf8));
67 local long ucs4_char_from_utf8 OF((ZCONST char **utf8 ));
69 local int utf8_to_ucs4_string OF((ZCONST char *utf8, ulg *usc4buf,
71 local int ucs4_string_to_utf8 OF((ZCONST ulg *ucs4, char *utf8buf,
74 local int utf8_chars OF((ZCONST char *utf8));
80 local int fqcmp OF((ZCONST zvoid *, ZCONST zvoid *));
81 local int fqcmpz OF((ZCONST zvoid *, ZCONST zvoid *));
182 ZCONST zvoid *a, *b; /* pointers to pointers to found entries */
190 ZCONST zvoid *a, *b; /* pointers to pointers to found entries */
1160 ZCONST time_t clock = time(NULL);
1933 ZCONST char *from;
1934 ZCONST char *to;
2569 ZCONST void *buffer;
2861 ZCONST char *utf8;
2903 ZCONST char **utf8;
2969 ZCONST char *utf8;
2997 ZCONST ulg *ucs4;
3032 ZCONST char *utf8;
3638 ZCONST char *ptr;
3669 local int mb_clen OF((ZCONST char *)); /* declare proto first */
3671 ZCONST char *ptr;
3717 static ZCONST char Far op_not_neg_err[] = "option %s not negatable";
3718 static ZCONST char Far op_req_val_err[] = "option %s requires a value";
3719 static ZCONST char Far op_no_allow_val_err[] = "option %s does not allow a value";
3720 static ZCONST char Far sh_op_not_sup_err[] = "short option '%c' not supported";
3721 static ZCONST char Far oco_req_val_err[] = "option %s requires one character value";
3722 static ZCONST char Far oco_no_mbc_err[] = "option %s does not support multibyte values";
3723 static ZCONST char Far num_req_val_err[] = "option %s requires number value";
3724 static ZCONST char Far long_op_ambig_err[] = "long option '%s' ambiguous";
3725 static ZCONST char Far long_op_not_sup_err[] = "long option '%s' not supported";
3727 static ZCONST char Far no_arg_files_err[] = "argument files not enabled\n";
3741 ZCONST char *err;
3841 ZCONST char *arg;