/src/sys/arch/hpc/hpc/ |
platid_copyright.awk | 44 found=1 47 if (found) {
|
/src/sys/kern/ |
subr_optstr.c | 43 * with a maximum of bufsize bytes. If the key is found, returns true; 51 bool found = false; local in function:optstr_get_pointer 58 while (!found && *optstr != '\0') { 69 found = true; 71 /* Key not found; skip until next space. */ 81 if (found) { 86 return found; 93 bool found = optstr_get_pointer(optstr, key, &data); local in function:optstr_get 95 /* If the key was found; copy its value to the target buffer. */ 96 if (found) { 111 const bool found = optstr_get_pointer(optstr, key, &data); local in function:optstr_get_string 124 const bool found = optstr_get_pointer(optstr, key, &data); local in function:optstr_get_number 143 const bool found = optstr_get_pointer(optstr, key, &data); local in function:optstr_get_number_hex 162 const bool found = optstr_get_pointer(optstr, key, &data); local in function:optstr_get_number_binary 183 const bool found = optstr_get_pointer(optstr, key, &data); local in function:optstr_get_macaddr [all...] |
/src/tests/fs/ |
h_funcs.subr | 52 found=no 55 found=yes 60 [ ${found} = yes ] || \
|
/src/lib/libtelnet/ |
genget.c | 79 register char **c, **found; local in function:genget 85 found = 0; 91 if (found) 93 found = c; 95 return(found);
|
/src/usr.bin/make/unit-tests/ |
sh-leading-hyphen.exp | 5 unknown-command: not found 8 unknown-long-option: not found
|
deptgt-phony.exp | 11 Found 'all' as '(not found)' 32 Found 'all' as '(not found)' 41 Found '.END' as '(not found)'
|
/src/usr.sbin/sysinst/ |
txtwalk.c | 127 struct data found[MAXDATA]; local in function:process 134 if (finddata(item, line, found, &numfound)) { 139 switch (found[i].what) { 141 printf ("%d\n", found[i].u.i_val); 144 printf ("'%s'\n", found[i].u.s_val); 163 switch (found[i].what) { 166 = found[i].u.i_val; 170 found[i].u.s_val, 184 error = (*item->func)(found, numfound, item); 198 * Side Effect -- sets numfound and found [all...] |
main.c | 347 * their names and return the number of files found. 406 struct found_msgs found; local in function:select_language 412 found.max_lang = 16; 413 found.num_lang = 0; 414 found.lang_msg = malloc(found.max_lang * sizeof *found.lang_msg); 415 found.fnames = malloc(found.max_lang * sizeof *found.fnames) [all...] |
/src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
selftest_llc.c | 36 unsigned int ia_freq, ring_freq, found; local in function:gen6_verify_ring_freq 51 found = (val >> 0) & 0xff; 52 if (found != ia_freq) { 53 pr_err("Min freq table(%d/[%d, %d]):%dMHz did not match expected CPU freq, found %d, expected %d\n", 56 found, ia_freq); 61 found = (val >> 8) & 0xff; 62 if (found != ring_freq) { 63 pr_err("Min freq table(%d/[%d, %d]):%dMHz did not match expected ring freq, found %d, expected %d\n", 66 found, ring_freq);
|
/src/sbin/iscsictl/ |
iscsic_parse.c | 298 int i, found; local in function:cl_get_isns 301 found = FALSE; 316 found = TRUE; 335 return found; 355 int n, i, found; local in function:cl_get_auth_opts 358 found = FALSE; 412 found = TRUE; 414 return found; 433 int i, found; local in function:cl_get_target_opts 436 found = FALSE 513 int i, found; local in function:cl_get_portal 584 int i, found; local in function:cl_get_id 633 int i, found; local in function:cl_get_symname 683 int i, found; local in function:cl_get_string 725 int i, found; local in function:cl_get_opt 757 int i, found; local in function:cl_get_char 804 int i, found; local in function:cl_get_int 898 int i, found; local in function:cl_get_longlong [all...] |
/src/common/lib/libc/arch/m68k/string/ |
strchr.S | 50 cmpb (%a0),%d0 | found our char? 54 moveq #0,%d0 | not found, return null 60 movl %a0,%d0 | found, return pointer
|
/src/sys/arch/sandpoint/sandpoint/ |
iic_eumb.c | 47 static int found; variable in typeref:typename:int 53 return found == 0; 64 found = 1;
|
/src/etc/rc.d/ |
iscsid | 23 echo found 31 if [ "$(find_module iscsi)" != "found" ]; then
|
/src/sbin/nvmectl/ |
devlist.c | 76 int ch, ctrlr, fd, found, ret; local in function:devlist 86 found = 0; 102 found++; 121 if (found == 0) { 122 printf("No NVMe controllers found.\n");
|
/src/lib/libpam/modules/pam_ftpusers/ |
pam_ftpusers.c | 67 int pam_err, found, allow; local in function:pam_sm_acct_mgmt 81 found = 0; 87 while (!found && (line = fgetln(f, &len)) != NULL) { 97 found = 1; 110 for (mem = grp->gr_mem; mem && *mem && !found; ++mem) 112 found = 1; 116 if (found)
|
/src/sys/arch/arm/iomd/ |
makemodes.awk | 197 found = -1; 280 found = pos; 284 if (found == -1) 285 found = pos; 288 if (found == -1) { 294 printf("- %d", modes[found, 7]) | "cat 1>&2"; 297 printf("\t%s,\n", modes[found, "timings"]);
|
/src/sys/arch/emips/emips/ |
autoconf.c | 75 panic("no mainbus found"); 154 static int found, initted, netboot; local in function:device_register 158 if (found) 188 found = 1; 196 found = 1; 200 /* The NIC might be found after the disk, so bail out here */ 208 found = 1;
|
/src/sys/arch/sbmips/sbmips/ |
cpu.c | 65 static u_int found = 0; variable in typeref:typename:u_int 81 return (found < ((part >> 8) & 0xf)); 93 found++; 108 aprint_normal(": PLL_DIV of zero found, assuming 6 (300MHz)\n"); 114 if (found == 1) { 137 ci = cpu_info_alloc(NULL, found - 1, 0, found - 1, 0);
|
/src/lib/libc/net/ |
getprotobyname_r.c | 68 goto found; 70 found:
|
/src/sys/external/isc/libsodium/dist/dist-build/ |
msys2-win32.sh | 7 echo MinGW found
|
msys2-win64.sh | 7 echo MinGW found
|
/src/usr.bin/apropos/ |
apropos.c | 63 static bool *found; variable in typeref:typename:bool * 116 if ((found = malloc(argc * sizeof(*found))) == NULL) 118 (void)memset(found, 0, argc * sizeof(*found)); 149 errx(EXIT_FAILURE, "no %s file found", _PATH_WHATIS); 153 if (found[p - argv]) 191 /* for each file found */ 214 found[p - argv] = true; 219 found[p - argv] = true [all...] |
/src/lib/libc/posix1e/ |
acl_support_nfs4.c | 149 int i, found, ever_found = 0; local in function:parse_flags_verbose 159 found = 0; 163 found = 1; 168 if (!found) { 187 int i, j, found; local in function:parse_flags_compact 199 found = 0; 204 found = 1; 209 if (!found) {
|
/src/usr.sbin/service/ |
service | 52 " -v: Verbose (mention in which directory script was found)" 143 found=false 156 found=true 171 *[:lower:]*) printf '%s\n' "${file}"; found=true;; 175 "$found"
|
/src/sys/arch/mips/sibyte/dev/ |
sbsmbus.c | 72 static int found = 0; variable in typeref:typename:int 79 return (found < 2); 89 found++;
|