Home
last modified time | relevance | path

Searched refs:cfile (Results 1 – 9 of 9) sorted by relevance

/external/tinyxml/
Dtinyxml.cpp766 void TiXmlElement::Print( FILE* cfile, int depth ) const in Print() argument
771 fprintf( cfile, " " ); in Print()
774 fprintf( cfile, "<%s", value.c_str() ); in Print()
779 fprintf( cfile, " " ); in Print()
780 attrib->Print( cfile, depth ); in Print()
790 fprintf( cfile, " />" ); in Print()
794 fprintf( cfile, ">" ); in Print()
795 firstChild->Print( cfile, depth + 1 ); in Print()
796 fprintf( cfile, "</%s>", value.c_str() ); in Print()
800 fprintf( cfile, ">" ); in Print()
[all …]
Dtinyxml.h167 virtual void Print( FILE* cfile, int depth ) const = 0;
782 virtual void Print( FILE* cfile, int depth ) const;
990 virtual void Print( FILE* cfile, int depth ) const;
1035 virtual void Print( FILE* cfile, int depth ) const;
1089 virtual void Print( FILE* cfile, int depth ) const;
1161 virtual void Print( FILE* cfile, int depth ) const;
1200 virtual void Print( FILE* cfile, int depth ) const;
1344 virtual void Print( FILE* cfile, int depth = 0 ) const;
/external/icu4c/tools/pkgdata/
Dmake.c275 char cfile[1024]; in pkg_mak_writeObjRules() local
323 uprv_strcpy(cfile,tmp); in pkg_mak_writeObjRules()
324 uprv_strcpy(cfile+uprv_strlen(cfile)-uprv_strlen(objSuffix), ".c" ); /* replace .o with .c */ in pkg_mak_writeObjRules()
356 sprintf(stanza, "@cat $(TEMP_PATH)%s >> $(TEMP_PATH)/$(NAME)all.c", cfile); in pkg_mak_writeObjRules()
359 sprintf(stanza, "@$(RMV) $(TEMP_DIR)/%s", cfile); in pkg_mak_writeObjRules()
367 sprintf(stanza, "@mv $(TEMP_PATH)%s $(TEMP_PATH)%s", cfile, cfile+genFileOffset); in pkg_mak_writeObjRules()
371 …$(COMPILE.c) $(DYNAMICCPPFLAGS) $(DYNAMICCXXFLAGS) -o $@ $(TEMP_DIR)/%s", cfile+genFileOffset); /*… in pkg_mak_writeObjRules()
374 sprintf(stanza, "@$(RMV) $(TEMP_DIR)/%s", cfile+genFileOffset); in pkg_mak_writeObjRules()
/external/wpa_supplicant/wpa_gui-qt4/
Dwpagui.cpp151 char *cfile; in openCtrlConnection() local
223 cfile = (char *) malloc(flen); in openCtrlConnection()
224 if (cfile == NULL) in openCtrlConnection()
226 snprintf(cfile, flen, "%s/%s", ctrl_iface_dir, ctrl_iface); in openCtrlConnection()
229 cfile = (char *) malloc(flen); in openCtrlConnection()
230 if (cfile == NULL) in openCtrlConnection()
232 snprintf(cfile, flen, "%s", ctrl_iface); in openCtrlConnection()
248 printf("Trying to connect to '%s'\n", cfile); in openCtrlConnection()
249 ctrl_conn = wpa_ctrl_open(cfile); in openCtrlConnection()
251 free(cfile); in openCtrlConnection()
[all …]
/external/wpa_supplicant/wpa_gui/
Dwpagui.ui.h112 char *cfile; in openCtrlConnection() local
182 cfile = (char *) malloc(flen); in openCtrlConnection()
183 if (cfile == NULL) in openCtrlConnection()
185 snprintf(cfile, flen, "%s/%s", ctrl_iface_dir, ctrl_iface); in openCtrlConnection()
188 cfile = (char *) malloc(flen); in openCtrlConnection()
189 if (cfile == NULL) in openCtrlConnection()
191 snprintf(cfile, flen, "%s", ctrl_iface); in openCtrlConnection()
207 printf("Trying to connect to '%s'\n", cfile); in openCtrlConnection()
208 ctrl_conn = wpa_ctrl_open(cfile); in openCtrlConnection()
210 free(cfile); in openCtrlConnection()
[all …]
/external/libffi/
Dcompile83 cfile=$1
96 if test -z "$ofile" || test -z "$cfile"; then
106 cofile=`echo "$cfile" | sed -e 's|^.*/||' -e 's/\.c$/.o/'`
/external/grub/
Dcompile83 cfile=$1
96 if test -z "$ofile" || test -z "$cfile"; then
106 cofile=`echo "$cfile" | sed -e 's|^.*/||' -e 's/\.c$/.o/'`
/external/wpa_supplicant/
Dwpa_cli.c184 char *cfile; in wpa_cli_open_connection() local
192 cfile = (char *)ifname; in wpa_cli_open_connection()
196 cfile = os_malloc(flen); in wpa_cli_open_connection()
197 if (cfile == NULL) in wpa_cli_open_connection()
199 os_snprintf(cfile, flen, "%s/%s", ctrl_iface_dir, ifname); in wpa_cli_open_connection()
204 cur_conn = wpa_ctrl_open(cfile); /* Dm: */ in wpa_cli_open_connection()
206 monitor_conn = wpa_ctrl_open(cfile); in wpa_cli_open_connection()
211 if (cfile != ifname) in wpa_cli_open_connection()
213 os_free(cfile); in wpa_cli_open_connection()
/external/jpeg/
Dusage.doc544 -cfile name Read text for new COM block from named file.
550 If you give neither -comment nor -cfile, then wrjpgcom will read the comment