Searched refs:altname (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libast/port/
H A Dastconf.c1502 char altname[ALT]; local
1506 strcpy(altname, name);
1507 altname[n - 3] = 0;
1508 if (lookup(&altlook, altname, flags))
1514 (*conferror)(&state, &state, 2, "%s: cannot set value", altname);
1517 return print(NiL, &altlook, altname, path, flags, conferror);
1519 for (s = altname; *s; s++)
1526 sfprintf(tmp, "%s/%s/.", dirs[n], altname);

Completed in 13 milliseconds