Home
last modified time | relevance | path

Searched refs:GETCHAR (Results 1 – 17 of 17) sorted by relevance

/external/ppp/pppd/
Dcbcp.c173 GETCHAR(code, inp);
174 GETCHAR(id, inp);
239 GETCHAR(code, p);
240 GETCHAR(id, p);
258 GETCHAR(opt, p);
259 GETCHAR(olen, p);
274 GETCHAR(delay, p);
282 GETCHAR(addrt, p);
296 GETCHAR(code, p);
319 GETCHAR(type, pckt);
[all …]
Dipxcp.c672 GETCHAR(citype, p); \
673 GETCHAR(cilen, p); \
687 GETCHAR(citype, p); \
688 GETCHAR(cilen, p); \
693 GETCHAR(cichar, p); \
708 GETCHAR(citype, p); \
709 GETCHAR(cilen, p); \
722 GETCHAR(citype, p); \
723 GETCHAR(cilen, p); \
782 GETCHAR (citype, p);
[all …]
Dlcp.c814 GETCHAR(citype, p); \
815 GETCHAR(cilen, p); \
824 GETCHAR(citype, p); \
825 GETCHAR(cilen, p); \
837 GETCHAR(citype, p); \
838 GETCHAR(cilen, p); \
842 GETCHAR(cichar, p); \
850 GETCHAR(citype, p); \
851 GETCHAR(cilen, p); \
858 GETCHAR(cichar, p); \
[all …]
Dupap.c332 GETCHAR(code, inp);
333 GETCHAR(id, inp);
407 GETCHAR(ruserlen, inp);
415 GETCHAR(rpasswdlen, inp);
487 GETCHAR(msglen, inp);
527 GETCHAR(msglen, inp);
626 GETCHAR(code, p);
627 GETCHAR(id, p);
677 GETCHAR(code, p);
Dipcp.c896 GETCHAR(citype, p); \
897 GETCHAR(cilen, p); \
916 GETCHAR(citype, p); \
917 GETCHAR(cilen, p); \
925 GETCHAR(cimaxslotindex, p); \
928 GETCHAR(cicflag, p); \
939 GETCHAR(citype, p); \
940 GETCHAR(cilen, p); \
955 GETCHAR(citype, p); \
956 GETCHAR(cilen, p); \
[all …]
Dipv6cp.c631 GETCHAR(citype, p); \
632 GETCHAR(cilen, p); \
646 GETCHAR(citype, p); \
647 GETCHAR(cilen, p); \
768 GETCHAR(citype, p);
769 GETCHAR(cilen, p);
936 GETCHAR(citype, p); /* Parse CI type */
937 GETCHAR(cilen, p); /* Parse CI length */
1431 GETCHAR(code, p);
1432 GETCHAR(id, p);
[all …]
Deap.c1354 GETCHAR(typenum, inp);
1413 GETCHAR(vallen, inp);
1468 GETCHAR(vallen, inp);
1490 GETCHAR(vallen, inp);
1518 GETCHAR(vallen, inp);
1531 GETCHAR(vallen, inp);
1753 GETCHAR(typenum, inp);
1790 GETCHAR(vallen, inp);
1841 GETCHAR(vallen, inp);
1898 GETCHAR(typenum, inp);
[all …]
Dchap-new.c325 GETCHAR(response_len, pkt); in chap_handle_response()
539 GETCHAR(code, pkt); in chap_input()
540 GETCHAR(id, pkt); in chap_input()
598 GETCHAR(code, p); in chap_print_pkt()
599 GETCHAR(id, p); in chap_print_pkt()
622 GETCHAR(x, p); in chap_print_pkt()
635 GETCHAR(x, p); in chap_print_pkt()
Dfsm.c352 GETCHAR(code, inp);
353 GETCHAR(id, inp);
690 GETCHAR(code, inp);
691 GETCHAR(id, inp);
Dpppd.h756 #define GETCHAR(c, cp) { \ macro
/external/pcre/src/
Dpcre2_newline.c85 if (utf) { GETCHAR(c, ptr); } else c = *ptr; in PRIV()
179 GETCHAR(c, ptr); in PRIV()
Dpcre2_intmodedep.h63 #undef GETCHAR
261 #define GETCHAR(c, eptr) c = *eptr; macro
301 #define GETCHAR(c, eptr) \ macro
393 #define GETCHAR(c, eptr) \ macro
482 #define GETCHAR(c, eptr) \ macro
508 GETCHAR(c, eptr)
Dpcre2_extuni.c122 GETCHAR(c, bptr); in PRIV()
Dpcre2_match.c4355 GETCHAR(fc, Feptr); in match()
4366 GETCHAR(fc, fptr); in match()
6055 GETCHAR(fc, lastptr); in match()
6089 GETCHAR(fc, Feptr); in match()
Dpcre2_compile.c2406 GETCHAR(c, ptr); in read_name()
2422 GETCHAR(c, ptr); in read_name()
Dpcre2_jit_compile.c3522 GETCHAR(c, cc); in char_has_othercase()
3561 GETCHAR(c, cc); in char_get_othercase_bit()
5790 GETCHAR(chr, cc); in scan_prefix()
8563 GETCHAR(c, bptr); in do_extuni_utf()
8974 GETCHAR(c, cc); in compile_char1_matchingpath()
/external/compiler-rt/test/msan/
Dgetc_unlocked.c19 #if defined(GETCHAR) in main()