/openbsd/usr.sbin/iscsictl/ |
H A D | parse.y | 55 u_char *ungetbuf; member 413 c = file->ungetbuf[--file->ungetpos]; in igetc() 468 void *p = reallocarray(file->ungetbuf, file->ungetsize, 2); in lungetc() 471 file->ungetbuf = p; in lungetc() 474 file->ungetbuf[file->ungetpos++] = c; in lungetc() 672 nfile->ungetbuf = malloc(nfile->ungetsize); in pushfile() 673 if (nfile->ungetbuf == NULL) { in pushfile() 695 free(file->ungetbuf); in popfile()
|
/openbsd/sbin/dhcpleased/ |
H A D | parse.y | 62 u_char *ungetbuf; member 402 c = file->ungetbuf[--file->ungetpos]; in igetc() 468 void *p = reallocarray(file->ungetbuf, file->ungetsize, 2); in lungetc() 471 file->ungetbuf = p; in lungetc() 474 file->ungetbuf[file->ungetpos++] = c; in lungetc() 697 nfile->ungetbuf = malloc(nfile->ungetsize); in pushfile() 698 if (nfile->ungetbuf == NULL) { in pushfile() 720 free(file->ungetbuf); in popfile()
|
/openbsd/sbin/unwind/ |
H A D | parse.y | 52 u_char *ungetbuf; member 464 c = file->ungetbuf[--file->ungetpos]; in igetc() 530 void *p = reallocarray(file->ungetbuf, file->ungetsize, 2); in lungetc() 533 file->ungetbuf = p; in lungetc() 536 file->ungetbuf[file->ungetpos++] = c; in lungetc() 759 nfile->ungetbuf = malloc(nfile->ungetsize); in pushfile() 760 if (nfile->ungetbuf == NULL) { in pushfile() 782 free(file->ungetbuf); in popfile()
|
/openbsd/sbin/dhcp6leased/ |
H A D | parse.y | 276 c = file->ungetbuf[--file->ungetpos]; in igetc() 342 void *p = reallocarray(file->ungetbuf, file->ungetsize, 2); in lungetc() 345 file->ungetbuf = p; in lungetc() 348 file->ungetbuf[file->ungetpos++] = c; in lungetc() 571 nfile->ungetbuf = malloc(nfile->ungetsize); in pushfile() 572 if (nfile->ungetbuf == NULL) { in pushfile() 594 free(file->ungetbuf); in popfile()
|
H A D | dhcp6leased.h | 279 u_char *ungetbuf; member
|
/openbsd/usr.sbin/ypldap/ |
H A D | parse.y | 63 u_char *ungetbuf; member 594 c = file->ungetbuf[--file->ungetpos]; in igetc() 660 void *p = reallocarray(file->ungetbuf, file->ungetsize, 2); in lungetc() 663 file->ungetbuf = p; in lungetc() 666 file->ungetbuf[file->ungetpos++] = c; in lungetc() 890 nfile->ungetbuf = malloc(nfile->ungetsize); in pushfile() 891 if (nfile->ungetbuf == NULL) { in pushfile() 913 free(file->ungetbuf); in popfile()
|
/openbsd/usr.sbin/acme-client/ |
H A D | parse.y | 50 u_char *ungetbuf; member 501 c = file->ungetbuf[--file->ungetpos]; in igetc() 567 void *p = reallocarray(file->ungetbuf, file->ungetsize, 2); in lungetc() 570 file->ungetbuf = p; in lungetc() 573 file->ungetbuf[file->ungetpos++] = c; in lungetc() 772 nfile->ungetbuf = malloc(nfile->ungetsize); in pushfile() 773 if (nfile->ungetbuf == NULL) { in pushfile() 795 free(file->ungetbuf); in popfile()
|
/openbsd/usr.sbin/rad/ |
H A D | parse.y | 60 u_char *ungetbuf; member 576 c = file->ungetbuf[--file->ungetpos]; in igetc() 642 void *p = reallocarray(file->ungetbuf, file->ungetsize, 2); in lungetc() 645 file->ungetbuf = p; in lungetc() 648 file->ungetbuf[file->ungetpos++] = c; in lungetc() 872 nfile->ungetbuf = malloc(nfile->ungetsize); in pushfile() 873 if (nfile->ungetbuf == NULL) { in pushfile() 895 free(file->ungetbuf); in popfile()
|
/openbsd/usr.sbin/ospf6d/ |
H A D | parse.y | 56 u_char *ungetbuf; member 695 c = file->ungetbuf[--file->ungetpos]; in igetc() 761 void *p = reallocarray(file->ungetbuf, file->ungetsize, 2); in lungetc() 764 file->ungetbuf = p; in lungetc() 767 file->ungetbuf[file->ungetpos++] = c; in lungetc() 991 nfile->ungetbuf = malloc(nfile->ungetsize); in pushfile() 992 if (nfile->ungetbuf == NULL) { in pushfile() 1014 free(file->ungetbuf); in popfile()
|
/openbsd/usr.sbin/eigrpd/ |
H A D | parse.y | 50 u_char *ungetbuf; member 667 c = file->ungetbuf[--file->ungetpos]; in igetc() 733 void *p = reallocarray(file->ungetbuf, file->ungetsize, 2); in lungetc() 736 file->ungetbuf = p; in lungetc() 739 file->ungetbuf[file->ungetpos++] = c; in lungetc() 963 nfile->ungetbuf = malloc(nfile->ungetsize); in pushfile() 964 if (nfile->ungetbuf == NULL) { in pushfile() 986 free(file->ungetbuf); in popfile()
|
/openbsd/usr.sbin/ldapd/ |
H A D | parse.y | 57 u_char *ungetbuf; member 505 c = file->ungetbuf[--file->ungetpos]; in igetc() 571 void *p = reallocarray(file->ungetbuf, file->ungetsize, 2); in lungetc() 574 file->ungetbuf = p; in lungetc() 577 file->ungetbuf[file->ungetpos++] = c; in lungetc() 804 nfile->ungetbuf = malloc(nfile->ungetsize); in pushfile() 805 if (nfile->ungetbuf == NULL) { in pushfile() 827 free(file->ungetbuf); in popfile()
|
/openbsd/usr.sbin/hostapd/ |
H A D | parse.y | 66 u_char *ungetbuf; member 1354 c = file->ungetbuf[--file->ungetpos]; in igetc() 1420 void *p = reallocarray(file->ungetbuf, file->ungetsize, 2); in lungetc() 1423 file->ungetbuf = p; in lungetc() 1426 file->ungetbuf[file->ungetpos++] = c; in lungetc() 1754 nfile->ungetbuf = malloc(nfile->ungetsize); in pushfile() 1755 if (nfile->ungetbuf == NULL) { in pushfile() 1777 free(file->ungetbuf); in popfile()
|
/openbsd/usr.sbin/ospfd/ |
H A D | parse.y | 54 u_char *ungetbuf; member 886 c = file->ungetbuf[--file->ungetpos]; in igetc() 952 void *p = reallocarray(file->ungetbuf, file->ungetsize, 2); in lungetc() 955 file->ungetbuf = p; in lungetc() 958 file->ungetbuf[file->ungetpos++] = c; in lungetc() 1182 nfile->ungetbuf = malloc(nfile->ungetsize); in pushfile() 1183 if (nfile->ungetbuf == NULL) { in pushfile() 1205 free(file->ungetbuf); in popfile()
|
/openbsd/usr.sbin/vmd/ |
H A D | parse.y | 60 u_char *ungetbuf; member 880 c = file->ungetbuf[--file->ungetpos]; 954 void *p = reallocarray(file->ungetbuf, file->ungetsize, 2); 957 file->ungetbuf = p; 960 file->ungetbuf[file->ungetpos++] = c; 1157 nfile->ungetbuf = malloc(nfile->ungetsize); 1158 if (nfile->ungetbuf == NULL) { 1180 free(file->ungetbuf);
|
/openbsd/usr.sbin/ldpd/ |
H A D | parse.y | 52 u_char *ungetbuf; member 981 c = file->ungetbuf[--file->ungetpos]; in igetc() 1047 void *p = reallocarray(file->ungetbuf, file->ungetsize, 2); in lungetc() 1050 file->ungetbuf = p; in lungetc() 1053 file->ungetbuf[file->ungetpos++] = c; in lungetc() 1277 nfile->ungetbuf = malloc(nfile->ungetsize); in pushfile() 1278 if (nfile->ungetbuf == NULL) { in pushfile() 1300 free(file->ungetbuf); in popfile()
|
/openbsd/usr.sbin/snmpd/ |
H A D | parse.y | 69 u_char *ungetbuf; member 1345 c = file->ungetbuf[--file->ungetpos]; in igetc() 1417 void *p = reallocarray(file->ungetbuf, file->ungetsize, 2); in lungetc() 1420 file->ungetbuf = p; in lungetc() 1423 file->ungetbuf[file->ungetpos++] = c; in lungetc() 1647 nfile->ungetbuf = malloc(nfile->ungetsize); in pushfile() 1648 if (nfile->ungetbuf == NULL) { in pushfile() 1670 free(file->ungetbuf); in popfile()
|
/openbsd/usr.sbin/httpd/ |
H A D | parse.y | 66 u_char *ungetbuf; member 1522 c = file->ungetbuf[--file->ungetpos]; in igetc() 1588 void *p = reallocarray(file->ungetbuf, file->ungetsize, 2); in lungetc() 1591 file->ungetbuf = p; in lungetc() 1594 file->ungetbuf[file->ungetpos++] = c; in lungetc() 1818 nfile->ungetbuf = malloc(nfile->ungetsize); in pushfile() 1819 if (nfile->ungetbuf == NULL) { in pushfile() 1841 free(file->ungetbuf); in popfile()
|
/openbsd/usr.sbin/smtpd/ |
H A D | parse.y | 54 u_char *ungetbuf; member 2773 c = file->ungetbuf[--file->ungetpos]; in igetc() 2839 void *p = reallocarray(file->ungetbuf, file->ungetsize, 2); in lungetc() 2842 file->ungetbuf = p; in lungetc() 2845 file->ungetbuf[file->ungetpos++] = c; in lungetc() 3076 nfile->ungetbuf = malloc(nfile->ungetsize); in pushfile() 3077 if (nfile->ungetbuf == NULL) { in pushfile() 3099 free(file->ungetbuf); in popfile()
|
/openbsd/usr.sbin/relayd/ |
H A D | parse.y | 68 u_char *ungetbuf; member 2549 c = file->ungetbuf[--file->ungetpos]; in igetc() 2614 void *p = reallocarray(file->ungetbuf, file->ungetsize, 2); in lungetc() 2617 file->ungetbuf = p; in lungetc() 2620 file->ungetbuf[file->ungetpos++] = c; in lungetc() 2844 nfile->ungetbuf = malloc(nfile->ungetsize); in pushfile() 2845 if (nfile->ungetbuf == NULL) { in pushfile() 2867 free(file->ungetbuf); in popfile()
|
/openbsd/sbin/iked/ |
H A D | parse.y | 65 u_char *ungetbuf; member 1675 c = file->ungetbuf[--file->ungetpos]; in igetc() 1741 void *p = reallocarray(file->ungetbuf, file->ungetsize, 2); in lungetc() 1744 file->ungetbuf = p; in lungetc() 1747 file->ungetbuf[file->ungetpos++] = c; in lungetc() 1979 nfile->ungetbuf = malloc(nfile->ungetsize); in pushfile() 1980 if (nfile->ungetbuf == NULL) { in pushfile() 2002 free(file->ungetbuf); in popfile()
|
/openbsd/usr.sbin/bgpd/ |
H A D | parse.y | 68 u_char *ungetbuf; member 3695 c = file->ungetbuf[--file->ungetpos]; in igetc() 3761 void *p = reallocarray(file->ungetbuf, file->ungetsize, 2); in lungetc() 3764 file->ungetbuf = p; in lungetc() 3767 file->ungetbuf[file->ungetpos++] = c; in lungetc() 4023 nfile->ungetbuf = malloc(nfile->ungetsize); in pushfile() 4024 if (nfile->ungetbuf == NULL) { in pushfile() 4046 free(file->ungetbuf); in popfile()
|
/openbsd/sbin/pfctl/ |
H A D | parse.y | 76 u_char *ungetbuf; member 5132 c = file->ungetbuf[--file->ungetpos]; in igetc() 5196 void *p = reallocarray(file->ungetbuf, file->ungetsize, 2); in lungetc() 5199 file->ungetbuf = p; in lungetc() 5202 file->ungetbuf[file->ungetpos++] = c; in lungetc() 5456 nfile->ungetbuf = malloc(nfile->ungetsize); in pushfile() 5457 if (nfile->ungetbuf == NULL) { in pushfile() 5479 free(file->ungetbuf); in popfile()
|