Searched refs:linkbytes (Results 1 – 3 of 3) sorted by relevance
168 int linkbytes; /* Bytes for link path */ in cupsdExec() local177 if ((linkbytes = readlink(command, linkpath, sizeof(linkpath) - 1)) > 0) in cupsdExec()184 linkpath[linkbytes] = '\0'; in cupsdExec()
492 int linkbytes; /* Bytes for link path */ in cupsdStartProcess() local525 if ((linkbytes = readlink(command, linkpath, sizeof(linkpath) - 1)) > 0) in cupsdStartProcess()532 linkpath[linkbytes] = '\0'; in cupsdStartProcess()
815 int linkbytes; /* Bytes for link path */ in exec_filter() local823 if ((linkbytes = readlink(filter, linkpath, sizeof(linkpath) - 1)) > 0) in exec_filter()830 linkpath[linkbytes] = '\0'; in exec_filter()