OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:command_len
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/gpl2/xcvs/dist/src/
cvsrc.c
46
int
command_len
;
local
91
command_len
= strlen (cmdname);
101
if (!strncmp (line, cmdname,
command_len
)
102
&& isspace ((unsigned char) *(line +
command_len
)))
124
for (optstart = strtok (line +
command_len
, "\t \n");
/src/external/gpl2/texinfo/dist/makeinfo/
float.c
194
int
command_len
= sizeof ("@ ") + strlen (command) + strlen (float_type);
local
195
char *list_command = xmalloc (
command_len
+ 1);
index.c
754
int
command_len
= sizeof ("@ ") + strlen (command) + strlen (index_name);
755
char *index_command = xmalloc (
command_len
+ 1);
748
int
command_len
= sizeof ("@ ") + strlen (command) + strlen (index_name);
local
/src/external/ibm-public/postfix/dist/src/cleanup/
cleanup_message.c
302
int
command_len
= optional_text - value;
local
320
if (STREQUAL(value, "REJECT",
command_len
)) {
344
if (STREQUAL(value, "WARN",
command_len
)) {
348
if (STREQUAL(value, "INFO",
command_len
)) {
352
if (STREQUAL(value, "FILTER",
command_len
)) {
367
if (STREQUAL(value, "PASS",
command_len
)) {
372
if (STREQUAL(value, "DISCARD",
command_len
)) {
378
if (STREQUAL(value, "HOLD",
command_len
)) {
394
if (STREQUAL(value, "DELAY",
command_len
)) {
409
if (STREQUAL(value, "PREPEND",
command_len
)) {
[
all
...]
/src/usr.sbin/makemandb/
makemandb.c
344
size_t
command_len
= shquote(manconf, NULL, 0) + 1;
local
345
arg = emalloc(
command_len
);
346
shquote(manconf, arg,
command_len
);
Completed in 40 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026