Home
last modified time | relevance | path

Searched refs:psave (Results 1 – 10 of 10) sorted by relevance

/titanic_41/usr/src/cmd/lp/lib/msgs/
H A Dread_fifo.c95 if (fbp->psave_end - fbp->psave < N || fbp->psave >= fbp->psave_end) \
102 if (fbp->psave_end > fbp->psave) \
109 if (fbp->psave_end - fbp->psave < N || fbp->psave >= fbp->psave_end) \
116 if (fbp->psave_end > fbp->psave) \
151 while (*fbp->psave != Resync[0] || *(fbp->psave + 1) != Resync[1])
156 syslog(LOG_DEBUG, "DISCARD %c\n", *fbp->psave);
158 fbp->psave++;
177 real_size = stoh(fbp->psave + HEAD_SIZE);
201 *(fbp->psave + TAIL_ENDSYNC(real_size)) != Endsync[0]
202 || *(fbp->psave + TAIL_ENDSYNC(real_size) + 1) != Endsync[1]
[all …]
H A Dfifo_buffs.c63 FifoBufferTable [fd]->psave = in ResetFifoBuffer()
86 FifoBufferTable [fd]->psave = in GetFifoBuffer()
H A Dllib-llpmsg71 *psave,
/titanic_41/usr/src/cmd/xargs/
H A Dxargs.c155 struct inserts *psave; in main() local
165 psave = saveargv; in main()
369 psave->p_ARGV = ARGV; in main()
370 (psave++)->p_skel = *mav; in main()
453 for (psave = saveargv; ++j <= n_inserts; ++psave) { in main()
454 addibuf(psave); in main()
/titanic_41/usr/src/cmd/sgs/lex/common/
H A Dsub3.c355 if (psave == 0) { /* First DOT node. */ in repbycgid()
362 psave = ccptr; in repbycgid()
378 left[i] = (int)psave; in repbycgid()
H A Donce.h151 CHR *psave; variable
H A Dldefs.h244 extern CHR *psave;
/titanic_41/usr/src/cmd/csh/
H A Dsh.glob.c49 void psave(tchar);
722 psave(*lp); in dobackp()
852 psave(c | quoted); in backeval()
879 psave(tchar c) in psave() function
897 psave(0); in pword()
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_k_decode.c628 krb5_principal psave; in asn1_decode_kdc_req_body() local
641 psave = val->server; in asn1_decode_kdc_req_body()
644 if(psave->realm.data) { in asn1_decode_kdc_req_body()
645 free(psave->realm.data); in asn1_decode_kdc_req_body()
646 psave->realm.data = NULL; in asn1_decode_kdc_req_body()
647 psave->realm.length=0; in asn1_decode_kdc_req_body()
649 free(psave); in asn1_decode_kdc_req_body()
/titanic_41/usr/src/cmd/lp/include/
H A Dmsgs.h359 *psave, member