mirror of
				https://github.com/labwc/labwc.git
				synced 2025-11-03 09:01:51 -05:00 
			
		
		
		
	
		
			
	
	
		
			7 lines
		
	
	
	
		
			198 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
		
		
			
		
	
	
			7 lines
		
	
	
	
		
			198 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| 
								 | 
							
								#!/bin/sh
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								banned="malloc,g_strcmp0,sprintf,vsprintf,strcpy,strncpy,strcat,strncat"
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								find src/ include/ \( -name "*.c" -o -name "*.h" \) -type f \
							 | 
						||
| 
								 | 
							
									| ./scripts/helper/find-idents --tokens=$banned -
							 |