Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sh/
H A Dpwd.c269 unsigned char *pstring; in rmslash() local
271 pstring = string; in rmslash()
272 while (*pstring) { in rmslash()
273 if (*pstring == SLASH && *(pstring+1) == SLASH) { in rmslash()
276 movstr(pstring+1, pstring); in rmslash()
279 pstring++; in rmslash()
282 --pstring; in rmslash()
283 if (pstring > string && *pstring == SLASH) { in rmslash()
286 *pstring = NULLCHAR; in rmslash()
/titanic_50/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]; in _base_conversion_abort() local
59 …(void) sprintf(pstring, " libc base conversion file %s line %d: %s", __FILE__, __LINE__, bcastring… in _base_conversion_abort()
60 perror(pstring); in _base_conversion_abort()
/titanic_50/usr/src/lib/libnsl/yp/
H A Dyp_xdr.c214 xdr_ypmaplist_wrap_string(XDR *xdrs, char *pstring) in xdr_ypmaplist_wrap_string() argument
218 s = pstring; in xdr_ypmaplist_wrap_string()
/titanic_50/usr/src/cmd/prctl/
H A Dprctl.c1911 char pstring[11]; in print_priv() local
1915 (void) strcpy(pstring, "basic"); in print_priv()
1918 (void) strcpy(pstring, "privileged"); in print_priv()
1921 (void) strcpy(pstring, "system"); in print_priv()
1924 (void) sprintf(pstring, "%d", local_priv); in print_priv()
1928 (void) fprintf(stdout, format, pstring); in print_priv()
/titanic_50/usr/src/lib/krb5/kadm5/srv/
H A Dsvr_principal.c1471 char *pstring = NULL; in kadm5_chpass_principal_3() local
1481 pstring = malloc ((princ->length + 1) * sizeof (char)); in kadm5_chpass_principal_3()
1482 if (pstring == NULL) { ret = errno; } in kadm5_chpass_principal_3()
1486 memcpy (pstring, princ->data, princ->length); in kadm5_chpass_principal_3()
1487 pstring [princ->length] = '\0'; in kadm5_chpass_principal_3()
1488 argv[2] = pstring; in kadm5_chpass_principal_3()
1493 if (pstring != NULL) in kadm5_chpass_principal_3()
1494 free (pstring); in kadm5_chpass_principal_3()
/titanic_50/usr/src/uts/common/smbsrv/ndl/
H A Dspoolss.ndl414 LPTSTR pstring;