Searched defs:rsep (Results 1 - 1 of 1) sorted by relevance
| /ast/src/lib/libvcodex/Vcmisc/ |
| H A D | vctranspose.c | 39 int rsep; /* or record separator */ member in struct:_transctxt_s 50 { "rsep", "Rows are separated by 'rsep=character'.", (Void_t*)TR_SEPARATOR }, 51 { "fsep", "This is equivalent to 'rsep'.", (Void_t*)TR_SEPARATOR }, 58 static ssize_t transflip(Vcchar_t* data, ssize_t dtsz, int rsep, Vcchar_t* flip) argument 60 static ssize_t transflip(data, dtsz, rsep, flip) 63 int rsep; 71 if(data[dtsz-1] != rsep) 76 if(data[z] == rsep) 85 { if(data[z] == rsep) 115 unflip(Vcchar_t* data, ssize_t dtsz, int rsep, Vcchar_t* flip) argument 361 int rsep; /* if >= 0, record separator for var-length table */ local 449 int rsep; /* if >= 0, record separator for var-length table */ local [all...] |
Completed in 53 milliseconds