Searched refs:omsgCount (Results 1 – 2 of 2) sorted by relevance
61 int omsgCount; in setptr() local83 omsgCount = msgCount; in setptr()95 makemessage(mestmp, omsgCount); in setptr()214 makemessage(FILE *f, int omsgCount) in makemessage() argument224 if (omsgCount == 0 || message == NULL) in makemessage()229 size -= (omsgCount + 1) * sizeof(struct message); in makemessage()232 if (read(fileno(f), (void *)&message[omsgCount], size) != size) in makemessage()
164 int omsgCount = msgCount; in incfile() local183 return (msgCount - omsgCount); in incfile()606 newfileinfo(int omsgCount) in newfileinfo() argument612 for (mp = &message[omsgCount]; mp < &message[msgCount]; mp++) in newfileinfo()616 for (mp = &message[omsgCount]; mp < &message[msgCount]; mp++) in newfileinfo()622 mdot = omsgCount + 1; in newfileinfo()