Searched defs:as (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Dcsopendi.c44 * suitability of this software for any purpose. It is provided "as is"
229 char tb[256], *fs, **as; local
231 (void) XDPSGetNXArg(XDPSNX_EXEC_ARGS, (void **) &as);
233 if (as != NULL)
234 for (; *as != NULL; as++) {
235 if ((int) (strlen(*as) + 1 + (i = strlen(tb))) > 256-1) {
243 (void) strcat(tb, *as);
433 /* Agent is not on the same host as client, so fix

Completed in 784 milliseconds