MCPcopy 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
1049int /* O - File descriptor */
1050cupsFileNumber(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

cupsdCheckLogFileFunction · 0.85
cupsdCreateConfFileFunction · 0.85
copy_bannerFunction · 0.85
save_auth_infoFunction · 0.85
cupsdSaveJobFunction · 0.85
start_backendFunction · 0.85
cupsdCreateProfileFunction · 0.85
httpSaveCredentialsFunction · 0.85
httpSaveCredentialsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected