/netbsd-src/usr.sbin/inetd/ |
H A D | parse_v2.c | 58 } val_parse_info, *vlist; typedef 71 static hresult args_handler(struct servtab *, vlist); 72 static hresult bind_handler(struct servtab *, vlist); 73 static hresult exec_handler(struct servtab *, vlist); 74 static hresult filter_handler(struct servtab *, vlist); 75 static hresult group_handler(struct servtab *, vlist); 76 static hresult service_max_handler(struct servtab *, vlist); 77 static hresult ip_max_handler(struct servtab *, vlist); 78 static hresult protocol_handler(struct servtab *, vlist); 79 static hresult recv_buf_handler(struct servtab *, vlist); [all …]
|
/netbsd-src/usr.bin/rpcgen/ |
H A D | rpc_parse.c | 153 version_list *vlist; in def_program() local 168 vlist = ALLOC(version_list); in def_program() 169 vlist->vers_name = tok.str; in def_program() 171 ptailp = &vlist->procs; in def_program() 227 *vtailp = vlist; in def_program() 228 vtailp = &vlist->next; in def_program() 232 vlist->vers_num = tok.str; in def_program() 234 for (plist = vlist->procs; plist != NULL; in def_program() 237 vlist->vers_num); in def_program()
|
H A D | rpc_cout.c | 317 version_list *vlist; in emit_program() local 320 for (vlist = def->def.pr.versions; vlist != NULL; vlist = vlist->next) in emit_program() 321 for (plist = vlist->procs; plist != NULL; plist = plist->next) { in emit_program()
|
/netbsd-src/external/bsd/ntp/dist/ntpq/ |
H A D | libntpq_subs.c | 42 struct ntpq_varlist *vlist, in ntpq_doquerylist() argument 51 return doquerylist((struct varlist *)vlist, op, associd, auth, in ntpq_doquerylist()
|
/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/ |
H A D | format.c | 272 if (GFC_DESCRIPTOR_DATA(fnp->u.udf.vlist)) in free_format_data() 273 free (GFC_DESCRIPTOR_DATA(fnp->u.udf.vlist)); in free_format_data() 274 free (fnp->u.udf.vlist); in free_format_data() 1078 tail->u.udf.vlist= xmalloc (sizeof(gfc_array_i4) in parse_format_list() 1080 GFC_DESCRIPTOR_DATA(tail->u.udf.vlist) = NULL; in parse_format_list() 1081 GFC_DIMENSION_SET(tail->u.udf.vlist->dim[0],1, 0, 0); in parse_format_list() 1111 gfc_full_array_i4 *vp = tail->u.udf.vlist; in parse_format_list()
|
H A D | format.h | 65 gfc_full_array_i4 *vlist; member
|
H A D | write.c | 1962 gfc_full_array_i4 vlist; in list_formatted_write_scalar() local 1964 GFC_DESCRIPTOR_DATA(&vlist) = NULL; in list_formatted_write_scalar() 1965 GFC_DIMENSION_SET(vlist.dim[0],1, 0, 0); in list_formatted_write_scalar() 1986 dtp->u.p.fdtio_ptr (p, &unit, iotype, &vlist, in list_formatted_write_scalar() 2287 gfc_full_array_i4 vlist; in nml_write_obj() local 2290 GFC_DIMENSION_SET(vlist.dim[0],1, 0, 0); in nml_write_obj() 2318 dtio_ptr ((void *)&list_obj, &unit, iotype, &vlist, in nml_write_obj() 2324 dtio_ptr (p, &unit, iotype, &vlist, in nml_write_obj()
|
H A D | list_read.c | 2200 gfc_full_array_i4 vlist; in list_formatted_read_scalar() local 2202 GFC_DESCRIPTOR_DATA(&vlist) = NULL; in list_formatted_read_scalar() 2203 GFC_DIMENSION_SET(vlist.dim[0],1, 0, 0); in list_formatted_read_scalar() 2224 dtp->u.p.fdtio_ptr (p, &unit, iotype, &vlist, in list_formatted_read_scalar() 2998 gfc_full_array_i4 vlist; in nml_read_obj() local 3001 GFC_DESCRIPTOR_DATA(&vlist) = NULL; in nml_read_obj() 3002 GFC_DIMENSION_SET(vlist.dim[0],1, 0, 0); in nml_read_obj() 3026 dtio_ptr ((void *)&list_obj, &unit, iotype, &vlist, in nml_read_obj()
|
H A D | transfer.c | 1730 dtp->u.p.fdtio_ptr (p, &unit, iotype, f->u.udf.vlist, in formatted_transfer_scalar_read() 2214 dtp->u.p.fdtio_ptr (p, &unit, iotype, f->u.udf.vlist, in formatted_transfer_scalar_write()
|
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/ |
H A D | format.c | 273 if (GFC_DESCRIPTOR_DATA(fnp->u.udf.vlist)) in free_format_data() 274 free (GFC_DESCRIPTOR_DATA(fnp->u.udf.vlist)); in free_format_data() 275 free (fnp->u.udf.vlist); in free_format_data() 1071 tail->u.udf.vlist= xmalloc (sizeof(gfc_array_i4) in parse_format_list() 1073 GFC_DESCRIPTOR_DATA(tail->u.udf.vlist) = NULL; in parse_format_list() 1074 GFC_DIMENSION_SET(tail->u.udf.vlist->dim[0],1, 0, 0); in parse_format_list() 1104 gfc_full_array_i4 *vp = tail->u.udf.vlist; in parse_format_list()
|
H A D | format.h | 65 gfc_full_array_i4 *vlist; member
|
H A D | write.c | 1910 gfc_full_array_i4 vlist; in list_formatted_write_scalar() local 1912 GFC_DESCRIPTOR_DATA(&vlist) = NULL; in list_formatted_write_scalar() 1913 GFC_DIMENSION_SET(vlist.dim[0],1, 0, 0); in list_formatted_write_scalar() 1934 dtp->u.p.fdtio_ptr (p, &unit, iotype, &vlist, in list_formatted_write_scalar() 2235 gfc_full_array_i4 vlist; in nml_write_obj() local 2238 GFC_DIMENSION_SET(vlist.dim[0],1, 0, 0); in nml_write_obj() 2266 dtio_ptr ((void *)&list_obj, &unit, iotype, &vlist, in nml_write_obj() 2272 dtio_ptr (p, &unit, iotype, &vlist, in nml_write_obj()
|
H A D | list_read.c | 2201 gfc_full_array_i4 vlist; in list_formatted_read_scalar() local 2203 GFC_DESCRIPTOR_DATA(&vlist) = NULL; in list_formatted_read_scalar() 2204 GFC_DIMENSION_SET(vlist.dim[0],1, 0, 0); in list_formatted_read_scalar() 2225 dtp->u.p.fdtio_ptr (p, &unit, iotype, &vlist, in list_formatted_read_scalar() 2999 gfc_full_array_i4 vlist; in nml_read_obj() local 3002 GFC_DESCRIPTOR_DATA(&vlist) = NULL; in nml_read_obj() 3003 GFC_DIMENSION_SET(vlist.dim[0],1, 0, 0); in nml_read_obj() 3027 dtio_ptr ((void *)&list_obj, &unit, iotype, &vlist, in nml_read_obj()
|
H A D | transfer.c | 1590 dtp->u.p.fdtio_ptr (p, &unit, iotype, f->u.udf.vlist, in formatted_transfer_scalar_read() 2062 dtp->u.p.fdtio_ptr (p, &unit, iotype, f->u.udf.vlist, in formatted_transfer_scalar_write()
|
/netbsd-src/usr.bin/rpcinfo/ |
H A D | rpcinfo.c | 123 struct verslist *vlist; member 647 for (vl = rs->vlist; vl; vl = vl->next) 656 vl->next = rs->vlist; 657 rs->vlist = vl; 833 rs->vlist = NULL; 846 for (vl = rs->vlist; vl; vl = vl->next) {
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | coroutines.cc | 3004 process_conditional (var_nest_node *n, tree& vlist) in process_conditional() argument 3020 DECL_CHAIN (var) = vlist; in process_conditional() 3021 vlist = var; in process_conditional() 3031 DECL_CHAIN (*flag) = vlist; in process_conditional() 3032 vlist = *flag; in process_conditional() 3111 tree vlist = NULL_TREE; in maybe_promote_temps() local 3130 DECL_CHAIN (var) = vlist; in maybe_promote_temps() 3131 vlist = var; in maybe_promote_temps() 3134 process_conditional (t, vlist); in maybe_promote_temps() 3158 process_conditional (t, vlist); in maybe_promote_temps() [all …]
|
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | opc2c.c | 577 VaryRef * vlist; in main() local 739 vlist = (VaryRef *) malloc (n_varies * sizeof (VaryRef)); in main()
|
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | opc2c.c | 577 VaryRef * vlist; in main() local 739 vlist = (VaryRef *) malloc (n_varies * sizeof (VaryRef)); in main()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | coroutines.cc | 3155 process_conditional (var_nest_node *n, tree& vlist) in process_conditional() argument 3171 DECL_CHAIN (var) = vlist; in process_conditional() 3172 vlist = var; in process_conditional() 3182 DECL_CHAIN (*flag) = vlist; in process_conditional() 3183 vlist = *flag; in process_conditional() 3262 tree vlist = NULL_TREE; in maybe_promote_temps() local 3281 DECL_CHAIN (var) = vlist; in maybe_promote_temps() 3282 vlist = var; in maybe_promote_temps() 3285 process_conditional (t, vlist); in maybe_promote_temps() 3309 process_conditional (t, vlist); in maybe_promote_temps() [all …]
|
/netbsd-src/external/gpl3/gdb/dist/sim/m32c/ |
H A D | ChangeLog-2021 | 198 * opc2c.c (main): Remove vlist variable.
|
/netbsd-src/external/gpl3/gcc/dist/libgfortran/ |
H A D | ChangeLog-2017 | 262 io/format.c (free_format_data): Don't try to free vlist
|
H A D | ChangeLog-2016 | 1354 'fnode' to carry the IOTYPE string and the 'vlist'.
|
H A D | ChangeLog-2018 | 536 * io/io.h: Change declaration of vlist type to
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-2020 | 620 (struct vlist): Remove.
|