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

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_panic.c2311 const int PIDSTRLEN = (int)strlen(PIDSTR); local
2334 for (found = i = 0; !found && i < (comlen - PIDSTRLEN); i++, cp++)
2335 found = strncmp(cp, PIDSTR, PIDSTRLEN) == 0;

Completed in 47 milliseconds