Searched refs:fullname (Results 1 - 25 of 59) sorted by relevance

123

/freebsd-9.3-release/contrib/sendmail/contrib/
H A Dpasswd-to-alias.pl15 ($fullname = $gcos) =~ s/,.*$//;
21 $fullname =~ s/\.*[ _]+\.*/./g;
22 $fullname =~ tr [���������] [aaeouAAOU]; # <hakan@af.lu.se> 1997-06-15
23 next if (!$fullname || lc($fullname) eq $name); # avoid nonsense
24 if ($fullname =~ /^$wordpat(\.$wordpat)*$/o) { # Ulrich Windl
25 print "$fullname: $name\n";
27 print "# $fullname: $name\n"; # avoid strange names
/freebsd-9.3-release/usr.bin/keylogin/
H A Dkeylogin.c54 char fullname[MAXNETNAMELEN + 1]; local
57 if (!getnetname(fullname)) {
63 if (! getsecretkey(fullname, (char *)&(netst.st_priv_key),
65 fprintf(stderr, "Can't find %s's secret key\n", fullname);
69 fprintf(stderr, "Password incorrect for %s\n", fullname);
74 netst.st_netname = strdup(fullname);
77 fprintf(stderr, "Could not set %s's secret key\n", fullname);
/freebsd-9.3-release/contrib/gdb/gdb/mi/
H A Dmi-cmd-file.c53 /* Extract the fullname if it is not known yet */
54 if (st.symtab->fullname == NULL)
58 if (st.symtab->fullname == NULL)
61 /* Print to the user the line, filename and fullname */
64 ui_out_field_string (uiout, "fullname", st.symtab->fullname);
/freebsd-9.3-release/contrib/cvs/src/
H A Dclassify.c112 error (0, 0, "nothing known about %s", finfo->fullname);
126 program_name, finfo->fullname);
138 program_name, finfo->fullname);
147 finfo->fullname);
172 finfo->fullname);
197 finfo->fullname);
208 finfo->fullname);
254 finfo->fullname);
263 finfo->fullname);
279 finfo->fullname);
[all...]
H A Dremove.c154 error (0, errno, "unable to remove %s", finfo->fullname);
177 error (0, errno, "unable to remove %s", finfo->fullname);
191 finfo->fullname);
196 error (0, 0, "nothing known about `%s'", finfo->fullname);
216 error (0, 0, "removed `%s'", finfo->fullname);
228 finfo->fullname);
244 finfo->fullname, vers->tag);
252 finfo->fullname, vers->date);
265 error (0, 0, "scheduling `%s' for removal", finfo->fullname);
H A Dcheckin.c46 cvs_output (finfo->fullname, 0);
56 error (1, errno, "cannot remove %s", finfo->fullname);
111 finfo->fullname);
147 finfo->fullname);
160 error (0, 0, "could not check in %s", finfo->fullname);
H A Ddiff.c581 finfo->fullname);
587 error (0, 0, "I know nothing about %s", finfo->fullname);
642 finfo->fullname);
654 finfo->fullname);
663 finfo->fullname);
670 error (0, 0, "cannot find %s", finfo->fullname);
701 cvs_output (finfo->fullname, 0);
734 make_file_label (finfo->fullname, use_rev1,
745 make_file_label (finfo->fullname, use_rev2,
751 /* This is fullname, no
[all...]
H A Dadd.c306 finfo.fullname = xstrdup (argv[i]);
367 error (0, 0, "nothing known about %s", finfo.fullname);
385 finfo.fullname);
431 finfo.fullname, vers->tag);
439 finfo.fullname);
451 the directory `%s' cannot be added because a file of the", finfo.fullname);
499 finfo.fullname);
506 finfo.fullname, prev);
534 finfo.fullname, vers->tag,
543 finfo.fullname, ver
[all...]
H A Dzlib.c447 gunzip_and_write (fd, fullname, buf, size)
449 char *fullname;
484 error (0, 0, "%s lacks proper gzip XLEN field", fullname);
490 error (0, 0, "%s lacks proper gzip \"extra field\"", fullname);
500 error (0, 0, "%s has bad gzip filename field", fullname);
510 error (0, 0, "%s has bad gzip comment field", fullname);
520 error (0, 0, "%s has bad gzip CRC16 field", fullname);
528 error (0, 0, "gzip data incomplete for %s (no data)", fullname);
540 compress_error (1, zstatus, &zstr, fullname);
558 compress_error (0, zstatus, &zstr, fullname);
[all...]
H A Dupdate.c555 strlen(finfo->fullname) + 2);
556 sprintf (fullpath, "%s/%s", working_dir, finfo->fullname);
814 finfo.fullname = tmp;
1202 error (0, errno, "unable to remove %s", finfo->fullname);
1287 cvs_outerr (finfo->fullname, 0);
1424 finfo->fullname);
1438 error (0, errno, "cannot remove %s", finfo->fullname);
1492 error (0, 0, "could not check out %s", finfo->fullname);
1768 finfo->fullname);
1832 "could not diff %s", finfo->fullname);
[all...]
H A Dmain.c83 char *fullname; /* Full name of the function (e.g. "commit") */ member in struct:cmd
88 version which is shorter than the fullname, for ease in typing.
94 should be abbreviations of the fullname (preferably consisting
300 while (c->fullname != NULL)
309 for (c = &cmds[0]; c->fullname != NULL; c++)
313 *line = xmalloc (strlen (c->fullname)
317 sprintf(*line, " %-12s %s %s\n", c->fullname,
336 for (cm = cmds; cm->fullname; cm++)
338 if (strcmp (cmd_name, cm->fullname) == 0)
341 if (!cm->fullname)
[all...]
H A Dpatch.c491 cvs_output (finfo->fullname, 0);
616 cvs_output (finfo->fullname, 0);
628 cvs_output (finfo->fullname, 0);
691 file1 = xmalloc (strlen (finfo->fullname)
694 (void)sprintf (file1, "%s:%s", finfo->fullname, vers_tag);
700 file2 = xmalloc (strlen (finfo->fullname)
703 (void)sprintf (file2, "%s:%s", finfo->fullname,
736 cvs_output (finfo->fullname, 0);
753 error (0, 0, "diff failed for %s", finfo->fullname);
H A Dcommit.c274 error (0, 0, "nothing known about `%s'", finfo->fullname);
277 program_name, finfo->fullname);
287 " again)", finfo->fullname);
305 finfo->fullname);
334 node->key = xstrdup (finfo->fullname);
844 error (0, 0, "nothing known about `%s'", finfo->fullname);
876 error (0, 0, "Up-to-date check failed for `%s'", finfo->fullname);
903 finfo->fullname);
912 vers->tag, finfo->fullname);
921 finfo->fullname);
[all...]
/freebsd-9.3-release/bin/sh/
H A Dmain.c285 char *fullname; local
293 while ((fullname = padvance(&path, basename)) != NULL) {
294 if ((stat(fullname, &statb) == 0) && S_ISREG(statb.st_mode)) {
299 return fullname;
301 stunalloc(fullname);
309 char *filename, *fullname; local
322 fullname = find_dot_file(filename);
323 setinputfile(fullname, 1);
324 commandname = fullname;
H A Dexec.c324 char *fullname; local
370 while ((fullname = padvance(&path, name)) != NULL) {
371 stunalloc(fullname);
381 if (fullname[0] == '/' && idx <= prev) {
387 if (stat(fullname, &statb) < 0) {
396 stalloc(strlen(fullname) + 1);
397 readcmdfile(fullname);
399 error("%s not defined in %s", name, fullname);
400 stunalloc(fullname);
415 TRACE(("searchexec \"%s\" returns \"%s\"\n", name, fullname));
[all...]
/freebsd-9.3-release/contrib/dtc/
H A Dsrcpos.c55 char *fullname; local
58 fullname = xmalloc(strlen(search) + strlen(fname) + 2);
60 strcpy(fullname, search);
61 strcat(fullname, "/");
62 strcat(fullname, fname);
64 fullname = xstrdup(fname);
67 file->file = fopen(fullname, "r");
69 free(fullname);
73 file->name = fullname;
/freebsd-9.3-release/contrib/cvs/contrib/
H A Ddescend.sh17 fullname=$0
114 $fullname $options "$command" "$file" \
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntp_filegen.c104 char *fullname; /* name with any designation extension */ local
115 fullname = emalloc(len);
120 suflen = strlcpy(fullname, filename, len);
121 suffix = fullname + suflen;
124 /* last octet of fullname set to '\0' for truncation check */
125 fullname[len - 1] = '\0';
202 if ('\0' != fullname[len - 1]) {
203 fullname[len - 1] = '\0';
205 fullname);
283 gen->type, stamp, fullname));
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dsource.c333 if (s->fullname != NULL)
335 xmfree (objfile->md, s->fullname);
336 s->fullname = NULL;
342 if (pst->fullname != NULL)
344 xfree (pst->fullname);
345 pst->fullname = NULL;
607 if (s->fullname)
608 printf_filtered ("Located in %s\n", s->fullname);
821 char *fullname;
824 if (s->fullname)
818 char *fullname; local
1048 get_filename_and_charpos(struct symtab *s, char **fullname) argument
[all...]
/freebsd-9.3-release/usr.bin/make/
H A Dparse.c335 * the fullname is used to fopen the file. If it is not NULL,
337 * file fails, the fullname is freed.
340 ParsePushInput(char *fullname, FILE *fp, char *ptr, int lineno) argument
345 nf->fname = fullname;
351 nf->F = fopen(fullname, "r");
354 fullname);
355 free(fullname);
361 Var_Append(".MAKEFILE_LIST", fullname, VAR_GLOBAL);
1633 char *fullname; /* full pathname of file */ local
1668 fullname
2084 char *fullname; /* full pathname of file */ local
[all...]
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_bookmark.c34 dsl_bookmark_hold_ds(dsl_pool_t *dp, const char *fullname, argument
40 if (strlen(fullname) >= MAXNAMELEN)
42 hashp = strchr(fullname, '#');
49 (void) strlcpy(buf, fullname, hashp - fullname + 1);
88 dsl_bookmark_lookup(dsl_pool_t *dp, const char *fullname, argument
95 error = dsl_bookmark_hold_ds(dp, fullname, &ds, FTAG, &shortname);
362 const char *fullname = nvpair_name(pair); local
368 error = dsl_bookmark_hold_ds(dp, fullname, &ds,
386 fnvlist_add_boolean(dbda->dbda_success, fullname);
[all...]
/freebsd-9.3-release/gnu/usr.bin/patch/
H A Dutil.c385 char *fullname; local
402 name = fullname = t = savestr(at);
417 if (strip_leading == 957 && name != fullname && *fullname != '/') {
419 if (stat(fullname, &filestat) == 0 &&
422 name = fullname;
427 free(fullname);
/freebsd-9.3-release/crypto/openssl/crypto/x509v3/
H A Dv3_crld.c96 point->distpoint->name.fullname,
138 point->distpoint->name.fullname = gens;
159 ASN1_IMP_SEQUENCE_OF(DIST_POINT_NAME, name.fullname, GENERAL_NAME, 0),
/freebsd-9.3-release/contrib/ntp/sntp/libevent/test/
H A Dtinytest.c282 char fullname[LONGEST_TEST_NAME]; local
289 snprintf(fullname, sizeof(fullname), "%s%s",
292 printf(" %s", fullname);
300 if (!strncmp(fullname, arg, length)) {
/freebsd-9.3-release/contrib/texinfo/makeinfo/
H A Dmakeinfo.c3278 char *fullname = xmalloc (strlen (name_arg)
3283 sprintf (fullname, "%s%s", name_arg, ext_arg);
3284 if (access (fullname, R_OK) != 0)
3285 pathname = get_file_info_in_path (fullname, include_files_path,
3292 sprintf (fullname, "%s.%s", name_arg, ext_arg);
3293 if (access (fullname, R_OK) != 0)
3294 pathname = get_file_info_in_path (fullname, include_files_path,
3300 sprintf (fullname, "%s.png", name_arg);
3301 if (access (fullname, R_OK) != 0) {
3302 pathname = get_file_info_in_path (fullname,
3264 char *fullname = xmalloc (strlen (name_arg) local
[all...]

Completed in 189 milliseconds

123