Searched refs:cname (Results 26 - 37 of 37) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/dnsmasq-2.33/src/
H A Dcache.c150 struct crec *target = crecp->addr.cname.cache;
158 if (crecp->addr.cname.uid == target->uid)
371 new->addr.cname.cache = NULL;
792 strncpy(addrbuff, cache_get_name(cache->addr.cname.cache), ADDRSTRLEN);
H A Ddnsmasq.h162 } cname; member in union:crec::__anon202
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Ddirectory.c52 * o case-insensitivity is gone from cname
339 * This only gets called from cname().
404 * The final movecwd in cname failed, possibly with EPERM or ENOENT. We:
409 * AFPERR_NOOBJ: the dir was there when we stated it in cname, so we have a race
434 LOG(log_debug, logtype_afpd, "cname('%s') {path-from-dir: AFPERR_ACCESS. curdir:'%s', path:'%s'}",
744 static char cname[MAXPATHLEN]; local
760 path->u_name = cname;
790 strlcpy(cname, de->d_name, sizeof(cname));
791 path->u_name = cname;
1168 struct path *cname(struct vol *vol, struct dir *dir, char **cpath) function
[all...]
H A Ddesktop.c742 if (NULL == ( path = cname( vol, dir, &ibuf )) ) {
820 if (NULL == ( s_path = cname( vol, dir, &ibuf )) ) {
890 if (NULL == ( s_path = cname( vol, dir, &ibuf ))) {
H A Dfile.c701 if (NULL == ( s_path = cname( vol, dir, &ibuf )) ) {
832 if (NULL == ( s_path = cname( vol, dir, &ibuf )) ) {
1306 if (NULL == ( s_path = cname( s_vol, dir, &ibuf )) ) {
1359 if (( s_path = cname( d_vol, dir, &ibuf )) == NULL ) {
1773 if (NULL == ( s_path = cname( vol, dir, &ibuf )) ) {
2187 if (NULL == ( path = cname( vol, dir, &ibuf )) ) {
2224 if (NULL == ( path = cname( vol, dir, &ibuf )) ) {
H A Dacls.c1248 if (NULL == ( s_path = cname( vol, dir, &ibuf ))) {
1249 LOG(log_error, logtype_afpd, "afp_getacl: cname got an error!");
1304 if (NULL == ( s_path = cname( vol, dir, &ibuf ))) {
1305 LOG(log_error, logtype_afpd, "afp_getacl: cname got an error!");
1391 if (NULL == ( s_path = cname( vol, dir, &ibuf ))) {
1392 LOG(log_error, logtype_afpd, "afp_setacl: cname got an error!");
H A Denumerate.c262 o_path = cname( vol, dir, &ibuf );
H A Dfork.c292 if (NULL == ( s_path = cname( vol, dir, &ibuf ))) {
H A Dvolume.c2346 cname( volume, volume->v_root, &p );
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Davahi-test.c191 r = avahi_record_new_full("cname.local", AVAHI_DNS_CLASS_IN, AVAHI_DNS_TYPE_CNAME, AVAHI_DEFAULT_TTL);
192 r->data.cname.name = avahi_strdup("cocaine.local");
361 hnr = avahi_s_host_name_resolver_new(server, AVAHI_IF_UNSPEC, AVAHI_PROTO_UNSPEC, "cname.local", AVAHI_PROTO_UNSPEC, 0, hnr_callback, NULL);
H A Dserver.c101 enum_aux_records(s, i, r->data.cname.name, AVAHI_DNS_TYPE_ANY, callback, userdata);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/torture/
H A Dtorture.c702 char cname[20]; local
715 slprintf(cname,sizeof(fname), "client%d", client);
731 all_string_sub(line,"client1", cname, sizeof(line));

Completed in 102 milliseconds

12