Searched refs:modstart (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/AppleUSBIrDA-145.2.4/IrDA/Debugging/
H A DIrDALog.c234 const char *modstart; local
238 modstart = desc[0].description; // extract module name from 1st msg in client table
240 t = strchr(modstart, ':');
242 namelen = t - modstart;
248 strncpy(modulename, modstart, namelen); // copy the name
/macosx-10.9.5/bash-92/bash-3.2/builtins/
H A Dprintf.c181 char convch, thisch, nextch, *format, *modstart, *fmt, *start; local
314 modstart = fmt;
325 thisch = modstart[0];
326 nextch = modstart[1];
327 modstart[0] = convch;
328 modstart[1] = '\0';
501 modstart[0] = thisch;
502 modstart[1] = nextch;

Completed in 76 milliseconds