Searched refs:execbrc (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/rdist/ |
H A D | expand.c | 50 static int execbrc(char *p, char *s); 279 execbrc(cp, NULL); 342 execbrc(p, s) in execbrc() function 464 return (execbrc(p - 1, s - 1));
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
H A D | glob.c | 93 static int execbrc(char *p, char *s); 245 (void) execbrc(cs, ((char *)0)); in expand() 298 execbrc(char *p, char *s) in execbrc() function 440 return (execbrc(p - len_p, s - len_s)); in amatch()
|
/titanic_50/usr/src/cmd/csh/ |
H A D | sh.glob.c | 219 (void) execbrc(cs, NOSTR); in expand() 282 execbrc(tchar *p, tchar *s) in execbrc() function 400 return (execbrc(p - 1, s - 1)); in amatch()
|