OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cupsd
(Results
1 - 2
of
2
) sorted by null
/external/libcap/contrib/
pcaps4server
250
#
cupsd
252
APPS="$APPS
cupsd
"
254
message "converting
cupsd
"
255
if [ "$( id -g
cupsd
2>/dev/null )" == "" ]; then
256
groupadd -g 64
cupsd
258
if [ "$( id -u
cupsd
2>/dev/null )" == "" ]; then
259
useradd -g
cupsd
-d / -u 640
cupsd
261
sed -i -e "{s|^\(User\).*|\1
cupsd
|; s|^\(Group\) .*|\1
cupsd
|}" /etc/cups/cupsd.con
[
all
...]
/external/libcups/cups/
adminutil.c
844
cups_file_t *
cupsd
; /*
cupsd
.conf file */
local
845
char cupsdconf[1024]; /*
cupsd
.conf filename */
846
int remote; /* Remote
cupsd
.conf file? */
847
http_status_t status; /* Status of getting
cupsd
.conf */
848
char line[1024], /* Line from
cupsd
.conf file */
931
* Get the
cupsd
.conf file...
937
if ((
cupsd
= cupsFileOpen(cupsdconf, "r")) == NULL)
949
cupsd
= NULL;
951
if (
cupsd
)
1163
cups_file_t *
cupsd
; \/*
cupsd
.conf file *\/
local
[
all
...]
Completed in 52 milliseconds