Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenPrinting/cups
/ cupsFileNumber
Function
cupsFileNumber
cups/file.c:1049–1056 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1047
*/
1048
1049
int /* O - File descriptor */
1050
cupsFileNumber(cups_file_t *fp) /* I - CUPS file */
1051
{
1052
if (fp)
1053
return (fp->fd);
1054
else
1055
return (-1);
1056
}
1057
1058
1059
/*
Callers
11
cupsdCheckLogFile
Function · 0.85
cupsdCloseCreatedConfFile
Function · 0.85
cupsdCreateConfFile
Function · 0.85
copy_banner
Function · 0.85
save_auth_info
Function · 0.85
cupsdSaveJob
Function · 0.85
start_backend
Function · 0.85
cupsdCreateProfile
Function · 0.85
httpSaveCredentials
Function · 0.85
httpSaveCredentials
Function · 0.85
cups_create_localizations
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected