OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tempv
(Results
1 - 2
of
2
) sorted by relevancy
/src/bin/csh/
csh.c
205
char *tcp, **
tempv
;
local
234
tempv
= argv;
235
if (eq(str2short(
tempv
[0]), STRaout)) /* A.out's are quittable */
245
loginsh = (**
tempv
== '-' && argc == 1) ||
246
(argc == 2 &&
tempv
[1][0] == '-' &&
tempv
[1][1] == 'l' &&
247
tempv
[1][2] == '\0');
249
if (loginsh && **
tempv
!= '-') {
253
tempv
[1][0] = '\0';
254
tempv
[1][1] = '\0'
[
all
...]
/src/external/gpl2/xcvs/dist/src/
acl.c
142
char *
tempv
;
local
181
tempv
= strtok(iline, "/\t");
182
tempc = xstrdup(
tempv
);
188
while ((
tempv
= strtok(NULL, "/\t")) != NULL)
193
xrealloc_and_strcat(&tempc, &tempsize,
tempv
);
199
free (
tempv
);
Completed in 20 milliseconds
Indexes created Tue May 26 00:24:38 UTC 2026