| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/ |
| Stash.pm | 18 my @arr=scan($main::{"main::"}); 22 sub scan{ subroutine 32 foreach my $subscan ( scan(${$start}{$key},$prefix.$key)){
|
| /onnv/onnv-gate/usr/src/cmd/ypcmd/shared/ |
| ancil.c | 72 struct ypmaplist *scan; local 74 for (scan = list; scan; scan = scan->ypml_next) { 76 if (strcmp(map, scan->ypml_name) == 0) {
|
| /onnv/onnv-gate/usr/src/cmd/device_remap/ |
| device_remap.pl | 223 # scan dag from 'start' via 'arcname' 226 sub scan { subroutine 392 # scan MD for ioaliases 397 @nodes = $md->scan(0, "ioaliases", "fwd"); 411 @nodes = $md->scan(@nodes[0], "ioalias", "fwd");
|
| /onnv/onnv-gate/usr/src/cmd/man/src/util/instant.src/tptregexp/ |
| try.c | 121 char *scan; local 131 scan = rbuf; 133 field[i] = scan; 138 scan = strchr(scan, '\t'); 139 if (scan != NULL) 140 *scan++ = '\0';
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/ |
| driver.h | 32 int (*scan)(dladm_handle_t, datalink_id_t); member in struct:wpa_driver_ops
|
| /onnv/onnv-gate/usr/src/uts/common/smbsrv/ |
| msgbuf.h | 67 * scan: points to the current offset. 76 uint8_t *scan; member in struct:smb_msgbuf
|
| /onnv/onnv-gate/usr/src/cmd/abi/spectrans/parser/ |
| extends.c | 57 int scan; local 68 scan = sscanf(value, "%s %s %s %s", funname, buf, filename, parentfun); 69 switch (scan) {
|
| /onnv/onnv-gate/usr/src/uts/common/os/ |
| brand.c | 86 struct brand_list *list, *scan; local 121 for (scan = brand_list; scan != NULL; scan = scan->bl_next) { 122 if (strcmp(brand->b_name, scan->bl_brand->b_name) == 0) {
|
| clock_tick.c | 132 * Where to begin the scan for single-threaded mode. In multi-threaded, 437 * Each tick cycle, start the scan from a different 500 * Each tick cycle, start the scan from a different 529 clock_tick_execute_common(int start, int scan, int end, clock_t mylbolt, 535 ASSERT((start <= scan) && (scan <= end)); 549 for (i = scan; i < end; i++) { 556 for (i = start; i < scan; i++) { 569 int start, scan, end, pending; local 601 scan = ctp->ct_scan [all...] |
| /onnv/onnv-gate/usr/src/cmd/rpcgen/ |
| rpc_scan.c | 68 * scan expecting 1 given token 71 scan(tok_kind expect, token *tokp) function 79 * scan expecting any of the 2 given tokens 90 * scan expecting any of the 3 given token 102 * scan expecting a constant, possibly symbolic 127 * Peek at the next token and scan it if it matches what you expect
|
| /onnv/onnv-gate/usr/src/lib/libdll/common/ |
| dllscan.c | 208 * open a scan stream 216 Dllscan_t* scan; local 241 if (!(scan = vmnewof(vm, 0, Dllscan_t, 1, i)) || !(scan->tmp = sfstropen())) 246 scan->vm = vm; 248 scan->flags = info->flags; 251 scan->lib = (char**)(scan + 1); 252 s = *scan->lib = (char*)(scan->lib + 2) [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/lib/nwamd/ |
| events.c | 79 pthread_t routing, scan; variable 636 err = pthread_create(&scan, NULL, periodic_wireless_scan, NULL); 638 syslog(LOG_ERR, "pthread_create wireless scan: %s", 642 dprintf("wireless scan thread: %d", scan); 645 dprintf("periodic wireless scan disabled"); 654 dprintf("initial interface scan");
|
| /onnv/onnv-gate/usr/src/cmd/listen/ |
| nstoa.c | 478 prescan: scan through string s, expanding all \$...\$ 487 int scan(); 490 if (!s || !*s || !scan(s)) 498 scan: scan through string s, expanding all \$...\$. 504 scan(s) function 515 fprintf(stderr, "scan: Recursion \ 522 scan(cmd);
|
| /onnv/onnv-gate/usr/src/cmd/mailx/ |
| list.c | 61 static int scan(char **sp); 216 tok = scan(&bufp); 242 tok = scan(&bufp); 290 tok = scan(&bufp); 434 * Scan out the list of string arguments, shell style 494 * scan out a single lexical item and return its token number, 516 scan(char **sp) function 550 * If the leading character is a digit, scan 585 * and scan until you get another. 684 * given message. For the purpose of the scan, we ignore case differences [all...] |
| /onnv/onnv-gate/usr/src/cmd/oamuser/user/ |
| userdefs.c | 113 scan(char **start_p) function 187 pe = scan(&ptr);
|
| /onnv/onnv-gate/usr/src/lib/libnsl/nis/cache/ |
| local_cache.cc | 94 LocalCacheEntry *scan; local 105 for (scan = head; scan; scan = scan->next) { 106 distance = __name_distance(target, scan->components); 112 scan->levels >= minLevels) { 116 found = scan; 118 minLevels = scan->levels; 158 LocalCacheEntry *scan; local 210 LocalCacheEntry *scan; local [all...] |
| /onnv/onnv-gate/usr/src/lib/libslp/javalib/com/sun/slp/ |
| ServiceLocationAttributeV1.java | 157 int scan = 0; local 159 while (scan < s.length()) { 160 if (s.charAt(scan) == '(') { 161 break; // scan till begins 165 scan++; 168 scan++; // past the '(' 170 while (scan < s.length()) { 171 if (Character.isWhitespace(s.charAt(scan)) == false) { 175 scan++; 178 while (scan < s.length()) [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/net80211/ |
| net80211_input.c | 608 * succeeds, start association; otherwise, restart scan. 833 struct ieee80211_scanparams scan; local 871 bzero(&scan, sizeof (scan)); 872 scan.tstamp = frm; 874 scan.bintval = LE_16(*(uint16_t *)frm); 876 scan.capinfo = LE_16(*(uint16_t *)frm); 878 scan.bchan = ieee80211_chan2ieee(ic, ic->ic_curchan); 879 scan.chan = scan.bchan [all...] |
| /onnv/onnv-gate/usr/src/lib/smbsrv/libsmbns/common/ |
| smbns_netbios_cache.c | 384 * Scan the name cache and gather status for 394 unsigned char *scan; local 397 scan = buf; 398 scan_end = scan + bufsize; 400 numnames = scan++; 412 if ((scan + NETBIOS_NAME_SZ + 2) >= scan_end) 421 bcopy(name->name, scan, NETBIOS_NAME_SZ); 422 scan += NETBIOS_NAME_SZ; 423 *scan++ = PUBLIC_BITS(name->attributes) >> 8; 424 *scan++ = PUBLIC_BITS(name->attributes) [all...] |
| /onnv/onnv-gate/usr/src/lib/libast/common/tm/ |
| tmxscan.c | 29 * scan date expression in s using format 165 * the format scan workhorse 169 scan(register const char* s, char** e, const char* format, char** f, Time_t t, long flags) function 514 x = scan(s, &q, v, &r, t, flags); 532 return scan(s, e, format, f, t, flags);
|
| /onnv/onnv-gate/usr/src/cmd/fs.d/cachefs/mdbug/ |
| dbug.c | 618 register char *scan; local 663 for (scan = mystrtok(dupcontrol, ":"); 664 scan != NULL; 665 scan = mystrtok(NULL, ":")) { 666 switch (*scan++) { 670 if (*scan++ == ',') { 671 retval = listparse(scan, 683 if (*scan++ == ',') { 685 retval = listparse(scan, flist_object_p); 701 if (*scan++ == ',') [all...] |
| /onnv/onnv-gate/usr/src/cmd/newform/ |
| newform.c | 140 char *scan; /* String scan pointer */ local 151 scan = *++argv; 152 if (*scan != '-') { 153 if ((fp = fopen(scan, "r")) == NULL) { 155 "newform: can't open %s\n", scan); 173 char *scan; /* Pointer to individual option strings */ local 180 scan = *++argv; 181 if (*scan++ == '-') { 182 switch (c = *scan++) [all...] |
| /onnv/onnv-gate/usr/src/cmd/rcap/rcapd/ |
| rcapd_scanner.c | 464 * unscannable, and future attempts to scan it should be avoided, since the 630 scan(lcollection_t *lcol, int64_t excess) function 640 st_debug(STDL_NORMAL, lcol, "starting to scan, excess %lldk\n", 935 * Scan the collection at most once. Only if scanning was not 937 * reached, determine the next victim and scan it. 951 * A complete scan of the collection was made, 952 * so tick the scan counter and stop scanning 960 * "ineffective scan" counter, signalling that 987 * Abort the scan in progress, and destroy the agent LWP of any grabbed
|
| /onnv/onnv-gate/usr/src/cmd/sendmail/src/ |
| mci.c | 118 ** MCI_SCAN -- scan the cache, flush junk, and return best slot 1236 char *scan; local 1256 for (scan = start; scan <= end; scan++) 1257 *(hostptr++) = *scan; [all...] |
| /onnv/onnv-gate/usr/src/cmd/sh/ |
| service.c | 454 scan(argn) function
|