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

/ast/src/cmd/pax/
H A Dconvert.c78 * return 1 if s is a portable string
82 portable(Archive_t* ap, const char* s) function
/ast/src/lib/libvcodex/
H A Dvcmethod.c169 Vcmethod_t* vcgetmeth(char* name, int portable) argument
171 Vcmethod_t* vcgetmeth(name, portable)
173 int portable; /* name is in portable format */
189 if(!(port = portable ? name : vcstrcode(name, buf1, sizeof(buf1))))
202 if(portable && (map = ccmap(CC_ASCII, CC_NATIVE)))
/ast/src/cmd/jcl/
H A Djcm.c41 "[p:portable?Convert event names for \b/bin/make\b portability.]"
168 int portable; member in struct:State_s
356 else if (state.portable && (c == '#' || c == '$' || c == ':'))
698 state.portable = opt_info.number;

Completed in 15 milliseconds