Searched refs:execbrc (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/ |
H A D | expand.c | 50 static int execbrc(char *p, char *s); 275 execbrc(cp, NULL); in expsh() 337 execbrc(char *p, char *s) in execbrc() function 456 return (execbrc(p - 1, s - 1)); in amatch()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
H A D | glob.c | 91 static int execbrc(char *p, char *s); 243 (void) execbrc(cs, ((char *)0)); in expand() 296 execbrc(char *p, char *s) in execbrc() function 438 return (execbrc(p - len_p, s - len_s)); in amatch()
|
/illumos-gate/usr/src/cmd/csh/ |
H A D | sh.glob.c | 222 (void) execbrc(cs, NOSTR); in expand() 285 execbrc(tchar *p, tchar *s) in execbrc() function 403 return (execbrc(p - 1, s - 1)); in amatch()
|