OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:buff2
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/rpc.pcnfsd/
pcnfsd_print.c
945
char
buff2
[256];
local in function:get_pr_status
997
cp2 =
buff2
;
1005
** Now
buff2
has a lower-cased copy and cp points at the original;
1008
if (!strncmp(
buff2
, "queuing", 7)) {
1009
*avail = (strstr(
buff2
, "enabled") != NULL);
1012
if (!strncmp(
buff2
, "printing", 8)) {
1013
*printing = (strstr(
buff2
, "enabled") != NULL);
1016
if (isdigit((unsigned char)
buff2
[0]) && (strstr(
buff2
, "entr") != NULL)) {
1018
*qlen = atoi(
buff2
);
[
all
...]
pcnfsd_print.c
945
char
buff2
[256];
local in function:get_pr_status
997
cp2 =
buff2
;
1005
** Now
buff2
has a lower-cased copy and cp points at the original;
1008
if (!strncmp(
buff2
, "queuing", 7)) {
1009
*avail = (strstr(
buff2
, "enabled") != NULL);
1012
if (!strncmp(
buff2
, "printing", 8)) {
1013
*printing = (strstr(
buff2
, "enabled") != NULL);
1016
if (isdigit((unsigned char)
buff2
[0]) && (strstr(
buff2
, "entr") != NULL)) {
1018
*qlen = atoi(
buff2
);
[
all
...]
Completed in 22 milliseconds
Indexes created Tue Sep 30 07:10:03 GMT 2025