OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wordv
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/error/
subr.c
293
wordvprint(FILE *fyle, int wordc, char **
wordv
)
298
if (
wordv
[i] != NULL) {
299
fprintf(fyle, "%s%s",sep,
wordv
[i]);
306
* a wordc
wordv
combination pointing into it.
312
char **
wordv
;
local in function:wordvbuild
324
wordv
= Calloc(wordcount + 1, sizeof (char *));
330
wordv
[wordindex] = cp;
337
wordv
[wordindex] = NULL;
340
printf("Word %d = \"%s\"\n", wordcount,
wordv
[wordcount]);
344
*r_wordv =
wordv
;
[
all
...]
pi.c
205
isdateformat(int wordc, char **
wordv
)
208
&& instringset(
wordv
[0], Days)
209
&& instringset(
wordv
[1], Months)
210
&& alldigits(
wordv
[2])
211
&& alldigits(
wordv
[4]);
Completed in 12 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025