Lines Matching refs:xstrdup
67 con->execPath = xstrdup(path);
188 con->appName = xstrdup(name);
419 return xstrdup(argv0);
421 if ((path = getenv("PATH")) == NULL || (path = xstrdup(path)) == NULL)
541 con->execFail = xstrdup(argv[0]);
874 te = tbuf = xstrdup(s);
911 (*argvp)[argc++] = xstrdup(val);
1120 arg.argv[0] = (con->os->nextArg) ? xstrdup(con->os->nextArg) : NULL;
1263 con->os->nextArg = xstrdup(origOptString);
1277 = xstrdup(origOptString); /* so a free of a stuffed
1464 xstrdup(con->os->nextArg);
1599 (newItem->option.longName ? xstrdup(newItem->option.longName) : NULL);
1605 (newItem->option.descrip ? xstrdup(newItem->option.descrip) : NULL);
1607 (newItem->option.argDescrip ? xstrdup(newItem->option.argDescrip) : NULL);