Home | History | Annotate | Download | only in tool

Lines Matching refs:pathbuf

3008   char *pathbuf;
3026 pathbuf = (char *) malloc( lemonStrlen(pathlist) + 1 );
3028 if( (pathbuf != 0) && (path!=0) ){
3029 pathbufptr = pathbuf;
3030 strcpy(pathbuf, pathlist);
3031 while( *pathbuf ){
3032 cp = strchr(pathbuf,':');
3033 if( cp==0 ) cp = &pathbuf[lemonStrlen(pathbuf)];
3036 sprintf(path,"%s/%s",pathbuf,name);
3038 if( c==0 ) pathbuf[0] = 0;
3039 else pathbuf = &cp[1];