Home
last modified time | relevance | path

Searched refs:zname (Results 1 – 10 of 10) sorted by relevance

/freebsd-9-stable/lib/libc/resolv/
Dres_findzonecut.c159 char *zname, size_t zsize, struct in_addr *addrs, int naddrs) in res_findzonecut() argument
172 result = res_findzonecut2(statp, dname, class, opts, zname, zsize, in res_findzonecut()
185 char *zname, size_t zsize, union res_sockaddr_union *addrs, in res_findzonecut2() argument
202 if ((n = get_soa(statp, dname, class, opts, zname, zsize, in res_findzonecut2()
209 if ((n = get_ns(statp, zname, class, opts, &nsrrs)) < 0 || in res_findzonecut2()
275 char *zname, size_t zsize, char *mname, size_t msize, in get_soa() argument
374 strcpy(zname, t); in get_soa()
383 zname, class, opts, nsrrsp) < 0) { in get_soa()
414 get_ns(res_state statp, const char *zname, ns_class class, int opts, in get_ns() argument
426 n = do_query(statp, zname, class, ns_t_ns, resp, &msg); in get_ns()
[all …]
/freebsd-9-stable/usr.bin/mail/
Dlex.c616 char fname[PATHSIZE+1], zname[PATHSIZE+1], *ename; in newfileinfo() local
644 (void)snprintf(zname, sizeof(zname), "+%s", in newfileinfo()
646 ename = zname; in newfileinfo()
/freebsd-9-stable/contrib/bind9/bin/named/
Dzoneconf.c188 const char *zname) in configure_zone_ssutable() argument
372 zname); in configure_zone_ssutable()
508 dns_rdatalist_t *rdatalist, const char *zname) in configure_staticstub_servernames() argument
545 str, zname); in configure_staticstub_servernames()
570 const char *zname, const char *dbtype) in configure_staticstub() argument
628 zname); in configure_staticstub()
641 "static-stub zone '%s'", zname); in configure_staticstub()
798 const char *zname; in ns_zone_configure() local
859 zname = cfg_obj_asstring(cfg_tuple_get(zconfig, "name")); in ns_zone_configure()
917 zname); in ns_zone_configure()
[all …]
Dserver.c1922 dns_name_t *zname; in create_empty_zone() local
1931 zname = dns_fixedname_name(&fixed); in create_empty_zone()
1947 CHECK(dns_name_fromstring(zname, str, 0, NULL)); in create_empty_zone()
1948 namereln = dns_name_fullcompare(zname, name, &order, &nlabels); in create_empty_zone()
1980 CHECK(add_ns(db, version, zname, dns_rootname)); in create_empty_zone()
3876 const char *zname; in configure_zone() local
3890 zname = cfg_obj_asstring(cfg_tuple_get(zconfig, "name")); in configure_zone()
3891 isc_buffer_constinit(&buffer, zname, strlen(zname)); in configure_zone()
3892 isc_buffer_add(&buffer, strlen(zname)); in configure_zone()
3911 zname, vname); in configure_zone()
[all …]
/freebsd-9-stable/contrib/bind9/lib/export/samples/
Dsample-update.c106 dns_name_t *zname = NULL, *uname, *pname; in main() local
234 zname = NULL; in main()
240 zname = dns_fixedname_name(&zname0); in main()
241 result = dns_name_fromtext(zname, &b, dns_rootname, 0, NULL); in main()
270 zname, prereqlistp, &updatelist, in main()
/freebsd-9-stable/contrib/bind9/bin/check/
Dnamed-checkconf.c179 const char *zname; in configure_zone() local
194 zname = cfg_obj_asstring(cfg_tuple_get(zconfig, "name")); in configure_zone()
383 result = load_zone(mctx, zname, zfile, masterformat, zclass, NULL); in configure_zone()
385 fprintf(stderr, "%s/%s/%s: %s\n", view, zname, zclass, in configure_zone()
/freebsd-9-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dzfs_ctldir.c673 zfsctl_snapshot_zname(vnode_t *vp, const char *name, int len, char *zname) in zfsctl_snapshot_zname() argument
679 dmu_objset_name(os, zname); in zfsctl_snapshot_zname()
680 if (strlen(zname) + 1 + strlen(name) >= len) in zfsctl_snapshot_zname()
682 (void) strcat(zname, "@"); in zfsctl_snapshot_zname()
683 (void) strcat(zname, name); in zfsctl_snapshot_zname()
/freebsd-9-stable/contrib/bind9/lib/bind9/
Dcheck.c1292 dns_name_t *zname = NULL; in check_zoneconf() local
1456 zname = dns_fixedname_name(&fixedname); in check_zoneconf()
1457 dns_name_format(zname, namebuf, sizeof(namebuf)); in check_zoneconf()
1464 if (dns_name_equal(zname, dns_rootname)) in check_zoneconf()
1466 else if (dns_name_isrfc1918(zname)) in check_zoneconf()
1468 else if (dns_name_isula(zname)) in check_zoneconf()
1803 if (zname != NULL && ztype == STATICSTUBZONE && obj != NULL) { in check_zoneconf()
1827 } else if (dns_name_issubdomain(sname, zname)) { in check_zoneconf()
/freebsd-9-stable/contrib/bind9/bin/nsupdate/
Dnsupdate.c152 static dns_name_t *zname = NULL; variable
2199 send_update(zname, &master_servers[master_inuse]); in update_completed()
2505 zname = userzone; in recvsoa()
2507 zname = name; in recvsoa()
2544 dns_name_dup(zname, gmctx, &tmpzonename); in recvsoa()
2549 send_update(zname, &master_servers[master_inuse]); in recvsoa()
2553 send_update(zname, &master_servers[master_inuse]); in recvsoa()
/freebsd-9-stable/cddl/contrib/opensolaris/cmd/zfs/
Dzfs_main.c5418 char *zname = nvpair_name(nvp); in print_holds() local
5437 (void) printf("%-*s%*c%-*s%*c%s\n", nwidth, zname, in print_holds()
5453 const char *zname = zfs_get_name(zhp); in holds_callback() local
5454 size_t znamelen = strnlen(zname, ZFS_MAXNAMELEN); in holds_callback()
5458 char *delim = strchr(zname, '@'); in holds_callback()
5480 return (nvlist_add_nvlist(top_nvl, zname, nvl)); in holds_callback()