HomeSort by relevance Sort by last modified time
    Searched defs:look (Results 1 - 25 of 25) sorted by null

  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
look.pl 1 ;# Usage: &look(*FILEHANDLE,$key,$dict,$fold)
12 sub look { subroutine
CPAN.pm 258 make test install force readme reload look
2169 sub look { shift->rematein('look',@_); } subroutine
4092 sub look { subroutine
4883 sub look { subroutine
5504 sub look { shift->rematein('look') } subroutine
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Search/
Dict.pm 9 our @EXPORT = qw(look);
13 Search::Dict, look - search for key in dictionary file
18 look *FILEHANDLE, $key, $dict, $fold;
21 look *FILEHANDLE, $params;
50 sub look { subroutine
  /onnv/onnv-gate/usr/src/cmd/tsol/plabel/
plabel.c 53 static int look(char *);
115 rc = look(pid);
118 err = look(*argv++);
127 look(char *arg) function
  /onnv/onnv-gate/usr/src/lib/libsmbfs/smb/
nb_ssn.c 212 int look; local
217 look = t_look(fd);
218 switch (look) {
  /onnv/onnv-gate/usr/src/cmd/ptools/pcred/
pcred.c 43 static int look(char *);
135 rc += look(*argv++);
156 look(char *arg) function
  /onnv/onnv-gate/usr/src/cmd/ptools/ptime/
ptime.c 42 static int look(pid_t);
131 (void) look(pid);
156 look(pid_t pid) function
  /onnv/onnv-gate/usr/src/cmd/ptools/pflags/
pflags.c 48 static int look(char *);
121 rc += look(*argv++);
127 look(char *arg) function
  /onnv/onnv-gate/usr/src/cmd/ptools/psig/
psig.c 47 static int look(char *);
97 rc += look(argv[optind]);
173 look(char *arg) function
  /onnv/onnv-gate/usr/src/lib/libadm/common/
getvol.c 183 char *pt, *look, buffer[512]; local
209 look = "Current fsname: ";
210 n = (int)strlen(look);
212 if (strncmp(pt, look, n) == 0) {
214 pt += strlen(look);
217 look = ", Current volname: ";
218 n = (int)strlen(look);
221 look = ", Blocks: ";
222 n = (int)strlen(look);
  /onnv/onnv-gate/usr/src/lib/libnsl/rpc/
netname.c 144 * Look up the keyserv interface routines to see if
165 * If domain is specified, we want to look up the uid in the
400 struct __nsw_lookup *look; local
422 * itself requires a netname to look up. As we clearly
435 for (look = conf->lookups; look; look = look->next) {
436 if (strcmp(look->service_name, "nisplus") == 0)
440 else if (strcmp(look->service_name, "ldap") == 0 |
    [all...]
netnamer.c 323 * 1. Find out which 'home' domain to look for user's DES entry.
417 * 3. Use principal name to look up uid/gid information in
566 struct __nsw_lookup *look; local
610 for (look = conf->lookups; look; look = look->next) {
611 if (strcmp(look->service_name, "nisplus") == 0)
614 else if (strcmp(look->service_name, "nis") == 0)
616 else if (strcmp(look->service_name, "files") == 0
    [all...]
  /onnv/onnv-gate/usr/src/cmd/rpcsvc/nis/rpc.nisd/
nisinit.c 33 * tables look like when defined by the server. This means that this
308 struct __nsw_lookup *look; local
313 for (look = conf->lookups; look; look = look->next) {
314 fprintf(stderr, "%s", look->service_name);
315 if (look->next)
  /onnv/onnv-gate/usr/src/cmd/sgs/yacc/common/
dextern.h 174 LOOKSETS *look; member in struct:item
  /onnv/onnv-gate/usr/src/lib/libnsl/key/
publickey.c 550 * part-way to the goal, so have another look in the public
838 struct __nsw_lookup *look; local
863 for (look = conf->lookups; look; look = look->next) {
864 if (strcmp(look->service_name, "nisplus") == 0) {
870 } else if (strcmp(look->service_name, "ldap") == 0) {
876 strcmp(look->service_name, "nis") == 0)
880 strcmp(look->service_name, "files") == 0
1003 struct __nsw_lookup *look; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/ptools/ppriv/
ppriv.c 44 static int look(char *);
148 rc += look(*argv++);
155 look(char *arg) function
  /onnv/onnv-gate/usr/src/cmd/rpcsvc/nis/utils/nisaddcred/
makedhextcred.c 80 struct __nsw_lookup *look; local
86 for (look = conf->lookups; look; look = look->next) {
89 strcat(policy, look->service_name);
  /onnv/onnv-gate/usr/src/cmd/keyserv/
chkey_common.c 214 struct __nsw_lookup *look; local
220 for (look = conf->lookups; look; look = look->next) {
223 strcat(policy, look->service_name);
474 "%s: insufficient permission to look up old credentials.\n",
691 "%s: insufficient permission to look at credentials table\n",
    [all...]
  /onnv/onnv-gate/usr/src/lib/libast/common/port/
astconf.c 806 lookup(register Lookup_t* look, const char* name, unsigned int flags)
818 look->flags = 0;
819 look->call = -1;
820 look->standard = (flags & ASTCONF_AST) ? CONF_AST : -1;
821 look->section = -1;
830 if (look->standard >= 0)
832 look->standard = p->standard;
836 if (look->call >= 0)
838 look->call = p->call;
842 look->conf = &num
1358 Lookup_t look; local
1517 Lookup_t look; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fs.d/pcfs/fsck/
clusters.c 770 int32_t look = startAt; local
773 if (freeInFAT(look)) {
776 if (look == LastCluster)
777 look = FIRST_CLUSTER;
779 look++;
780 if (look == startAt)
783 if (look != startAt)
784 return (look);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/svr4pkg/pkgserv/
pkgserv.c 57 * to this end, we always look at the pid of the last caller.
844 pkgentry_t *ent, *look; local
920 look = avl_find(list, ent, &where);
922 * The log can be replayed; so any value of "look" is
928 if (look != NULL)
929 swapentry(look, ent);
934 if (look != NULL) {
935 avl_remove(list, look);
936 freeentry(look);
956 pkgentry_t *look; local
1281 pkgentry_t *ent, *look; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sgs/elfedit/common/
elfedit.c 992 * then look for the other items and display them all
2356 char *look; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/i86pc/vm/
vm_machdep.c 693 * the event we make the amd64 address space look
736 * Look for a large enough hole starting below userlimit.
1798 page_t *look; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/
in.telnetd.c 237 #define TS_IAC 1 /* look for double IAC's */
4317 char *look = current+2; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/svc/svccfg/
svccfg_tmpl.c 156 * the callers of tmpl_validate_bundle() only look to see whether or not
814 property_t look; local
824 * This is a composed property group, so look for the property in
827 look.sc_property_name = (char *)name;
828 return (uu_avl_find(cpg->cpg_composed_props, &look, NULL, NULL));
    [all...]

Completed in 779 milliseconds