OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:argv_split_at_count
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/ibm-public/postfix/dist/src/util/
argv_split_at.c
15
/* ARGV *
argv_split_at_count
(string, sep, count)
29
/*
argv_split_at_count
() is like argv_split_at() but stops
89
/*
argv_split_at_count
- split string into field array */
91
ARGV *
argv_split_at_count
(const char *string, int sep, ssize_t count)
function
99
msg_panic("
argv_split_at_count
: bad count: %ld", (long) count);
argv.h
52
extern ARGV *
argv_split_at_count
(const char *, int, ssize_t);
Completed in 44 milliseconds
Indexes created Wed Aug 12 00:25:48 UTC 2026