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

/illumos-gate/usr/src/cmd/sh/
H A Dpwd.c269 unsigned char *pstring; local
271 pstring = string;
272 while (*pstring) {
273 if (*pstring == SLASH && *(pstring+1) == SLASH) {
276 movstr(pstring+1, pstring);
279 pstring++;
282 --pstring;
283 if (pstring > strin
[all...]
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dgconvert.c43 char *p, *pstring; local
68 pstring = inf3;
70 pstring = inf8;
74 pstring = nan;
76 for (i = 0; *pstring != 0;)
77 *(p++) = *(pstring++);
H A D_times_power.c56 char pstring[160]; local
59 (void) sprintf(pstring, " libc base conversion file %s line %d: %s", __FILE__, __LINE__, bcastring);
60 perror(pstring);
/illumos-gate/usr/src/lib/libnsl/yp/
H A Dyp_xdr.c214 xdr_ypmaplist_wrap_string(XDR *xdrs, char *pstring) argument
218 s = pstring;
/illumos-gate/usr/src/cmd/prctl/
H A Dprctl.c1912 char pstring[11]; local
1916 (void) strcpy(pstring, "basic");
1919 (void) strcpy(pstring, "privileged");
1922 (void) strcpy(pstring, "system");
1925 (void) sprintf(pstring, "%d", local_priv);
1929 (void) fprintf(stdout, format, pstring);
/illumos-gate/usr/src/lib/krb5/kadm5/srv/
H A Dsvr_principal.c1471 char *pstring = NULL; local
1481 pstring = malloc ((princ->length + 1) * sizeof (char));
1482 if (pstring == NULL) { ret = errno; }
1486 memcpy (pstring, princ->data, princ->length);
1487 pstring [princ->length] = '\0';
1488 argv[2] = pstring;
1493 if (pstring != NULL)
1494 free (pstring);
/illumos-gate/usr/src/uts/common/smbsrv/ndl/
H A Dspoolss.ndl414 LPTSTR pstring;

Completed in 72 milliseconds