Searched refs:nextSet (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/Libc-1044.1.2/nls/FreeBSD/
H A Dmsgcat.h109 off_t nextSet; /* Offset of next set on disk */ member in struct:_MCSetT
H A Dmsgcat.c351 off_t nextSet; local
400 nextSet = ntohll(header.firstSet);
402 if (fseeko(cat->fp, nextSet, SEEK_SET) == -1) {
417 nextSet = ntohll(set->nextSet);
421 nextSet = ntohll(set->nextSet);
/macosx-10.10.1/man-16/man/gencat/
H A Dmsgcat.h129 off_t nextSet; /* Offset of next set on disk */ member in struct:_MCSetT
H A Dgenlib.c510 if (!mcSet.nextSet) break;
511 if (lseek(fd, mcSet.nextSet, L_SET) == -1) corrupt();
691 mcSet.nextSet = 0;
695 mcSet.nextSet = lseek(fd, 0, L_INCR);
698 lseek(fd, mcSet.nextSet, L_SET);
/macosx-10.10.1/IOAudioFamily-200.6/
H A DIOAudioEngineUserClient.cpp891 IOAudioClientBufferSet *nextSet; local
912 nextSet = clientBufferSetList->mNextBufferSet;
916 clientBufferSetList = nextSet;
1834 IOAudioClientBufferSet *prevSet, *nextSet; local
1840 nextSet = clientBufferSetList;
1842 while (nextSet && (nextSet != bufferSet)) {
1843 prevSet = nextSet;
1844 nextSet = nextSet
[all...]
/macosx-10.10.1/adv_cmds-158/gencat/
H A Dgenlib.c465 if (!mcSet.nextSet) break;
466 if (lseek(fd, ntohll(mcSet.nextSet), L_SET) == -1) corrupt();
637 mcSet.nextSet = 0;
641 mcSet.nextSet = htonll(lseek(fd, (off_t)0L, L_INCR));
644 lseek(fd, ntohll(mcSet.nextSet), L_SET);

Completed in 185 milliseconds