Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:ippfind_argv
(Results
1 - 2
of
2
) sorted by relevance
/third_party/cups-filters/utils/
H
A
D
driverless.c
372
char *
ippfind_argv
[100]; /* Arguments for ippfind */
in list_printers()
local
400
ippfind_argv
[i++] = "ippfind";
in list_printers()
401
ippfind_argv
[i++] = "-T"; /* DNS-SD poll timeout */
in list_printers()
402
ippfind_argv
[i++] = "0"; /* Minimum time required */
in list_printers()
404
ippfind_argv
[i++] = "_ipps._tcp"; /* list IPPS entries */
in list_printers()
406
ippfind_argv
[i++] = "_ipp._tcp"; /* list IPPS entries */
in list_printers()
407
ippfind_argv
[i++] = "!"; /* ! --txt printer-type */
in list_printers()
408
ippfind_argv
[i++] = "--txt"; /* No remote CUPS queues */
in list_printers()
409
ippfind_argv
[i++] = "printer-type"; /* (no "printer-type" in TXT
in list_printers()
412
ippfind_argv
[
in list_printers()
[all...]
/third_party/cups-filters/cupsfilters/
H
A
D
ipp.c
486
char *
ippfind_argv
[100], /* Arguments for ippfind */
in ippfind_based_uri_converter()
local
534
ippfind_argv
[i++] = "ippfind";
in ippfind_based_uri_converter()
535
ippfind_argv
[i++] = reg_type; /* list IPP(S) entries */
in ippfind_based_uri_converter()
536
ippfind_argv
[i++] = "-T"; /* DNS-SD poll timeout */
in ippfind_based_uri_converter()
537
ippfind_argv
[i++] = "0"; /* Minimum time required */
in ippfind_based_uri_converter()
539
ippfind_argv
[i++] = "--txt";
in ippfind_based_uri_converter()
540
ippfind_argv
[i++] = "rfo";
in ippfind_based_uri_converter()
542
ippfind_argv
[i++] = "-N";
in ippfind_based_uri_converter()
543
ippfind_argv
[i++] = hostname;
in ippfind_based_uri_converter()
544
ippfind_argv
[
in ippfind_based_uri_converter()
[all...]
Completed in 2 milliseconds