Home
last modified time | relevance | path

Searched refs:linkbytes (Results 1 – 3 of 3) sorted by relevance

/external/libcups/scheduler/
Dutil.c168 int linkbytes; /* Bytes for link path */ in cupsdExec() local
177 if ((linkbytes = readlink(command, linkpath, sizeof(linkpath) - 1)) > 0) in cupsdExec()
184 linkpath[linkbytes] = '\0'; in cupsdExec()
Dprocess.c492 int linkbytes; /* Bytes for link path */ in cupsdStartProcess() local
525 if ((linkbytes = readlink(command, linkpath, sizeof(linkpath) - 1)) > 0) in cupsdStartProcess()
532 linkpath[linkbytes] = '\0'; in cupsdStartProcess()
Dcupsfilter.c815 int linkbytes; /* Bytes for link path */ in exec_filter() local
823 if ((linkbytes = readlink(filter, linkpath, sizeof(linkpath) - 1)) > 0) in exec_filter()
830 linkpath[linkbytes] = '\0'; in exec_filter()