Home
last modified time | relevance | path

Searched refs:readpstr (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/dvdauthor/dvdauthor-d5bb0b/src/
H A Dspuunmux.c141 static char *readpstr(const unsigned char *b, int *i) in readpstr() function
1516 b->name = readpstr(cbuf, &i); in main()
1526 b->up = readpstr(cbuf, &i); in main()
1527 b->down = readpstr(cbuf, &i); in main()
1528 b->left = readpstr(cbuf, &i); in main()
1529 b->right = readpstr(cbuf, &i); in main()
H A Ddvdvob.c794 static char *readpstr(const unsigned char *b, int *i) in readpstr() function
1278 char * const bn = readpstr(buf, &i); in FindVobus()
1319 bi->up = readpstr(buf, &i); in FindVobus()
1320 bi->down = readpstr(buf, &i); in FindVobus()
1321 bi->left = readpstr(buf, &i); in FindVobus()
1322 bi->right = readpstr(buf, &i); in FindVobus()