Searched refs:buffer (Results 1 – 2 of 2) sorted by relevance
552 char* buffer = (char*) malloc ( string_length+1 ); in openfile() local553 strcpy ( buffer, fname ); in openfile()554 buffer[ string_length ] = '\0'; in openfile()556 char* tempbuf = StrReverse(buffer); in openfile()557 free(buffer); in openfile()558 buffer = tempbuf; in openfile()562 char* st2 = strtok ( buffer, "." ); in openfile()578 if ( char* p = strpbrk(buffer, "@") ) in openfile()640 free(buffer); in openfile()706 char* buffer = (char*) malloc ( string_length+1 ); in readheader() local[all …]
1339 char* buffer = (char*) malloc ( string_length+1 ); in readheader() local1341 strcpy ( buffer, keyphrase ); in readheader()1342 buffer[ string_length ] = '\0'; in readheader()1344 char* st2 = strtok ( buffer, "@" ); in readheader()1347 if ( char* p = strpbrk(buffer, "@") ) in readheader()1380 if ( cscompare( token , buffer ) && cscompare( buffer, token ) ) in readheader()1391 free(buffer); in readheader()1690 char* buffer = (char*) malloc ( string_length+1 ); in writeheader() local1692 strcpy ( buffer, keyphrase); in writeheader()1693 buffer[ string_length ] = '\0'; in writeheader()[all …]