Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for parseParamList (0.27 sec)

  1. src/syscall/mksyscall_libc.pl

    		$errors = 1;
    		next;
    	}
    	my ($nb, $func, $in, $out, $modname, $sysname) = ($1, $2, $3, $4, $5, $6);
    
    	# Split argument lists on comma.
    	my @in = parseparamlist($in);
    	my @out = parseparamlist($out);
    
    	# Try in vain to keep people from editing this file.
    	# The theory is that they jump into the middle of the file
    	# without reading the header.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Feb 23 11:28:51 UTC 2023
    - 8K bytes
    - Viewed (0)
Back to top