Searched defs:inbuf (Results 1 - 3 of 3) sorted by relevance
/inkscape/src/util/ |
H A D | ziptool.cpp | 1853 bool GzipFile::readBuffer(const std::vector<unsigned char> &inbuf) argument 1855 fileBuf = inbuf; 2988 bool ZipFile::readBuffer(const std::vector<unsigned char> &inbuf) argument 2990 fileBuf = inbuf;
|
/inkscape/src/extension/internal/ |
H A D | text_reassemble.c | 2702 char inbuf[MAXLINE]; local 2802 if(!fgets(inbuf,MAXLINE,fpi))boom("Unexpected end of file - no DONE:",lineno); 2803 inbuf[strlen(inbuf)-1]='\0'; /* step on the EOL character */ 2804 op = parseit(inbuf,&data);
|
/inkscape/ |
H A D | buildtool.cpp | 3089 const String &inbuf, 3565 inbuf[0] = '\0'; 3566 if (feof(f) || !fgets(inbuf, 255, f)) 3568 properties[fieldNames[i]] = trim(inbuf); 3579 char inbuf[256]; member in class:buildtool::SvnInfo 3937 const String &inbuf, 4027 if (inbuf.size()>0 && 4028 !WriteFile(stdinWrite, inbuf.c_str(), inbuf.size(), 4134 const String &inbuf, 3936 executeCommand(const String &command, const String &inbuf, String &outbuf, String &errbuf) argument 4133 executeCommand(const String &command, const String &inbuf, String &outbuf, String &errbuf) argument 9640 getword(int pos, const String &inbuf, String &result) argument [all...] |
Completed in 63 milliseconds