Searched defs:MAX_EXT_LEN (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dutil.c2615 # define MAX_EXT_LEN 4 macro
2619 # define MAX_EXT_LEN 4 macro
2623 # define MAX_EXT_LEN 4 macro
2632 # define MAX_EXT_LEN 0 macro
2680 + MAX_EXT_LEN) >= sizeof tmpbuf)
2712 if (len+MAX_EXT_LEN+1 >= sizeof(tmpbuf))
2761 if (len + 1 + strlen(scriptname) + MAX_EXT_LEN >= sizeof tmpbuf)

Completed in 34 milliseconds