Home
last modified time | relevance | path

Searched refs:pthnam (Results 1 – 2 of 2) sorted by relevance

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_ms.c5859 extern int32 __tilde_open(char *pthnam, int32 opmask) in __tilde_open() argument
5865 if (*pthnam != '~') return(open(pthnam, opmask)); in __tilde_open()
5875 extern FILE *__tilde_fopen(char *pthnam, char *opmod) in __tilde_fopen() argument
5881 if (*pthnam != '~') return(__my_fopen(pthnam, opmod)); in __tilde_fopen()
5906 strncpy(usernam, &(pthnam[1]), chp - pthnam - 1); in tilde_expand()
5907 usernam[chp - pthnam - 1] = '\0'; in tilde_expand()
5909 pthnam = chp - 1; in tilde_expand()
5923 plen = strlen(pthnam); in tilde_expand()
5927 strcpy(&(chp[hlen]), &(pthnam[1])); in tilde_expand()
5934 extern int32 __tilde_creat(char *pthnam) in __tilde_creat() argument
[all …]
H A Dcver.c3342 char fnam[IDLEN], pthnam[IDLEN]; in do_sdflocdef() local
3345 strcpy(pthnam, ""); in do_sdflocdef()
3364 strcpy(pthnam, ++chp); in do_sdflocdef()
3370 sdfp->scopnam = __pv_stralloc(pthnam); in do_sdflocdef()