Searched refs:cpath (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-sysdeps.c231 char *cpath; local
271 if (!_dbus_string_copy_data(&path, &cpath))
277 if (!_dbus_list_append (dir_list, cpath))
280 dbus_free (cpath);
313 if (!_dbus_string_copy_data(&path, &cpath))
319 if (!_dbus_list_append (dir_list, cpath))
322 dbus_free (cpath);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/bus/
H A Dconfig-parser-trivial.c241 char *cpath; local
244 if (!_dbus_string_copy_data(&content_sane, &cpath))
251 if (!_dbus_list_append (&parser->service_dirs, cpath))
253 dbus_free (cpath);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dhttp.c547 char *param, *next_param, *cdomain = NULL, *cpath = NULL, *cvalue = NULL; local
553 av_free(cpath);
554 cpath = av_strdup(&param[5]);
575 if (!cdomain || !cpath || !cvalue) {
582 if (av_strncasecmp(path, cpath, strlen(cpath)))
613 av_free(cpath);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/dtc/
H A Dflattree.c697 static char *nodename_from_path(const char *ppath, const char *cpath) argument
703 if (!strneq(ppath, cpath, plen))
705 cpath, ppath);
711 return strdup(cpath + plen);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Ddirectory.c1187 struct path *cname(struct vol *vol, struct dir *dir, char **cpath) argument
1202 data = *cpath;
1234 *cpath += len + size;

Completed in 176 milliseconds