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

/macosx-10.10.1/configd-699.1.5/configd.tproj/
H A Dpattern.c77 char str_q[256]; local
78 char * str = str_q;
82 if (len > (CFIndex)sizeof(str_q))
112 if (str != str_q) CFAllocatorDeallocate(NULL, str);
147 char str_q[256]; local
148 char * str = str_q;
183 len = sizeof(str_q) - 1;
185 if (++len > (CFIndex)sizeof(str_q)) {
217 if (str != str_q) CFAllocatorDeallocate(NULL, str);
470 char str_q[25 local
[all...]

Completed in 115 milliseconds