Home
last modified time | relevance | path

Searched refs:tempv (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/bin/csh/
H A Dcsh.c205 char *tcp, **tempv; in main() local
234 tempv = argv; in main()
235 if (eq(str2short(tempv[0]), STRaout)) /* A.out's are quittable */ in main()
245 loginsh = (**tempv == '-' && argc == 1) || in main()
246 (argc == 2 && tempv[1][0] == '-' && tempv[1][1] == 'l' && in main()
247 tempv[1][2] == '\0'); in main()
249 if (loginsh && **tempv != '-') { in main()
253 tempv[1][0] = '\0'; in main()
254 tempv[1][1] = '\0'; in main()
255 tempv[1] = NULL; in main()
[all …]
/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dacl.c142 char *tempv; in access_allowed() local
181 tempv = strtok(iline, "/\t"); in access_allowed()
182 tempc = xstrdup(tempv); in access_allowed()
188 while ((tempv = strtok(NULL, "/\t")) != NULL) in access_allowed()
193 xrealloc_and_strcat(&tempc, &tempsize, tempv); in access_allowed()
199 free (tempv); in access_allowed()